Browse Source

Merge pull request #2592 from oltaco/nrf52-pio-target-fix

Fix upload and monitor targets for nrf52 envs
pull/2569/merge
Liam Cottle 3 weeks ago
committed by GitHub
parent
commit
f03662af11
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      boards/lilygo_t_impulse_plus_nrf52840.json

3
boards/lilygo_t_impulse_plus_nrf52840.json

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

Loading…
Cancel
Save