Initial commit

This commit is contained in:
Nigreon 2024-07-21 01:32:01 +02:00
commit 19d38903cf
29 changed files with 4984 additions and 0 deletions

View file

@ -0,0 +1,42 @@
{
"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"
}

50
boards/xiao_ble.json Normal file
View file

@ -0,0 +1,50 @@
{
"build": {
"arduino":{
"ldscript": "nrf52_xxaa.ld"
},
"core": "nRF5",
"cpu": "cortex-m4",
"f_cpu": "64000000L",
"mcu": "nrf52840",
"variant": "nRF52DK",
"zephyr": {
"variant": "xiao_ble"
}
},
"connectivity": [
"bluetooth"
],
"debug": {
"default_tools": [
"jlink"
],
"jlink_device": "nRF52840_xxAA",
"onboard_tools": [
"cmsis-dap",
"jlink"
],
"svd_path": "nrf52840.svd"
},
"frameworks": [
"arduino",
"mbed",
"zephyr"
],
"name": "Nordic nRF52840-DK",
"upload": {
"maximum_ram_size": 262144,
"maximum_size": 1048576,
"protocol": "jlink",
"protocols": [
"jlink",
"nrfjprog",
"stlink",
"blackmagic",
"cmsis-dap",
"mbed"
]
},
"url": "https://wiki.seeedstudio.com/XIAO_BLE/",
"vendor": "Seeed Studio"
}