- e68cfb5 cmake: allow binary directory to be specified by Rafał Kuźnia · 4 years ago
- ffff212 cmake: zephyr_file() now accepts BOARD and BOARD_REVISION as argument by Torsten Rasmussen · 4 years, 1 month ago
- b3bb1d6 cmake: make WATCH an optional argument to zephyr_check_cache() by Torsten Rasmussen · 4 years, 1 month ago
- 3a58b45 cmake: board_check_revision() also accepts a list of valid revisions by Torsten Rasmussen · 4 years, 1 month ago
- 0629e69 cmake: warn if it's too late to set a boilerplate variable by Martí Bolívar · 4 years, 1 month ago
- c4c79f5 cmake: improved handling of output and byproducts in CMake by Torsten Rasmussen · 4 years, 2 months ago
- 3d88083 cmake: zephyr modules: sanitize all module name when used as variable by Torsten Rasmussen · 4 years, 2 months ago
- 0d5e6c1 boards/shields: re-work handling in cmake and west by Martí Bolívar · 4 years, 3 months ago
- 16d66b0 cmake: additional board revision comments addressed for #29990 by Torsten Rasmussen · 4 years, 4 months ago
- 77ecd68 cmake: support versioning of board by Torsten Rasmussen · 4 years, 4 months ago
- bbaf00b cmake: extend zephyr_file(<mode>) to support searching of config files by Torsten Rasmussen · 4 years, 4 months ago
- 7247412 cmake: cleanup board and shield cmake code by Torsten Rasmussen · 4 years, 4 months ago
- 217186f twister: rename in cmake/ by Anas Nashif · 4 years, 4 months ago
- 94288bd cmake: zephyr_get_<flags>_for_lang_as_string() uses space as delimiter by Torsten Rasmussen · 4 years, 4 months ago
- 8275d39 cmake: adding $<SEMICOLON> instead of space on zephyr_get_compile_<type> by Torsten Rasmussen · 4 years, 4 months ago
- 90f56db cmake: extend target_ld_options() to support grouping of flags by Torsten Rasmussen · 4 years, 5 months ago
- 5d473dc cmake: fix zephyr_get_system_include_directories_for_lang() function by Torsten Rasmussen · 4 years, 6 months ago
- 2d2fea8 cmake: create zephyr_get_targets() functions by Torsten Rasmussen · 4 years, 7 months ago
- eb2a705 cmake: support absolute path in zephyr_code_relocate() function by Torsten Rasmussen · 4 years, 7 months ago
- 3083205 cmake: introduce zephyr_file() extension command by Torsten Rasmussen · 4 years, 7 months ago
- b94ce67 cmake: get Zephyr settings for language extension by Torsten Rasmussen · 4 years, 7 months ago
- 9d501f4 cmake: Remove SHELL: tag in process_flags function by Torsten Rasmussen · 4 years, 7 months ago
- 3c761e8 cmake: fixed regex handling in process_flags function extensions.cmake by Torsten Rasmussen · 4 years, 7 months ago
- c55c64e toolchain: improved toolchain abstraction for compilers and linker by Torsten Rasmussen · 4 years, 7 months ago
- 244f826 cmake: remove _if_kconfig() functions by Carles Cufi · 4 years, 8 months ago
- 0b4b3ae cmake, samples, tests: Use semi-accurate project names by Reto Schneider · 4 years, 10 months ago
- 6656214 boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 by Carles Cufi · 5 years ago
- ad1fecc cmake: ninja usage build target by Torsten Rasmussen · 5 years ago
- 4253eae boards: nrf52840_pca10056: Rename board to nrf52840dk_nrf52840 by Andrzej Głąbek · 5 years ago
- 05f0d85 extensions.cmake: Replace TEXT_START with ROM_START by Øyvind Rønningstad · 5 years ago
- 0039fb8 doc: cmake: fixed 'strip_prefix' inconsistency by Timor Gruber · 5 years ago
- 1a2ff6de cmake: Add sorting of linker snippets by key by Øyvind Rønningstad · 5 years ago
- d1c2a4e cmake: Add the TEXT_START location to zephyr_linker_sources() by Øyvind Rønningstad · 5 years ago
- 60ca233 cmake: toolchain: generalize exclusion of CXX options by Peter A. Bigot · 5 years ago
- 5f75c0f cmake: Fix cache directory detection by Sebastian Bøe · 5 years ago
- 01d8dc0 cmake: toolchain: Don't add -Werror=implicit-int to CXX builds by Sebastian Bøe · 5 years ago
- 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
- 1f9723a cmake: app mem partion flexibility by Torsten Rasmussen · 5 years ago
- c5dd84a cmake: Added function for parsing gcc dependency metadata by Sebastian Bøe · 5 years ago
- f0fa7b8 cmake: zephyr_library_amend feature by Torsten Rasmussen · 5 years ago
- c898c15 cmake: Fix bug where -Wno- flags could not be compatbility-checked by Sebastian Bøe · 6 years ago
- 11f9acb cmake: Drop old deprecation warning by Sebastian Bøe · 6 years ago
- e217c1b cmake: remove spurious IS_ABSOLUTE logic in zephyr_sources() by Marc Herbert · 6 years ago
- f2cb20c docs: fix misspelling across the tree by Anas Nashif · 6 years ago
- 1717332 cmake: add helpers for setting board runners by Marti Bolivar · 6 years ago
- 9f851cc cmake: delete obsolete deprecation checks by Marti Bolivar · 6 years ago
- 28bb975 cmake: Allow import_kconfig() to return a list of the variables it sets by Øyvind Rønningstad · 6 years ago
- d1b4da9 extensions.cmake: don't leak absolute paths in snippets-*.ld comment by Marc Herbert · 6 years ago
- f2a1572 cmake: Add function for adding snippets to the linker file by Øyvind Rønningstad · 6 years ago
- 66431d2 cmake: helper function for importing library by Håkon Øye Amundsen · 6 years ago
- 7411c01 cmake: remove incorrect statement from doc by Håkon Øye Amundsen · 6 years ago
- 3ad96bf extensions.cmake: add two cc/compile_options callgraph comments by Marc Herbert · 6 years ago
- f098b44 cmake: atomic rename to fix toolchain cache creation race by Marc Herbert · 6 years ago
- 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
- 4635343 zephyr_library_compile_options(): silently de-duplicate by Marc Herbert · 6 years ago
- 915a353 extensions.cmake: need unique strings, not random ones by Marc Herbert · 6 years ago
- 0d744c9 cmake: dtc: silence output from check_dtc_flag by Kumar Gala · 6 years ago
- 1718b07a cmake: dtc: Add ability to check of dtc flag is valid by Kumar Gala · 6 years ago
- 0115c47 cmake: dts: move to specifying shield on the command line by Erwan Gouriou · 6 years ago
- 0efad5f cmake: Whitespace and commentary fixes by Mark Ruvald Pedersen · 6 years ago
- 94a9d80 cmake: boilerplate: move compiler-flag checks into boilerplate by Mark Ruvald Pedersen · 6 years ago
- c842fb8 cmake: import_kconfig: Generalize 'import_kconfig' to support DT by Sebastian Bøe · 6 years ago
- 667d6c9 cmake: Minor refactoring of 'import_kconfig' by Sebastian Bøe · 6 years ago
- 62e152a cmake: Added rule and helper functions for code relocation. by Adithya Baglody · 6 years ago
- 84fe1ec cmake: Don't remember misnamed boards by Sebastian Bøe · 6 years ago
- 0d412ab cmake: fix code section ordering by Henrik Brix Andersen · 6 years ago
- 0f1b6ff cmake: Make the target name generation code re-usable by Sebastian Bøe · 6 years ago
- e7dcc9d cmake: Re-write the capability database to avoid file appends by Sebastian Bøe · 6 years ago
- d6de4c7 cmake: Fall back to ZEPHYR_BASE when the board is not in BOARD_ROOT by Sebastian Bøe · 7 years ago
- 83d2a47 cmake: Don't propagate zephyr_library_compile_options by Sebastian Bøe · 7 years ago
- b9e8cd1 cmake: Refactor usage of target_link_libraries on Zephyr libraries by Sebastian Bøe · 7 years ago
- 5d22834 cmake: extensions: Remove macro zephyr_library_ifdef. by Adithya Baglody · 7 years ago
- 9e7d16a scripts: make runner a west subpackage by Marti Bolivar · 7 years ago
- 64badd9 cmake: flash: save runner configuration to CMake cache by Marti Bolivar · 7 years ago
- cc8b726 cmake: Add new generate_inc_file_for_gen_target function by Kumar Gala · 7 years ago
- c674167f cmake: extensions: Added a new macro zephyr_library_ifdef by Adithya Baglody · 7 years ago
- aa90d72 cmake: Introduce a key version to invalidate corrupted caches by Sebastian Bøe · 7 years ago
- 5f08b10 cmake: Suppress messages about compiler checks by Sebastian Bøe · 7 years ago
- 632fe1d cmake: check_compiler_flag: Fix bug where checks were aliased by Sebastian Bøe · 7 years ago
- 71b849f cmake: Port Zephyr to use zephyr_check_compiler_flag by Sebastian Bøe · 7 years ago
- 8447581 cmake: Introduce zephyr_check_compiler_flag() by Sebastian Bøe · 7 years ago
- c95c6be cmake: check_compiler_flag: Support empty-string options by Sebastian Bøe · 7 years ago
- 709daa2 cmake: Find a directory that could be used to cache files by Sebastian Bøe · 7 years ago
- 6c3a94c cmake: Add function for checking if a directory is write-able by Sebastian Bøe · 7 years ago
- 6779d3f cmake: Fix printed list of supported boards. by Håkon Øye Amundsen · 7 years ago
- 777e0a1 cmake: Support UTF-8 characters in Kconfig values by Sebastian Bøe · 7 years ago
- 7ee8bb9 build: deprecate ZEPHYR_GCC_VARIANT by Anas Nashif · 7 years ago
- d187da4 cmake: Fix missing braces around interface by Ding Tao · 7 years ago
- 70a4081 cmake: add optional app_set_runner_args() by Marti Bolivar · 7 years ago
- 7d764b3 cmake: Use path-corrected version of ZEPHYR_BASE by Carles Cufi · 7 years ago
- 5d25497 cmake: zephyr_get_*: Add support for SKIP_PREFIX by Sebastian Bøe · 7 years ago
- 3c8331d3 cmake: Introduce Zephyr interface libraries by Sebastian Bøe · 7 years ago
- c14013c cmake: generate_inc: Change how the target name is constructed by Sebastian Bøe · 7 years ago
- 5fb5adb cmake: Fix target_ld_options() by Sebastian Bøe · 7 years ago
- 2bbe6af cmake: add zephyr_link_libraries_ifdef by Anas Nashif · 7 years ago
- 2e9064b cmake: replace @ in path with _ by Anas Nashif · 7 years ago
- 7a3462d scripts: runner: use arguments, not environment vars by Marti Bolivar · 7 years ago
- 94290ee cmake: extensions: support list arguments to set_ifndef() by Marti Bolivar · 7 years ago
- f8e0a0c cmake: extensions: add assert_not() by Marti Bolivar · 7 years ago
- 6c8ebab cmake: Added assert that will show usage by Sebastian Bøe · 7 years ago