seeed-xiao-afruitnrf52-nrf52840.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "build": {
  3. "arduino": {
  4. "ldscript": "nrf52840_s140_v7.ld"
  5. },
  6. "core": "nRF5",
  7. "cpu": "cortex-m4",
  8. "extra_flags": "-DARDUINO_Seeed_XIAO_nRF52840 -DNRF52840_XXAA -DSEEED_XIAO_NRF52840 ",
  9. "f_cpu": "64000000L",
  10. "hwids": [
  11. [ "0x2886", "0x8044" ],
  12. [ "0x2886", "0x0044" ]
  13. ],
  14. "mcu": "nrf52840",
  15. "variant": "Seeed_XIAO_nRF52840",
  16. "softdevice": {
  17. "sd_flags": "-DS140",
  18. "sd_name": "s140",
  19. "sd_version": "7.3.0",
  20. "sd_fwid": "0x0123"
  21. },
  22. "bsp": {
  23. "name": "adafruit"
  24. },
  25. "bootloader": {
  26. "settings_addr": "0xFF000"
  27. },
  28. "usb_product": "XIAO nRF52840"
  29. },
  30. "connectivity": [
  31. "bluetooth"
  32. ],
  33. "debug": {
  34. "jlink_device": "nRF52840_xxAA",
  35. "openocd_target": "nrf52.cfg",
  36. "svd_path": "nrf52840.svd"
  37. },
  38. "frameworks": [
  39. "arduino"
  40. ],
  41. "name": "Seeed Studio XIAO nRF52840",
  42. "upload": {
  43. "maximum_ram_size": 235520,
  44. "maximum_size": 811008,
  45. "protocol": "nrfutil",
  46. "speed": 115200,
  47. "protocols": [
  48. "jlink",
  49. "nrfjprog",
  50. "nrfutil",
  51. "cmsis-dap",
  52. "sam-ba",
  53. "blackmagic"
  54. ],
  55. "use_1200bps_touch": true,
  56. "require_upload_port": true,
  57. "wait_for_upload_port": true
  58. },
  59. "url": "https://wiki.seeedstudio.com/XIAO_BLE",
  60. "vendor": "Seeed Studio"
  61. }