Add bare metal support to Nordic targets

pull/14349/head
Harrison Mutai 2021-02-19 15:46:02 +00:00
parent 26606218ad
commit accc081c6e
1 changed files with 24 additions and 2 deletions

View File

@ -5646,7 +5646,18 @@
"1101"
],
"program_cycle_s": 6,
"bootloader_supported": true
"bootloader_supported": true,
"supported_application_profiles" : ["full", "bare-metal"],
"supported_c_libs": {
"arm": [
"std",
"small"
],
"gcc_arm": [
"std",
"small"
]
}
},
"NRF52_DK": {
"supported_form_factors": [
@ -5804,7 +5815,18 @@
"1101"
],
"program_cycle_s": 6,
"bootloader_supported": true
"bootloader_supported": true,
"supported_application_profiles" : ["full", "bare-metal"],
"supported_c_libs": {
"arm": [
"std",
"small"
],
"gcc_arm": [
"std",
"small"
]
}
},
"NRF52840_DK": {
"supported_form_factors": [