Skip to content

Commit 5614af0

Browse files
authored
Merge pull request #14349 from harmut01/baremetal_nordic
Add bare metal support to Nordic targets
2 parents f78c241 + de162d4 commit 5614af0

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

targets/targets.json

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5713,15 +5713,25 @@
57135713
"is_disk_virtual": true,
57145714
"supported_toolchains": [
57155715
"GCC_ARM",
5716-
"ARM",
5717-
"IAR"
5716+
"ARM"
57185717
],
57195718
"public": false,
57205719
"detect_code": [
57215720
"1101"
57225721
],
57235722
"program_cycle_s": 6,
5724-
"bootloader_supported": true
5723+
"bootloader_supported": true,
5724+
"supported_application_profiles" : ["full", "bare-metal"],
5725+
"supported_c_libs": {
5726+
"arm": [
5727+
"std",
5728+
"small"
5729+
],
5730+
"gcc_arm": [
5731+
"std",
5732+
"small"
5733+
]
5734+
}
57255735
},
57265736
"NRF52_DK": {
57275737
"supported_form_factors": [
@@ -5871,15 +5881,25 @@
58715881
"is_disk_virtual": true,
58725882
"supported_toolchains": [
58735883
"GCC_ARM",
5874-
"ARM",
5875-
"IAR"
5884+
"ARM"
58765885
],
58775886
"public": false,
58785887
"detect_code": [
58795888
"1101"
58805889
],
58815890
"program_cycle_s": 6,
5882-
"bootloader_supported": true
5891+
"bootloader_supported": true,
5892+
"supported_application_profiles" : ["full", "bare-metal"],
5893+
"supported_c_libs": {
5894+
"arm": [
5895+
"std",
5896+
"small"
5897+
],
5898+
"gcc_arm": [
5899+
"std",
5900+
"small"
5901+
]
5902+
}
58835903
},
58845904
"NRF52840_DK": {
58855905
"supported_form_factors": [

0 commit comments

Comments
 (0)