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