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)
128
128
# preventing CMake from working its usage requirements magic and forcing us to set the linker
129
129
# script globally.
130
130
#
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.
132
132
string (TOLOWER ${MBED_TARGET} MBED_TARGET_CONVERTED )
133
133
string (REPLACE "_" "-" MBED_TARGET_CONVERTED ${MBED_TARGET_CONVERTED} )
134
134
string (PREPEND MBED_TARGET_CONVERTED "mbed-" )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Notes:
103
103
104
104
## Naming convention
105
105
106
- - `mbed` namespace: Mbed CMake targets must have `mbed` prefix
106
+ - `mbed` namespace: Mbed CMake targets must have `mbed- ` prefix
107
107
- all characters are lower case
108
108
- words separated by hyphens
109
109
You can’t perform that action at this time.
0 commit comments