Files
tinygo/targets/xiao-ble-plus.json
Bryan Souza a7b30639d8 Adding support for the 'Plus' board variant of SeeedStudio XIAO nrf52840, works with Sense variants as well (#5479)
* adding support for SeeedStudio XIAO BLE Plus and Sense Plus boards;

* adjusting definitions for UARTs on XIAO BLE Plus;

* fixed buid tag on XIAO BLE Plus;

* tested by building some examples; fixed UART nomenclature;

* added xiao-ble-plus to GNUmakefile smoketests;
2026-07-07 13:36:18 +02:00

7 lines
158 B
JSON

{
"inherits": ["nrf52840", "nrf52840-s140v7-uf2"],
"build-tags": ["xiao_ble_plus"],
"serial-port": ["2886:8045"],
"msd-volume-name": ["XIAO-SENSE"]
}