Browse Source

add openocd_target to lilygo t-impulse board.json

pull/2592/head
taco 2 weeks ago
parent
commit
b92fcbed10
  1. 3
      boards/lilygo_t_impulse_plus_nrf52840.json

3
boards/lilygo_t_impulse_plus_nrf52840.json

@ -37,7 +37,8 @@
"onboard_tools": [
"jlink"
],
"svd_path": "nrf52840.svd"
"svd_path": "nrf52840.svd",
"openocd_target": "nrf52.cfg"
},
"frameworks": [
"arduino"

Loading…
Cancel
Save