Skip to content

Commit 920133e

Browse files
authored
Merge pull request #13118 from evedon/ed-full-profile
Replaced rtos profile with full profile
2 parents 3e42991 + 4d3c6b3 commit 920133e

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
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
"supported_application_profiles": [
32-
"rtos"
32+
"full"
3333
],
3434
"config": {
3535
"console-uart": {
@@ -777,7 +777,7 @@
777777
]
778778
},
779779
"supported_application_profiles": [
780-
"rtos", "bare-metal"
780+
"full", "bare-metal"
781781
]
782782
},
783783
"SDT64B": {
@@ -1115,7 +1115,7 @@
11151115
]
11161116
},
11171117
"supported_application_profiles": [
1118-
"rtos",
1118+
"full",
11191119
"bare-metal"
11201120
],
11211121
"macros": [
@@ -5719,7 +5719,7 @@
57195719
}
57205720
},
57215721
"supported_application_profiles": [
5722-
"rtos", "bare-metal"
5722+
"full", "bare-metal"
57235723
]
57245724
},
57255725
"ARDUINO_NANO33BLE": {

0 commit comments

Comments
 (0)