zephyr/cmake/modules
Torsten Rasmussen 991396c54a cmake: do not double escape double quote
Do not escape single escaped quote '\"'.
A single escape quote in CMake indicates the use of literal '"'.
Escaping those results in '\\"' which is a literal '\' and a quote which
encapsulates a string.
This is a result we do not want.
Therefore, exempt the '\"' sequence from further escaping.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2025-02-24 15:35:48 +00:00
..
arch_v1.cmake
arch_v2.cmake
basic_settings.cmake
boards.cmake cmake: store board directories in build_info 2025-02-10 15:56:52 +00:00
ccache.cmake
configuration_files.cmake cmake: Remove build type 2025-01-30 16:19:57 +01:00
doc.cmake
dts.cmake cmake: modules: dts: Remove duplicate zephyr.dts log 2025-01-14 17:56:08 +01:00
extensions.cmake cmake: do not double escape double quote 2025-02-24 15:35:48 +00:00
Findarmclang.cmake
FindBabbleSim.cmake
FindDeprecated.cmake cmake: toolchain: Remove deprecated 'xtools' toolchain variant 2025-01-17 10:50:07 +01:00
FindDtc.cmake
FindGnuLd.cmake cmake: modules/FindGnuLd: support an additional obselete version format 2025-01-27 13:24:52 +01:00
FindHostTools.cmake cmake: modules: Prefer imgtool being in MCUboot directory 2025-01-21 11:10:26 +01:00
FindLlvmLld.cmake
FindoneApi.cmake
FindScaTools.cmake
FindTargetTools.cmake cmake: improve Zephyr link phase 2024-10-04 16:34:35 +01:00
FindThreads.cmake
FindZephyr-sdk.cmake cmake: support range for find_package(Zephyr-sdk) 2024-10-24 14:06:45 +02:00
generated_file_directories.cmake
git.cmake
hwm_v2.cmake cmake: scripts: support SoC extension 2024-10-26 17:14:06 +02:00
kconfig.cmake cmake: scripts: add 'winpty' support when available 2024-12-12 20:00:00 +01:00
kernel.cmake cmake: scripts: support board extension 2024-10-26 17:14:06 +02:00
pre_dt.cmake
python.cmake
root.cmake sysbuild: Add support for snippets 2024-12-27 07:18:13 +01:00
shields.cmake
snippets.cmake cmake: snippets: Add snippet help message 2025-02-13 16:43:20 +01:00
soc_v1.cmake
soc_v2.cmake cmake: scripts: support SoC extension 2024-10-26 17:14:06 +02:00
unittest.cmake cmake: unittest: add -t run support 2025-01-15 01:39:24 +01:00
user_cache.cmake
version.cmake cmake: Added "-" support to EXTRAVERSION 2025-01-21 15:13:36 +01:00
west.cmake
yaml.cmake cmake: escape json input string 2025-02-21 11:41:26 +00:00
zephyr_default.cmake
zephyr_module.cmake