- 4cba9e6 cmake: warn the user that the toolchain cache hides errors by Marc Herbert · 1 year, 6 months ago
- 718a219 cmake: expose TOOLCHAIN_HAS_PICOLIBC to kconfig by Daniel Leung · 1 year, 7 months ago
- 25d82dd cmake: armclang version detection by Torsten Rasmussen · 1 year, 7 months ago
- 73605f1 cmake: armlink: update CMake library to arch__arm__core__cortex_m by Torsten Rasmussen · 1 year, 7 months ago
- 20d2bbd cmake: modules: host tools: Bump minimum version to 0.16 by Jamie McCrae · 1 year, 7 months ago
- 6c2ad89 cmake: extensions: Add zephyr_topological_sort() by Grzegorz Swiderski · 1 year, 7 months ago
- 3c34ca6 cmake: modules: configuration_files: Force set app config dir by Jamie McCrae · 1 year, 7 months ago
- ad981acc cmake: version: Fix example comment by Jamie McCrae · 1 year, 7 months ago
- 2d78cb7 cmake: modules/FindGnuLd: cache variable GNULD_VERSION_STRING by Daniel Leung · 1 year, 7 months ago
- 0fead68 Revert "llvm: use proper syntax for --config option" by Marc Herbert · 1 year, 7 months ago
- 7e44469 zbus: improve the way of storing observers by Rodrigo Peixoto · 1 year, 7 months ago
- fd27bed cmake/toolchain: Support LLVM source profiling/coverage for native boards by Alberto Escolar Piedras · 1 year, 7 months ago
- 2447ac7 cmake: code relocation: Add support for absolute windows paths by Jamie McCrae · 1 year, 7 months ago
- 5e4710c cmake: cleanup old west version support by Torsten Rasmussen · 1 year, 7 months ago
- 577d47f llvm: use proper syntax for --config option by Benjamin Cabé · 1 year, 7 months ago
- 27f8c21 cmake: sca: codechecker: Support storing results by Pieter De Gendt · 1 year, 7 months ago
- b6095a8 cmake: add Zephyr image output files as byproducts by Torsten Rasmussen · 1 year, 7 months ago
- e38fc6d cmake: enable -Wshadow partially for in-tree code by Daniel Leung · 1 year, 7 months ago
- 11d782c cmake: modules: add support for board extensions by Gerard Marull-Paretas · 1 year, 7 months ago
- 40d85eb cmake: python module cleanup. by Torsten Rasmussen · 1 year, 7 months ago
- 6e32f28 cmake: extend zephyr_file(CONF_FILES <paths>) to allow a list of paths by Torsten Rasmussen · 1 year, 7 months ago
- cd2a038 cmake: add ZephyrAppConfiguration package by Nico Lüthi · 1 year, 7 months ago
- 199cc7f cmake: Fix scope pollution in zephyr_get(... MERGE) by Grzegorz Swiderski · 1 year, 7 months ago
- 7f4b1ab cmake: Don't lose global sysbuild value with zephyr_get(... MERGE) by Grzegorz Swiderski · 1 year, 7 months ago
- 517bdeb cmake: sca: Add CodeChecker native support by Pieter De Gendt · 1 year, 7 months ago
- 53c5897 cmake: modules: Add zephyr_code_relocate_ifdef() macro by Andriy Gelman · 1 year, 8 months ago
- d16c5b9 kernel: canaries: Allow using TLS to store it by Flavio Ceolin · 1 year, 8 months ago
- a5895d6 cmake: extensions: board revisions can be optional by Jordan Yates · 1 year, 8 months ago
- cb46ed6 cmake: kconfig: Preserve correct CLI assignments across re-runs by Grzegorz Swiderski · 1 year, 8 months ago
- 9228c37 cmake: extensions: Improve import_kconfig() bool/tristate parsing by Grzegorz Swiderski · 1 year, 8 months ago
- 0d12e1b cmake: kconfig: Keep symbol names sorted in EXTRA_KCONFIG_OPTIONS by Grzegorz Swiderski · 1 year, 8 months ago
- 586fc90 gcc/target.cmake: fixup for #58408 (fix build with GCC 13) by Jan Henke · 1 year, 8 months ago
- 4b94fc3 llvm: Add support for selecting runtime library by Patryk Duda · 1 year, 8 months ago
- 9239599 twister: add support for custom emulator in simulator by Yong Cong Sin · 1 year, 8 months ago
- fe498ad scripts: snippets: add `DTS_EXTRA_CPPFLAGS` support by Jordan Yates · 1 year, 8 months ago
- 623fb0e build: relocation: Fix long command-line invocations by Carles Cufi · 1 year, 8 months ago
- 3a97fe2 clang: Provide --target option when determining path to runtime library by Patryk Duda · 1 year, 8 months ago
- 624fcba clang: Use rtlib provided by compiler instead of hardcoding libgcc by Patryk Duda · 1 year, 8 months ago
- f16c432 clang: Don't specify FP16 format by Patryk Duda · 1 year, 8 months ago
- 77dde5d llvm: Add ARMv6-M, ARMv7-M, ARMv8-M Mainline and Baseline targets by Patryk Duda · 1 year, 8 months ago
- e4de669 Revert "cmake: linker: arm: put RAM sections in RAM region" by Grzegorz Swiderski · 1 year, 8 months ago
- 75547dd soc: arm64: Add agilex5 soc folder and its configurations by Girisha Dengi · 1 year, 8 months ago
- 695616c cmake: Fix code relocation functions with absolute paths by Jamie McCrae · 1 year, 9 months ago
- 424590f cmake/compiler: Add linker_script compiler property by Keith Packard · 1 year, 9 months ago
- fad8ae4 linker: Introduce linker-tool-lld.h by Patryk Duda · 1 year, 9 months ago
- 56dc20e Kconfig: Tidy up dependants of NATIVE_APPLICATION by Alberto Escolar Piedras · 1 year, 9 months ago
- 7065572 cmake: remove extraneous newlines in build output by Armin Brauns · 1 year, 9 months ago
- c75bf5e ARC: MWDT: cleanup search path handling by Evgeniy Paltsev · 1 year, 9 months ago
- bbec614 cmake/linker_script: Fix cmake linker scripts to define _end by Keith Packard · 1 year, 9 months ago
- 15cdcc7 cmake: Fix FindLlvmLld usage of unimported package by Aaron Massey · 1 year, 9 months ago
- e9af821 cmake: Add partial linking abstraction by Alberto Escolar Piedras · 1 year, 9 months ago
- 48b201c device: make device dependencies optional by Gerard Marull-Paretas · 1 year, 9 months ago
- 8bee39e device: s/device_handles/device_deps/ in linker scripts by Gerard Marull-Paretas · 1 year, 9 months ago
- 80e7820 kernel: syscalls: no need to include all syscalls in binary by Daniel Leung · 1 year, 9 months ago
- 9eec3fc cmake: add zephyr_syscall_header stub by Daniel Leung · 1 year, 9 months ago
- b64cfe9 ARC: MWDT: rework GNU helper tools usage by Evgeniy Paltsev · 1 year, 9 months ago
- 335278d sensing: initial sensor list and enumerate each sensor by Guangfu Hu · 1 year, 9 months ago
- 9642c48 cmake: boards: Fix issue with relative paths by Jamie McCrae · 1 year, 10 months ago
- 0b1dd29 gcc/target.cmake: fix build with gcc-13 by Naveen Saini · 1 year, 10 months ago
- a19d905 USB-C: genVIF: Cleanup and add support to pick static data from input by Madhurima Paruchuri · 1 year, 10 months ago
- ed380de sensors: Add new async one-shot reading API by Yuval Peress · 1 year, 10 months ago
- bdf02ff Twister: Add integration with renode-test by Michał Szprejda · 1 year, 10 months ago
- 7e47ac8 cmake: mcuboot: Add warning if missing Kconfig signing options by Jamie McCrae · 1 year, 10 months ago
- ba48dd8 cmake: support snippets scope for `zephyr_get()` by Torsten Rasmussen · 1 year, 10 months ago
- a6d9105 cmake: create Zephyr scope functions for variables by Torsten Rasmussen · 1 year, 10 months ago
- fd526cc cmake: add reverse option to `zephyr_get(... MERGE)` by Torsten Rasmussen · 1 year, 10 months ago
- 5c71e68 kconfig: provide an option for enforcing Kconfig settings by Torsten Rasmussen · 1 year, 10 months ago
- a885027 cmake: align Zephyr module variable to EXTRA_ZEPHYR_MODULES by Torsten Rasmussen · 1 year, 10 months ago
- ca76349 cmake: update package helper description to use EXTRA_CONF_FILE var by Torsten Rasmussen · 1 year, 10 months ago
- 384fb1e cmake: introduce EXTRA_DTC_OVERLAY_FILE for devicetree by Torsten Rasmussen · 1 year, 10 months ago
- 3a34568 cmake: introduce EXTRA_CONF_FILE and deprecate OVERLAY_CONFIG by Torsten Rasmussen · 1 year, 10 months ago
- 8460d91 cmake: extend zephyr_get() to support fetching of multiple variables by Torsten Rasmussen · 1 year, 10 months ago
- 4975c94 west.cmake: make MIN_WEST_VERSION catch up with requirements-base.txt by Marc Herbert · 1 year, 10 months ago
- 15b4603 ARC: used 64bit MDB binary by default. by Evgeniy Paltsev · 1 year, 10 months ago
- 0972cb9 cmake: kconfig: Configure KCONFIG_ROOT variable by Jamie McCrae · 1 year, 10 months ago
- 49389b5 west: sign: Add Kconfig with application version by Torsten Rasmussen · 1 year, 10 months ago
- 2c757f9 cmake: generalize VERSION infrastructure for better reuse by Torsten Rasmussen · 1 year, 10 months ago
- a41f44b cmake: extensions: Fix missing quotes for zephyr_get function by Jamie McCrae · 1 year, 11 months ago
- d0e58ad device: use iterable sections by Gerard Marull-Paretas · 1 year, 11 months ago
- a7e8b3a cmake: extensions: add NUMERIC support to zephyr_iterable_section by Gerard Marull-Paretas · 1 year, 11 months ago
- 4e81b0e linker: restore CREATE_OBJ_LEVEL wildcard pattern by Evgeniy Paltsev · 1 year, 11 months ago
- 3953de7 cmake: Fix USER_CACHE_DIR path generation by Manoel Brunnen · 1 year, 11 months ago
- 87f50bb cmake: extensions: Do not clear variable in zephyr_get MERGE mode by Jamie McCrae · 1 year, 11 months ago
- ca4dc50 libc: Move strnlen into common by Kumar Gala · 1 year, 11 months ago
- 99ebe39 compiler: add CONFIG_COMPILER_TRACK_MACRO_EXPANSION by Gerard Marull-Paretas · 1 year, 11 months ago
- af23628 sysbuild: Add SB_OVERLAY_CONFIG by Grzegorz Swiderski · 1 year, 11 months ago
- cd9465a sysbuild: Fix issue with *_ROOT values not propagating by Jamie McCrae · 1 year, 11 months ago
- b07be57 logging: Use TYPE_SECTION macros for log dynamic by Kumar Gala · 1 year, 11 months ago
- bae0a5b logging: Use TYPE_SECTION macros for log const by Kumar Gala · 1 year, 11 months ago
- f5eada5 cmake: linker: arm: put RAM sections in RAM region by Kumar Gala · 1 year, 11 months ago
- 0d8292a ARC: Add HS4x support by Nikolay Agishev · 1 year, 11 months ago
- 6758156 nrf52_bsim: Find simulator thru west as fallback by Alberto Escolar Piedras · 1 year, 11 months ago
- f30235f cmake: armclang: Handle -mfpu=auto used by cortex-m55 by Kumar Gala · 1 year, 11 months ago
- 28209a9 cmake/toolchain: Add Kconfig setting for toolchains with newlib by Keith Packard · 1 year, 11 months ago
- 02262d7 lib/libc: Replace SUPPORT_MINIMAL_LIBC with MINIMAL_LIBC_SUPPORTED by Keith Packard · 1 year, 11 months ago
- 638842c cmake: Compute TOOLCHAIN_HAS_NEWLIB at cmake time by Keith Packard · 1 year, 11 months ago
- 91919d3 armclang: Fix setting CMAKE_SYSTEM_PROCESSOR for mps2_an521 by Kumar Gala · 1 year, 11 months ago
- 30653bf console: uart_mux: Use TYPE_SECTION macros for uart_mux by Kumar Gala · 2 years ago
- caea9dc logging: Use TYPE_SECTION macros for log strings by Kumar Gala · 2 years ago
- 301d0c4 net: buf: cleanup net_buf_pool use of iterable section by Kumar Gala · 2 years ago