Skip to content

Commit

Permalink
added NRF52840_DONGLE
Browse files Browse the repository at this point in the history
added NRF52840_DONGLE
  • Loading branch information
hallard committed Apr 5, 2024
1 parent df0dc8b commit 8ede415
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7127,6 +7127,27 @@
"full", "bare-metal"
]
},
"NRF52840_DONGLE": {
"inherits": [
"MCU_NRF52840"
],
"supported_form_factors": [],
"macros_add": [
"CONFIG_GPIO_AS_PINRESET"
],
"components_remove": [
"QSPIF"
],
"config": {
"enable-objects-extensions": {
"help": "Enable inclusion of objects_extensions.h",
"value": false
}
},
"supported_application_profiles": [
"full", "bare-metal"
]
},
"ARDUINO_NANO33BLE": {
"inherits": [
"MCU_NRF52840"
Expand Down

0 comments on commit 8ede415

Please sign in to comment.