1. 9fc2680 linker: decouple KERNEL_WHOLE_ARCHIVE from LLEXT by Daniel Apperloo · 11 months ago
  2. 294939a cmake: Set C compile features early for modules by Pieter De Gendt · 11 months ago
  3. 265da0d buildsystem: Add an option to compress debug sections by Noah Pendleton · 11 months ago
  4. a599ed1 kconfig: Add symbols for GNU C Extensions by Pieter De Gendt · 11 months ago
  5. 86b721c kconfig: Add symbols for C standard by Pieter De Gendt · 11 months ago
  6. 32c9614 cmake: Replace assert with fatal error message by Pieter De Gendt · 11 months ago
  7. fb7e937 cmake: add control over inline source code disassembly by Laurentiu Mihalcea · 11 months ago
  8. 80a6a20 cmake: extensions: introduce zephyr_syscall_include_directories by Gerard Marull-Paretas · 12 months ago
  9. ca4e5d9 cmake: use INTERFACE_SOURCES in zephyr_syscall_header by Gerard Marull-Paretas · 12 months ago
  10. 62b19ef syscalls: llext: Export z_impl symbols so they are available to kernel by Ederson de Souza · 1 year ago
  11. 321e395 linker: Include libkernel.a in the whole-archive when llext is enabled by Ederson de Souza · 1 year ago
  12. 9104afa cmake: change check_init_priorities target into a post build command by Torsten Rasmussen · 1 year ago
  13. ad58b39 logging: Add option to not generate dictionary database always by Joakim Andersson · 1 year, 1 month ago
  14. 8dc3f85 hwmv2: Introduce Hardware model version 2 and convert devices by Torsten Rasmussen · 1 year, 1 month ago
  15. 118f159 buildsystem: Enable LTO also for the application by Radoslaw Koppel · 1 year, 1 month ago
  16. 26c8776 buildsystem: Add an option to enable LTO by Radoslaw Koppel · 1 year, 2 months ago
  17. 0ae48ec scripts: build: gen_isr_tables: Implement local ISR generation by Radoslaw Koppel · 1 year, 2 months ago
  18. d676234 cmake: Add support for sysbuild-set signing script by Jamie McCrae · 1 year, 2 months ago
  19. fcaed38 cmake: Introduce ZEPHYR_CURRENT_MODULE_NAME by Pieter De Gendt · 1 year, 2 months ago
  20. c62dbb1 cmake: zephyr_module: Remove useless 'west_arg' variable by Thomas Gagneret · 1 year, 2 months ago
  21. 7bde51b scripts: zspdx: Include modules as packages in zephyr.spdx by Thomas Gagneret · 1 year, 3 months ago
  22. ed040f1 cmake: Show executable for memory report by Sigurd Hellesvik · 1 year, 3 months ago
  23. 9bb708e init_priorities: Fix for native_simulator based targets by Alberto Escolar Piedras · 1 year, 4 months ago
  24. bc08e80 native_sim build: Fix for APPLICATION_BINARY_DIR!=CMAKE_BINARY_DIR by Alberto Escolar Piedras · 1 year, 4 months ago
  25. ba7e6fa cmake: cleanup and simplify the standard include logic in Zephyr by Torsten Rasmussen · 1 year, 5 months ago
  26. a6b4900 kernel: object: rename z_object -> k_object by Anas Nashif · 1 year, 5 months ago
  27. 2a70c31 scripts: check_init_priorities: drop the same priority check by Fabio Baltieri · 1 year, 5 months ago
  28. 26b649e cmake: update board and soc linker script handling by Torsten Rasmussen · 1 year, 5 months ago
  29. 48b93ee scripts: build: gen_isr_tables: Cleanup access to ".intList" by Radoslaw Koppel · 1 year, 5 months ago
  30. f9f0748 cmake: Zephyr kernel version.h and app_version.h creation by Torsten Rasmussen · 1 year, 5 months ago
  31. 12c1fe4 cmake: fix git dependency for version.h creation by Torsten Rasmussen · 1 year, 6 months ago
  32. 4a556a9 cmake: skip build time priority checking with armclang by Fabio Baltieri · 1 year, 6 months ago
  33. 79ed6da cmake: add a new "initlevels" target to print the init sequence by Fabio Baltieri · 1 year, 6 months ago
  34. 5212a4c scripts: check_init_priorities: use the Zephyr executable file by Fabio Baltieri · 1 year, 6 months ago
  35. b6095a8 cmake: add Zephyr image output files as byproducts by Torsten Rasmussen · 1 year, 7 months ago
  36. 2c1f079 cmake: remove commented out code by Torsten Rasmussen · 1 year, 7 months ago
  37. e38fc6d cmake: enable -Wshadow partially for in-tree code by Daniel Leung · 1 year, 7 months ago
  38. 77a00f1 kernel: banner: Allow for customising version by Jamie McCrae · 1 year, 7 months ago
  39. 424590f cmake/compiler: Add linker_script compiler property by Keith Packard · 1 year, 9 months ago
  40. ece74b7 native_sim: Add new native_sim board by Alberto Escolar Piedras · 1 year, 9 months ago
  41. feaf0ff cmake: Treat native libraries differently where needed by Alberto Escolar Piedras · 1 year, 9 months ago
  42. 56dc20e Kconfig: Tidy up dependants of NATIVE_APPLICATION by Alberto Escolar Piedras · 1 year, 9 months ago
  43. 48b201c device: make device dependencies optional by Gerard Marull-Paretas · 1 year, 9 months ago
  44. b6d5d24 scripts: build: gen_device_deps: s/--dynamic-handles/--dynamic-deps by Gerard Marull-Paretas · 1 year, 9 months ago
  45. 319fbe5 device: s/HAS_DYNAMIC_DEVICE_HANDLES/DEVICE_DEPS_DYMAMIC by Gerard Marull-Paretas · 1 year, 9 months ago
  46. 8bee39e device: s/device_handles/device_deps/ in linker scripts by Gerard Marull-Paretas · 1 year, 9 months ago
  47. 9270786 device: s/gen_handles/gen_device_deps by Gerard Marull-Paretas · 1 year, 9 months ago
  48. 80e7820 kernel: syscalls: no need to include all syscalls in binary by Daniel Leung · 1 year, 10 months ago
  49. e5335f3 device: dynamic device handles were declared as const by Gerard Marull-Paretas · 1 year, 10 months ago
  50. 9f25fa2 device: set number_of_dynamic_devices only if needed by Gerard Marull-Paretas · 1 year, 10 months ago
  51. 2264c14 Kconfig.zephyr: add an option for checking build time init priority by Fabio Baltieri · 1 year, 10 months ago
  52. b9ea2c2 build: downgrade the no optimization ztest error to warning by Fabio Baltieri · 1 year, 10 months ago
  53. a885027 cmake: align Zephyr module variable to EXTRA_ZEPHYR_MODULES by Torsten Rasmussen · 1 year, 10 months ago
  54. f5830f3 ztest: error out when building tests with no compiler optimizations by Fabio Baltieri · 1 year, 10 months ago
  55. 99064c2 cmake: generated application version header when VERSION file is present by Torsten Rasmussen · 1 year, 11 months ago
  56. 2c757f9 cmake: generalize VERSION infrastructure for better reuse by Torsten Rasmussen · 1 year, 11 months ago
  57. 99ebe39 compiler: add CONFIG_COMPILER_TRACK_MACRO_EXPANSION by Gerard Marull-Paretas · 1 year, 11 months ago
  58. 01348d3 cmake: Also build C++ files as no-pic by Alberto Escolar Piedras · 1 year, 11 months ago
  59. 87a3060 cmake: Add zephyr_libc_link_libraries function by Keith Packard · 2 years ago
  60. 6c5d806 toolchain: Add COMPILER_FREESTANDING to control use of -ffreestanding by Keith Packard · 2 years ago
  61. a0ffaa7 cmake: strip paths in build output based on Kconfig option by Martin Jäger · 2 years ago
  62. 3f8f713 kconfig,toolchain: add an option for compiler save-temps by Fabio Baltieri · 2 years ago
  63. 81c3b31 cmake: linker: make passing -no-pie configurable by Daniel Leung · 2 years ago
  64. 176c805 cmake: Allow extending/replacing signing functionality by Jamie McCrae · 2 years ago
  65. 9f8913c toolchain: Add ARMClang to gcc related toolchain flags check by Kumar Gala · 2 years ago
  66. 751de22 syscalls: skip generating mrsh.c if not userspace by Daniel Leung · 2 years, 1 month ago
  67. 2d12766 toolchain: oneApi: Fix support and update for 2023.0.0 release by Kumar Gala · 2 years, 1 month ago
  68. 9b30667 build: drop LEGACY_INCLUDE_PATH support by Fabio Baltieri · 2 years, 1 month ago
  69. 0dec4cf toolchain: Move extra warning options to toolchain abstraction by Nikolay Agishev · 2 years, 1 month ago
  70. 60196ca cmake: sparse: deprecate old sparse support by Torsten Rasmussen · 2 years, 2 months ago
  71. ac5d45a build: userspace: No merge globals by Flavio Ceolin · 2 years, 2 months ago
  72. ec70444 treewide: Disable automatic argparse argument shortening by Jamie McCrae · 2 years, 2 months ago
  73. a9b35f0 cpp: Fix toolchain C++ standard library linkage by Stephanos Ioannidis · 2 years, 2 months ago
  74. cf211aa treewide: Update deprecated CONFIG_LIB_CPLUSPLUS usages by Stephanos Ioannidis · 2 years, 3 months ago
  75. a3b28ff treewide: Use CONFIG_CPP_RTTI instead of CONFIG_RTTI by Stephanos Ioannidis · 2 years, 3 months ago
  76. 404e7a9 treewide: Use CONFIG_CPP_EXCEPTIONS instead of CONFIG_EXCEPTIONS by Stephanos Ioannidis · 2 years, 3 months ago
  77. 4a64bfe treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS by Stephanos Ioannidis · 2 years, 3 months ago
  78. 02d5290 linker: kobject: Handle literal section by Flavio Ceolin · 2 years, 3 months ago
  79. fa738b0 usb-c: Generate USB-C connector VIF policies XML file by Madhurima Paruchuri · 2 years, 4 months ago
  80. 62bc9bf cmake: Allow selection of libc API overflow detection mode by Keith Packard · 2 years, 5 months ago
  81. b3073f0 gcc/picolibc: Disable -fprintf-return-value when printf is not complete by Keith Packard · 2 years, 5 months ago
  82. 9a12f8b cmake: move testing of compile flag in environment to top CMakeLists.txt by Torsten Rasmussen · 2 years, 7 months ago
  83. 8259931 xcc-clang: Do not used unavailable options by Flavio Ceolin · 2 years, 7 months ago
  84. 5af932f cmake: Set GCC min-pagesize parameter to 0 by Stephanos Ioannidis · 2 years, 8 months ago
  85. 6cfb186 app_smem: Correct missing dependency for linker script generation by Andy Ross · 2 years, 8 months ago
  86. 9672858 cmake: compiler: Add flag template for disabling strict aliasing rule by Stephanos Ioannidis · 2 years, 8 months ago
  87. b2520b0 devicetree: drop support for dts_fixup.h files by Gerard Marull-Paretas · 2 years, 8 months ago
  88. fe35e9f cmake: remove check for dts.fixup by Gerard Marull-Paretas · 2 years, 8 months ago
  89. 2994247 scripts: gen_handles: output dependency graph by Jordan Yates · 2 years, 8 months ago
  90. c8080d8 cmake: also include files from include/<soc_name> by Anas Nashif · 2 years, 8 months ago
  91. 39a7381 cmake: remove deprecation_warnings.cmake by Torsten Rasmussen · 2 years, 9 months ago
  92. 92575fd scripts: move parse_syscalls.py to scripts/build/ by Anas Nashif · 2 years, 9 months ago
  93. a8a9766 scripts: move uf2conv.py to scripts/build/uf2conv.py by Anas Nashif · 2 years, 9 months ago
  94. 9ee1e32 scripts: move subfolder_list.py to scripts/build/subfolder_list.py by Anas Nashif · 2 years, 9 months ago
  95. d859997 scripts: move process_gperf.py to scripts/build by Anas Nashif · 2 years, 9 months ago
  96. 72e7fa8 scripts: move mergehex.py to scripts/build by Anas Nashif · 2 years, 9 months ago
  97. 09b4bec scripts: move gen_image_info.py to scripts/build by Anas Nashif · 2 years, 9 months ago
  98. c74d20e scripts: move gen_syscalls.py to scripts/build by Anas Nashif · 2 years, 9 months ago
  99. e234c21 scripts: move gen_offset_header.py to scripts/build/ by Anas Nashif · 2 years, 9 months ago
  100. d5dcf20 scripts: move gen_kobject_placeholders.py to scripts/build/ by Anas Nashif · 2 years, 9 months ago