Commit a437ed4
committed
targets: Add "bare-metal" to supported_application_profiles
We weren't setting the "supported_application_profiles" correctly for
some baremetal supported targets. This didn't cause build failures with
mbed-cli 1 as it just seems to ignore this config parameter. In our CMake
build system we have added a hard dependency on the
supported_application_profiles; we fail the build if the profile we're
trying to build isn't in the list.1 parent cfc68a0 commit a437ed4
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
993 | 993 | | |
994 | 994 | | |
995 | 995 | | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
996 | 1000 | | |
997 | 1001 | | |
998 | 1002 | | |
| |||
4417 | 4421 | | |
4418 | 4422 | | |
4419 | 4423 | | |
| 4424 | + | |
| 4425 | + | |
| 4426 | + | |
| 4427 | + | |
4420 | 4428 | | |
4421 | 4429 | | |
4422 | 4430 | | |
| |||
0 commit comments