Skip to content

Commit 6b89c46

Browse files
Add bare metal support to Ambiq targets
1 parent 2660621 commit 6b89c46

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

targets/targets.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7615,7 +7615,18 @@
76157615
"CORDIO_ZERO_COPY_HCI",
76167616
"USE_AMBIQ_DRIVER",
76177617
"MBED_TICKLESS"
7618-
]
7618+
],
7619+
"supported_application_profiles" : ["full", "bare-metal"],
7620+
"supported_c_libs": {
7621+
"arm": [
7622+
"std",
7623+
"small"
7624+
],
7625+
"gcc_arm": [
7626+
"std",
7627+
"small"
7628+
]
7629+
}
76197630
},
76207631
"AMA3B1KK": {
76217632
"public": false,

0 commit comments

Comments
 (0)