btgps/boards/ebyte_e73_tbb_nrf52832.json

43 lines
797 B
JSON
Raw Normal View History

2024-07-20 23:32:01 +00:00
{
"build": {
"cpu": "cortex-m4",
"f_cpu": "64000000L",
"mcu": "nrf52832",
"zephyr": {
"variant": "ebyte_e73_tbb_nrf52832"
}
},
"connectivity": [
"bluetooth"
],
"debug": {
"default_tools": [
"cmsis-dap"
],
"jlink_device": "nRF52832_xxAA",
"onboard_tools": [
"cmsis-dap"
],
"svd_path": "nrf52.svd"
},
"frameworks": [
"zephyr"
],
"name": "Ebyte E73",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 524288,
"protocol": "cmsis-dap",
"protocols": [
"jlink",
"nrfjprog",
"stlink",
"blackmagic",
"cmsis-dap",
"mbed"
]
},
"url": "https://wiki.makerdiary.com/nrf52832-mdk/",
"vendor": "Makerdiary"
}