zephyr/cmake/modules
Nicolas Lebedenco 4df926b02d cmake: Make enable_language() clear about what it is actually doing
That call to enable_languages() is passed C CXX ASM which misleads the
reader into thinking that the three languages are enabled in that call but
at that point only ASM is actually because C and CXX were already
implicitly enabled by the call to project() above. The suggested change
removes the misleading C CXX arguments but we could as well make it clear
in the project() call by passing LANGUAGES C CXX.

Signed-off-by: Nicolas Lebedenco <nicolas@lebedenco.net>
2024-04-19 16:40:11 +00:00
..
Platform cmake: conditionally enable shared library support 2024-04-08 09:04:32 +02:00
arch_v1.cmake hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
arch_v2.cmake hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
basic_settings.cmake
boards.cmake cmake: modules: boards: Add normalised variables 2024-04-15 08:31:55 -07:00
ccache.cmake
configuration_files.cmake cmake: support shortened file names for single SoC boards 2024-04-09 23:35:54 +02:00
doc.cmake
dts.cmake cmake: support shortened file names for single SoC boards 2024-04-09 23:35:54 +02:00
extensions.cmake cmake: add_llext_target: handle empty LLEXT_REMOVE_FLAGS 2024-04-19 10:10:39 +02:00
Findarmclang.cmake
FindBabbleSim.cmake nrf5_bsim cmake: Check that the simulator version is new enough 2024-03-19 21:18:13 -05:00
FindDeprecated.cmake hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
FindDtc.cmake
FindGnuLd.cmake cmake: Normalize GNULD_LINKER variable 2024-04-16 16:38:35 -07:00
FindHostTools.cmake hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
FindLlvmLld.cmake
FindoneApi.cmake
FindScaTools.cmake
FindTargetTools.cmake cmake: conditionally enable shared library support 2024-04-08 09:04:32 +02:00
FindZephyr-sdk.cmake
generated_file_directories.cmake cmake: modules: generated_file_directories: fix paths 2024-01-30 12:36:11 +01:00
hwm_v2.cmake sysbuild: add SoC-specific sysbuild configuration 2024-04-10 17:53:24 +02:00
kconfig.cmake scripts: remove boards_legacy sub-folder from list_boards.py 2024-03-22 11:51:58 +01:00
kernel.cmake cmake: Make enable_language() clear about what it is actually doing 2024-04-19 16:40:11 +00:00
pre_dt.cmake hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
python.cmake cmake: drop ERROR_QUIET in python.cmake 2023-12-13 13:56:59 +01:00
root.cmake
shields.cmake cmake: shields: Simplify shield processing, print shields from modules 2024-04-12 15:03:29 +02:00
snippets.cmake
soc_v1.cmake hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
soc_v2.cmake cmake: add CMake configure dependency to board.yml 2024-03-22 13:02:00 +00:00
unittest.cmake unittest: update unittest to hwmv2 2024-03-22 11:51:58 +01:00
user_cache.cmake
version.cmake cmake: fix issue with parsing version file located in /VERSION 2024-04-15 14:05:38 +02:00
west.cmake
zephyr_default.cmake hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
zephyr_module.cmake cmake: Introduce ZEPHYR_CURRENT_MODULE_NAME 2024-01-24 10:54:17 +01:00