CMake readme: add naming scheme for our CMake targets

Be consistent
pull/14255/head
Martin Kojtal 2021-02-10 09:42:19 +00:00
parent b3181a102c
commit a6915af60d
1 changed files with 8 additions and 0 deletions

View File

@ -100,3 +100,11 @@ $ mbedtools configure -t <TOOLCHAIN> -m <MBED_TARGET>
Notes:
* These steps will change when `mbedtools` implements a sub-command to invoke Greentea tests
* Some Greentea tests require specific application configuration files in order to build and run successfully. For example, the `connectivity/mbedtls/tests/TESTS/mbedtls/sanity` test requires the configuration file found at `TESTs/configs/experimental.json`.
## Naming convention
- `mbed` namespace: Mbed CMake targets must have `mbed` prefix
- all characters are lower case
- words separated by hyphens
For example: `mbed-ble-cordio`