Merge pull request #13118 from evedon/ed-full-profile

Replaced rtos profile with full profile
pull/13158/head
Martin Kojtal 2020-06-18 22:19:59 +02:00 committed by GitHub
commit 920133e8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
] ]
}, },
"supported_application_profiles": [ "supported_application_profiles": [
"rtos" "full"
], ],
"config": { "config": {
"console-uart": { "console-uart": {
@ -777,7 +777,7 @@
] ]
}, },
"supported_application_profiles": [ "supported_application_profiles": [
"rtos", "bare-metal" "full", "bare-metal"
] ]
}, },
"SDT64B": { "SDT64B": {
@ -1115,7 +1115,7 @@
] ]
}, },
"supported_application_profiles": [ "supported_application_profiles": [
"rtos", "full",
"bare-metal" "bare-metal"
], ],
"macros": [ "macros": [
@ -5719,7 +5719,7 @@
} }
}, },
"supported_application_profiles": [ "supported_application_profiles": [
"rtos", "bare-metal" "full", "bare-metal"
] ]
}, },
"ARDUINO_NANO33BLE": { "ARDUINO_NANO33BLE": {