Skip to content

Commit 0ef41d3

Browse files
authored
Merge pull request #14347 from harmut01/baremetal_ambiq
Add bare metal support to Ambiq targets
2 parents 6bbd68c + 6b89c46 commit 0ef41d3

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
@@ -7881,7 +7881,18 @@
78817881
"CORDIO_ZERO_COPY_HCI",
78827882
"USE_AMBIQ_DRIVER",
78837883
"MBED_TICKLESS"
7884-
]
7884+
],
7885+
"supported_application_profiles" : ["full", "bare-metal"],
7886+
"supported_c_libs": {
7887+
"arm": [
7888+
"std",
7889+
"small"
7890+
],
7891+
"gcc_arm": [
7892+
"std",
7893+
"small"
7894+
]
7895+
}
78857896
},
78867897
"AMA3B1KK": {
78877898
"public": false,

0 commit comments

Comments
 (0)