Skip to content

Commit accc081

Browse files
Add bare metal support to Nordic targets
1 parent 2660621 commit accc081

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

targets/targets.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5646,7 +5646,18 @@
56465646
"1101"
56475647
],
56485648
"program_cycle_s": 6,
5649-
"bootloader_supported": true
5649+
"bootloader_supported": true,
5650+
"supported_application_profiles" : ["full", "bare-metal"],
5651+
"supported_c_libs": {
5652+
"arm": [
5653+
"std",
5654+
"small"
5655+
],
5656+
"gcc_arm": [
5657+
"std",
5658+
"small"
5659+
]
5660+
}
56505661
},
56515662
"NRF52_DK": {
56525663
"supported_form_factors": [
@@ -5804,7 +5815,18 @@
58045815
"1101"
58055816
],
58065817
"program_cycle_s": 6,
5807-
"bootloader_supported": true
5818+
"bootloader_supported": true,
5819+
"supported_application_profiles" : ["full", "bare-metal"],
5820+
"supported_c_libs": {
5821+
"arm": [
5822+
"std",
5823+
"small"
5824+
],
5825+
"gcc_arm": [
5826+
"std",
5827+
"small"
5828+
]
5829+
}
58085830
},
58095831
"NRF52840_DK": {
58105832
"supported_form_factors": [

0 commit comments

Comments
 (0)