We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c479dab commit 28a2327Copy full SHA for 28a2327
targets/targets.json
@@ -7850,11 +7850,9 @@
7850
},
7851
"ARDUINO_NANO33BLE": {
7852
"inherits": ["MCU_NRF52840"],
7853
- "features_add": ["BLE", "STORAGE"],
+ "features_add": ["STORAGE"],
7854
"components_remove": ["QSPIF"],
7855
- "components_add": ["FLASHIAP"],
7856
"device_has_remove": ["QSPI", "ITM"],
7857
- "device_has_add": ["FLASH"],
7858
"macros_add": [
7859
"CONFIG_GPIO_AS_PINRESET"
7860
]
@@ -7875,8 +7873,7 @@
7875
7873
"detect_code": ["1026"],
7876
7874
"device_has_remove": ["ITM"],
7877
7878
- "CONFIG_GPIO_AS_PINRESET",
7879
- "NRF52_ERRATA_20"
+ "CONFIG_GPIO_AS_PINRESET"
7880
7881
7882
"BLUEPILL_F103C8": {
0 commit comments