File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ add_subdirectory(cmsis/device/rtos EXCLUDE_FROM_ALL)
128128# preventing CMake from working its usage requirements magic and forcing us to set the linker
129129# script globally.
130130#
131- # Ensure the words that make up the Mbed target name are separated with an hyphen, lowercase, and with the `mbed-` prefix.
131+ # Ensure the words that make up the Mbed target name are separated with a hyphen, lowercase, and with the `mbed-` prefix.
132132string (TOLOWER ${MBED_TARGET} MBED_TARGET_CONVERTED)
133133string (REPLACE "_" "-" MBED_TARGET_CONVERTED ${MBED_TARGET_CONVERTED} )
134134string (PREPEND MBED_TARGET_CONVERTED "mbed-" )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Notes:
103103
104104## Naming convention
105105
106- - `mbed` namespace: Mbed CMake targets must have `mbed` prefix
106+ - `mbed` namespace: Mbed CMake targets must have `mbed- ` prefix
107107- all characters are lower case
108108- words separated by hyphens
109109
You can’t perform that action at this time.
0 commit comments