- f4d41b1 cmake: boards: make QEMU icount sleep parameter configurable by Immo Birnbaum · 3 years, 5 months ago
- a69cd66 cmake: add the gcc -mcpu parameter value for the Cortex-A9 CPU by Immo Birnbaum · 3 years, 5 months ago
- 429d6cf cmake: create zephyr_build_string by Torsten Rasmussen · 3 years, 5 months ago
- 9c4366f cmake: remove `LINKER_PASS2` define by Jordan Yates · 3 years, 6 months ago
- a81f8af build: Fix native_posix build on GNU GCC by Yuval Peress · 3 years, 6 months ago
- 0455d26 devicetree: remove support for DTC_OVERLAY_FILE in environment by Torsten Rasmussen · 3 years, 6 months ago
- 917d502 cmake: CMake compile features support by Torsten Rasmussen · 3 years, 6 months ago
- e47eeec toolchain: esp32: define target toolchain by Sylvio Alves · 3 years, 6 months ago
- 734e528 cmake: linker: arm: utilize zephyr_linker_group(... SYMBOL SECTION) by Torsten Rasmussen · 3 years, 6 months ago
- 57ab034 cmake: linker generator: group symbol from section by Torsten Rasmussen · 3 years, 6 months ago
- 0ae9f5a cmake: Set minimum required Zephyr SDK version to 0.13.1 by Stephanos Ioannidis · 3 years, 6 months ago
- b2b411d cmake: remove target_compile_definitions() in zephyr_library_property by Torsten Rasmussen · 3 years, 6 months ago
- 76c4591 cmake: gnu: Fix debugging when GDB fails to load because of Python by Carles Cufi · 3 years, 6 months ago
- e59f375 cmake: remove policy CMP0079 old behavior by Torsten Rasmussen · 3 years, 6 months ago
- c2859bc cmake: compiler: Add nostdincxx property for gcc by Stephanos Ioannidis · 3 years, 6 months ago
- fd4700d cmake: compiler: Add framework for disabling C++ standard includes by Stephanos Ioannidis · 3 years, 6 months ago
- 14b6314 cmake: fixing toolchain_parse_make_rule to correctly handle `\` files by Torsten Rasmussen · 3 years, 7 months ago
- 8daf68f cmake: allow users to give runner args at cmake time by Martí Bolívar · 3 years, 7 months ago
- 0d763e0 cmake/compiler/xcc: sched: Support XCC inlining semantics by Andy Ross · 3 years, 7 months ago
- 153196b cmake: Zephyr ALLOW_EMPTY library property by Torsten Rasmussen · 3 years, 7 months ago
- 538968a boards: fvp_base_revc_2xaemv8a: permit running Zephyr at EL1NS by Neil Armstrong · 3 years, 7 months ago
- 7038c09 cmake: remove deprecated `set_conf_file()` support by Torsten Rasmussen · 3 years, 7 months ago
- 1fee484 cmake: Populate var CMAKE_GCOV by Jeremy Bettis · 3 years, 7 months ago
- 60fdec6 ARC: MWDT: get rid of MWDT startup libs by Evgeniy Paltsev · 3 years, 7 months ago
- d98a15d cmake: extensions: fix copy/paste issues in DT error messages by Martí Bolívar · 3 years, 7 months ago
- 41fd6e0 arch: arm: aarch32: Add half-precision floating-point configs by Stephanos Ioannidis · 3 years, 7 months ago
- 36bb00d armclang: ARM Compiler C library support by Torsten Rasmussen · 3 years, 7 months ago
- 28ba86d armclang: armlinker: armlink symbol steering file by Torsten Rasmussen · 3 years, 7 months ago
- 5dfbd22 armclang: specify armlink link executable signature by Torsten Rasmussen · 3 years, 7 months ago
- 93f0d0d armclang: warn on non-Ninja generator for CMake 3.20. by Torsten Rasmussen · 3 years, 7 months ago
- 40a2ffd armclang: support for armclang compiler and armlink linker by Torsten Rasmussen · 3 years, 7 months ago
- 4de0d55 armclang: bintools support for armclang (arm-ds/Keil) by Torsten Rasmussen · 3 years, 7 months ago
- 761eada kconfig: cmake: CMake linker script generator symbol added by Torsten Rasmussen · 3 years, 7 months ago
- e9e47a4 cmake: ld: adding ld linker script generator by Torsten Rasmussen · 3 years, 7 months ago
- 02fb26d cmake: ld: adding common linker script generator by Torsten Rasmussen · 3 years, 7 months ago
- 450b9fa cmake: linker: arm: memory regions from devicetree added by Torsten Rasmussen · 3 years, 7 months ago
- c2842c3 cmake: linker: arm: adding Zephyr CMake linker files for arm arch by Torsten Rasmussen · 3 years, 7 months ago
- 3804029 cmake: linker: converter arm and common ld scripts into CMake code by Torsten Rasmussen · 3 years, 7 months ago
- 90e7078 cmake: CMake devicetree related linker functions implemented by Torsten Rasmussen · 3 years, 7 months ago
- a7d2fd9 cmake: CMake linker functions implemented by Torsten Rasmussen · 3 years, 7 months ago
- c9804d2 scripts: gen_handles.py: take device start symbol as argument. by Torsten Rasmussen · 3 years, 7 months ago
- e310367 cmake: add support for NXP i.MX by Iuliana Prodan · 3 years, 7 months ago
- c3db83b scripts: runners: openocd: Enable thread awareness by Gerson Fernando Budke · 3 years, 7 months ago
- 2117a2a kernel: app_smem: allowing pinning memory partitions by Daniel Leung · 3 years, 7 months ago
- 8749cd4 kconfig: Add option for encryption of binaries by Helge Juul · 3 years, 7 months ago
- 52b2d39 cmake: extensions: Add corresponding ifndef for all ifdef functions by Stephanos Ioannidis · 3 years, 7 months ago
- 877239a cmake: extensions: Move ifndef functions to correct location by Stephanos Ioannidis · 3 years, 7 months ago
- fcf7209 cmake: dts: import devicetree symbols into CMake by Torsten Rasmussen · 3 years, 7 months ago
- cd87366 cmake: emu: nsim: Allow all nsim platform use mdb by Jingru Wang · 3 years, 7 months ago
- d8590d7 ARC: MWDT: fix include path for the case of C/C++ lib usage by Evgeniy Paltsev · 3 years, 7 months ago
- b82ffbd ARC: MWDT: add C++14, C++17 standards support by Evgeniy Paltsev · 3 years, 7 months ago
- 357694e ARC: MWDT: use LLVM C++ library instead of MWDT one by Evgeniy Paltsev · 3 years, 7 months ago
- 66a64c3 cmake: dts: give each DTS_ROOT a vendor-prefixes.txt by Martí Bolívar · 3 years, 7 months ago
- a417983 cmake: dts: refactor DTS_ROOT loop by Martí Bolívar · 3 years, 7 months ago
- 8c31f31 Revert "cmake: manual handling of CMakeCheckCompilerFlag.cmake inclusion" by Torsten Rasmussen · 3 years, 7 months ago
- 1cccc8a cmake: increase minimal required version to 3.20.0 by Torsten Rasmussen · 3 years, 7 months ago
- 2a50386 cmake: add zephyr_library_include_directories_ifdef() by Daniel Leung · 3 years, 7 months ago
- 6df8f7e arch: arm: cortex_m: Add ARMv8.1-M MVE configs by Stephanos Ioannidis · 3 years, 7 months ago
- 33d5be8 ARC: MWDT: generate access to builtin funcs only if ARCMWDT_LIBC is used by Evgeniy Paltsev · 3 years, 7 months ago
- 22e0bef ARC: MWDT: link mwdt libc only if it is required by Evgeniy Paltsev · 3 years, 7 months ago
- cfed642 ARC: MWDT: don't link MetaWare hostlink lib ever by Evgeniy Paltsev · 3 years, 7 months ago
- eecc096 cmake: dts: removing generated <board>.dts_compiled by Torsten Rasmussen · 3 years, 8 months ago
- ce7ebb0 tests: add a test to verify UEFI boot on x86_64 targets. by Chen Peng1 · 3 years, 8 months ago
- 361956b cmake: add a comment header to zephyr_settings.txt by Martí Bolívar · 3 years, 8 months ago
- 497cb2e CPP: fix static objects init for MWDT toolchain by Evgeniy Paltsev · 3 years, 8 months ago
- b973cdc cmake: Set minimum required Zephyr SDK version to 0.13 by Stephanos Ioannidis · 3 years, 8 months ago
- 37a14c7 ARC: add nsim_hs6x_smp board with 2 cores ARCv3 HS6x by Evgeniy Paltsev · 3 years, 8 months ago
- ef93bba linker: add an initialized DATA_SECTIONS linker location option by Fabio Baltieri · 3 years, 8 months ago
- f261d77 cmake: dts: warn on unrecognized vendor prefixes by Martí Bolívar · 3 years, 8 months ago
- ed63e2a soc: esp32s2: add initial soc support files for esp32s2 by Glauber Maroto Ferreira · 3 years, 8 months ago
- fbe13b7 cmake: oneApi: add oneApi support on windows. by Chen Peng1 · 3 years, 8 months ago
- 98f3240 cmake: oneApi: add oneApi support on windows by Chen Peng1 · 3 years, 8 months ago
- 70d0077 cmake: don't enable color diagnostics for xcc by Daniel Leung · 3 years, 8 months ago
- 7a2266d build: reports: publish all reports by Anas Nashif · 3 years, 8 months ago
- ac85886 toolchain: linker: Add kconfig header to link script generation by David Palchak · 3 years, 8 months ago
- ad130f2 cpp: Restore C++2A Kconfig by Alexander Wachter · 3 years, 8 months ago
- ccdb3f8 cmake: extended zephyr_library_amend description with an extra example by Torsten Rasmussen · 3 years, 9 months ago
- 46b2df2 ARC: MWDT: don't use compact C library by Evgeniy Paltsev · 3 years, 9 months ago
- 102fd5d arm: cortex-m: add FPU option for v8.M without DSP by Ioannis Glaropoulos · 3 years, 9 months ago
- 1836f10 cmake: ld: Disable manual linking of libgcc components for host by Stephanos Ioannidis · 3 years, 9 months ago
- 7332403 cmake: host-gcc: Remove libgcc library path resolution by Stephanos Ioannidis · 3 years, 9 months ago
- ccda920 cmake: host-gcc: Detect libgcc for all archs by Stephanos Ioannidis · 3 years, 9 months ago
- 010a95c cmake: gcc: Remove no_libgcc exclusion for libgcc detection by Stephanos Ioannidis · 3 years, 9 months ago
- 2f7ede5 cmake: set CMP0116 policy to old, Ninja DEPFILE behaviour by Torsten Rasmussen · 3 years, 9 months ago
- 6be1b2a kconfig: soc and shield cleanup by Torsten Rasmussen · 3 years, 10 months ago
- 2bf6313 arch: riscv: linker script: add support for rom_start section by Dino Li · 3 years, 10 months ago
- 72c2f18 cmake: force GCC to emit DWARF version 4 by Daniel Leung · 3 years, 10 months ago
- 489a69c cmake: support ZephyrBuildConfiguration_ROOT for package location by Torsten Rasmussen · 3 years, 10 months ago
- 86c9286 cmake: warn the user if a Zephyr library is created in app-mode by Torsten Rasmussen · 3 years, 10 months ago
- d475f98 scripts: size_report: add tree node for WORKSPACE by Daniel Leung · 3 years, 10 months ago
- 7d37fe2 cmake: c++ exceptions linking support by Torsten Rasmussen · 3 years, 10 months ago
- 835ff89 cmake: arm64: Bail out if the old SDK is used by Carlo Caione · 3 years, 10 months ago
- 18a24c3 ARC: gcc-m-cpu: use -mcpu=archs as a default for ARCv2 HS by Evgeniy Paltsev · 3 years, 10 months ago
- 39f06e0 ld.bfd: ensure that ld.bfd is preferred over ld. by Torsten Rasmussen · 3 years, 10 months ago
- 9b2d8e8 cmake: extensions.cmake: use blocklist instead in comment by Jennifer Williams · 3 years, 10 months ago
- e6b8c50 samples: tensorflow: add no-threadsafe-statics to compiler flags by Lauren Murphy · 3 years, 10 months ago
- 2a74dc2 cmake: cleanup version printing during CMake configure time by Torsten Rasmussen · 3 years, 11 months ago
- 8ff65f4 cmake: get: using NOT DEFINE BUILD_VERSION instead of NOT BUILD_VERSION by Torsten Rasmussen · 3 years, 11 months ago
- 359f349 ARC: ARCv3: add nsim_hs6x board by Evgeniy Paltsev · 3 years, 11 months ago
- 6afe7c5 ARC: prepare for building for ARCv3 HS6x by Evgeniy Paltsev · 3 years, 11 months ago