zephyr/scripts/ci
Torsten Rasmussen 3d88083bf1 cmake: zephyr modules: sanitize all module name when used as variable
The introduction of Zephyr module glue code in the Zephyr repository
introduces a Kconfig variable in the form of:
`config ZEPHYR_<MODULE_NAME>_MODULE`.

All Kconfig variables go into `autoconf.h`, therefore it is necessary
to sanitize the Kconfig variable, so that it does not contain special
characters. To ensure consistent variable name, then the module name
will be sanitized in all variable use in both Kconfig and CMake.
The sanitization is done be replacing all special characters with an
underscore, `_`.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-01-20 12:59:19 +01:00
..
check_compliance.py cmake: zephyr modules: sanitize all module name when used as variable 2021-01-20 12:59:19 +01:00
get_modified_boards.py ci: rename sanitycheck -> twister 2020-12-11 14:13:02 -05:00
get_modified_tests.py ci: rename sanitycheck -> twister 2020-12-11 14:13:02 -05:00
pylintrc ci: add compliance checking via GH actions 2020-06-12 07:53:09 -04:00
run_ci.sh ci: remove west extension call 2021-01-08 07:49:19 -05:00
twister_ignore.txt ci: rename sanitycheck -> twister 2020-12-11 14:13:02 -05:00
version_mgr.py test_version: update tset version with 12 digits 2021-01-10 17:00:17 -05:00
what_changed.py ci: rename sanitycheck -> twister 2020-12-11 14:13:02 -05:00