Skip to content

Commit 8ede415

Browse files
committed
added NRF52840_DONGLE
added NRF52840_DONGLE
1 parent df0dc8b commit 8ede415

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

targets/targets.json

+21
Original file line numberDiff line numberDiff line change
@@ -7127,6 +7127,27 @@
71277127
"full", "bare-metal"
71287128
]
71297129
},
7130+
"NRF52840_DONGLE": {
7131+
"inherits": [
7132+
"MCU_NRF52840"
7133+
],
7134+
"supported_form_factors": [],
7135+
"macros_add": [
7136+
"CONFIG_GPIO_AS_PINRESET"
7137+
],
7138+
"components_remove": [
7139+
"QSPIF"
7140+
],
7141+
"config": {
7142+
"enable-objects-extensions": {
7143+
"help": "Enable inclusion of objects_extensions.h",
7144+
"value": false
7145+
}
7146+
},
7147+
"supported_application_profiles": [
7148+
"full", "bare-metal"
7149+
]
7150+
},
71307151
"ARDUINO_NANO33BLE": {
71317152
"inherits": [
71327153
"MCU_NRF52840"

0 commit comments

Comments
 (0)