We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0dc8b commit 8ede415Copy full SHA for 8ede415
targets/targets.json
@@ -7127,6 +7127,27 @@
7127
"full", "bare-metal"
7128
]
7129
},
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
7151
"ARDUINO_NANO33BLE": {
7152
"inherits": [
7153
"MCU_NRF52840"
0 commit comments