seeed-wio-tracker-l1.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "build": {
  3. "arduino": {
  4. "ldscript": "nrf52840_s140_v7.ld"
  5. },
  6. "core": "nRF5",
  7. "cpu": "cortex-m4",
  8. "extra_flags": "-DARDUINO_SEEED_WIO_TRACKER_L1 -DNRF52840_XXAA -DSEEED_WIO_TRACKER_L1 ",
  9. "f_cpu": "64000000L",
  10. "hwids": [
  11. [ "0x2886", "0x1667" ],
  12. [ "0x2886", "0x1668" ]
  13. ],
  14. "mcu": "nrf52840",
  15. "variant": "Seeed_Wio_Tracker_L1",
  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": "Seeed Wio Tracker L1"
  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 Wio Tracker L1",
  42. "upload": {
  43. "maximum_ram_size": 235520,
  44. "maximum_size": 811008,
  45. "protocol": "nrfutil",
  46. "speed": 115200,
  47. "protocols": [
  48. "jlink",
  49. "stlink",
  50. "nrfjprog",
  51. "nrfutil",
  52. "cmsis-dap",
  53. "sam-ba",
  54. "blackmagic"
  55. ],
  56. "use_1200bps_touch": true,
  57. "require_upload_port": true,
  58. "wait_for_upload_port": true
  59. },
  60. "url": "https://wiki.seeedstudio.com/wio_tracker_l1_node/",
  61. "vendor": "Seeed Studio"
  62. }