Skip to content

Commit 4d3c6b3

Browse files
committed
Replaced rtos profile with full profile
1 parent 8b70dfe commit 4d3c6b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

targets/targets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
]
3434
},
3535
"supported_application_profiles": [
36-
"rtos"
36+
"full"
3737
],
3838
"config": {
3939
"console-uart": {
@@ -832,7 +832,7 @@
832832
]
833833
},
834834
"supported_application_profiles": [
835-
"rtos", "bare-metal"
835+
"full", "bare-metal"
836836
]
837837
},
838838
"SDT64B": {
@@ -1172,7 +1172,7 @@
11721172
]
11731173
},
11741174
"supported_application_profiles": [
1175-
"rtos",
1175+
"full",
11761176
"bare-metal"
11771177
],
11781178
"macros": [
@@ -5741,7 +5741,7 @@
57415741
}
57425742
},
57435743
"supported_application_profiles": [
5744-
"rtos", "bare-metal"
5744+
"full", "bare-metal"
57455745
]
57465746
},
57475747
"ARDUINO_NANO33BLE": {

0 commit comments

Comments
 (0)