1. 25578be cmake: rework empty zephyr libraries handling. by Torsten Rasmussen · 3 years, 11 months ago
  2. a5ab1a7 logging: add support for dictionary based logging by Daniel Leung · 3 years, 11 months ago
  3. 1117169 kernel: generate placeholders for kobj tables before final build by Daniel Leung · 4 years ago
  4. a846e72 cmake: DTS post-processing of ELF file depends on CONFIG_HAS_DTS by Morten Priess · 4 years ago
  5. e430b7b cmake: gcc/clang: enable colour diagnostics in terminal output by Arvin Farahmand · 4 years ago
  6. b8f5968 cmake: gcc/clang: enable colour diagnostics in terminal output by Arvin Farahmand · 4 years ago
  7. d952004 cmake: warn if a Zephyr library is empty instead of CMake failure by Torsten Rasmussen · 4 years ago
  8. 55e3ab7 cmake: removing map file from BYPRODUCTS as it is being renamed by Torsten Rasmussen · 4 years ago
  9. cdd02a9 cmake: rename linker_final_pass.cmd to linker.cmd by Daniel Leung · 4 years ago
  10. c745995 cmake: rename linker script for zephyr_prebuilt.elf by Daniel Leung · 4 years ago
  11. 28c3512 cmake: rename variables related to kernel objects by Daniel Leung · 4 years ago
  12. b92b580 scripts: updated gen_handles.py to take Zephyr base as argument by Torsten Rasmussen · 4 years ago
  13. 65ac2f6 cmake: remove TOOLCHAIN_INCLUDES by Anas Nashif · 4 years, 1 month ago
  14. 310a464 cmake: Add UF2 as an additional build output option. by Pete Johanson · 4 years, 1 month ago
  15. d554d34 device: add post-process of elf file to manage device handles by Peter Bigot · 4 years, 1 month ago
  16. c4c79f5 cmake: improved handling of output and byproducts in CMake by Torsten Rasmussen · 4 years, 1 month ago
  17. d537be0 cmake: show memory usage on zephyr.elf always by Torsten Rasmussen · 4 years, 2 months ago
  18. affa7a1 Revert "device: add post-process of elf file to manage device handles" by Peter Bigot · 4 years, 2 months ago
  19. 40d3653 device: add post-process of elf file to manage device handles by Peter Bigot · 4 years, 2 months ago
  20. 3d88083 cmake: zephyr modules: sanitize all module name when used as variable by Torsten Rasmussen · 4 years, 2 months ago
  21. e37d9e6 cmake: using zephyr_get_compile_options_for_lang_as_string() by Torsten Rasmussen · 4 years, 4 months ago
  22. 02b2035 kernel: add common bits to support TLS by Daniel Leung · 4 years, 5 months ago
  23. d268f82 cmake: Add generated files to zephyr_interface dependency target by Joakim Andersson · 4 years, 5 months ago
  24. 08d2f48 cmake: Remove generated files from DEPENDS list by Joakim Andersson · 4 years, 5 months ago
  25. fdbf2db build: add option to delete intermediate files by Anas Nashif · 4 years, 5 months ago
  26. 544a38e soc/xtensa/intel_adsp: Upstream updates by Andy Ross · 4 years, 5 months ago
  27. a5917f0 cmake: export build flags to external build systems excluding SHELL tag by Torsten Rasmussen · 4 years, 6 months ago
  28. 571f48f cmake: mwdt bintools adopted to new toolchain abstraction by Torsten Rasmussen · 4 years, 7 months ago
  29. f160dee cmake: bintools abstraction, support <command>_flag_final property by Torsten Rasmussen · 4 years, 7 months ago
  30. e0758c3 cmake: additional cleanup of flag. removal of flags were hard coded by Torsten Rasmussen · 4 years, 7 months ago
  31. f109e68 cmake: toolchain disable -imacro deduplication by Torsten Rasmussen · 4 years, 7 months ago
  32. c060b07 cmake: toolchain: bintools abstraction by Torsten Rasmussen · 4 years, 7 months ago
  33. c55c64e toolchain: improved toolchain abstraction for compilers and linker by Torsten Rasmussen · 4 years, 7 months ago
  34. f66a0c3 build: auto-generate signed mcuboot binaries by Martí Bolívar · 4 years, 7 months ago
  35. ab7ec17 cmake: zephyr module processing improvements. by Torsten Rasmussen · 4 years, 7 months ago
  36. 2fc062b cmake: zephyr modules variable names. by Torsten Rasmussen · 4 years, 7 months ago
  37. b587e8d coding_guideline: Add an option to enforce rules by Flavio Ceolin · 4 years, 7 months ago
  38. d38da9d cmake: runners dependencies cleanup by Torsten Rasmussen · 4 years, 9 months ago
  39. 9ca541a linker: Remove deprecated Kconfig options related to linker scripts by Kumar Gala · 4 years, 9 months ago
  40. 4df38c7 cmake: remove direct call to cmake and use ${CMAKE_COMMAND} instead by Torsten Rasmussen · 4 years, 10 months ago
  41. fed960b net: tag net socket objects by Andrew Boie · 4 years, 10 months ago
  42. 5960119 scripts: parse_syscalls: generalize struct tags by Andrew Boie · 4 years, 10 months ago
  43. 21c7d42 cmake: warn on dts_fixup.h files by Martí Bolívar · 4 years, 10 months ago
  44. 35713f2 cmake: Assembly listing containing all sections by Rohit Gujarathi · 4 years, 11 months ago
  45. 2da4550 cmake: Set the ZEPHYR_<MODULE_NAME>_MODULE_DIR in parent scope by Torsten Rasmussen · 4 years, 11 months ago
  46. cfeb07e kernel/timeout: Enable 64 bit timeout precision by Andy Ross · 5 years ago
  47. 0d3d725 cmake: Fix syscall dependencies by Sebastian Bøe · 5 years ago
  48. d9cca03 cmake: Remove superflous dependency of obj_list by Sebastian Bøe · 5 years ago
  49. d7862cf cmake: using ${ZEPHYR_BASE} instead of $ENV{ZEPHYR_BASE} by Torsten Rasmussen · 5 years ago
  50. 1c79096 ext: debug: Move ctf_map.h to subsys/tracing/ctf by Carles Cufi · 5 years ago
  51. 28be793 kernel: delete separate logic for priv stacks by Andrew Boie · 5 years ago
  52. 2dc2ecf kernel: rename struct _k_object by Andrew Boie · 5 years ago
  53. c1c54b1 build: prevent subsystems.json from being gen by Andrew Boie · 5 years ago
  54. ccd15df scripts: Dynamically add driver subsystems to subsystems list by Corey Wharton · 5 years ago
  55. f17428a cmake: Have gperf be opt-out instead of mandatory by Sebastian Bøe · 5 years ago
  56. de42aea kconfig/cmake: Check that one of the CONFIG_<arch> symbols is set by Ulf Magnusson · 5 years ago
  57. fdac7b3 cmake: Add target for generating header files by Sebastian Bøe · 5 years ago
  58. 235a5e5 cmake: remove include/drivers from include lists by Peter Bigot · 5 years ago
  59. d3a8fd4 cmake: Add option for exporting build metadata to Make by Sebastian Bøe · 5 years ago
  60. 56f6e35 cmake: Support passing syscall include directories through CMake by Sebastian Bøe · 5 years ago
  61. 4e85006 dts: Rename generated_dts_board*.{h,conf} to devicetree*.{h,conf} by Ulf Magnusson · 5 years ago
  62. 180b4df soc: kconfig: add SOC_DEPRECATED_RELEASE by Vincent Wan · 5 years ago
  63. a2bc514 boards: Kconfig: rename BOARD_DEPRECATED to BOARD_DEPRECATED_RELEASE by Vincent Wan · 5 years ago
  64. 4b68f95 cmake: locating zephyr modules in CMAKE_BINARY_DIR by Torsten Rasmussen · 5 years ago
  65. c9a2a5e scripts: cmake: move print from python to cmake by Håkon Øye Amundsen · 5 years ago
  66. e41bdcd cmake: Fix CMAKE_BUILD_TYPE and OPTIMIZATION_FLAG match check by Jack Dähn · 5 years ago
  67. fa8f9d4 cmake: assert: Reduce the verbosity of the assert warning by Sebastian Bøe · 5 years ago
  68. 5a703c8 cmake: use zephyr_library_app_memory for mem partition placement by Torsten Rasmussen · 5 years ago
  69. 08eabb8 cmake: Zephyr module processing set modules path by Torsten Rasmussen · 5 years ago
  70. c186387 ztest: fix ztest_1cpu_user_unit_test() by Andrew Boie · 5 years ago
  71. f4adf10 syscalls: Remove gen_syscall_header.py by Flavio Ceolin · 5 years ago
  72. d58f8be cmake: copy globals from libc_nano.a to z_libc_partition by Ioannis Glaropoulos · 5 years ago
  73. 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
  74. e50e12d cmake: Check if match between CMAKE_BUILD_TYPE and OPTIMIZATION_FLAG by Sebastian Bøe · 5 years ago
  75. eddbf3c cmake: -fmacro-prefix-map=${WEST_TOPDIR}=WEST_TOPDIR by Marc Herbert · 5 years ago
  76. 9ff64bb userspace: don't split args on 64-bit systems by Andrew Boie · 5 years ago
  77. 1f9723a cmake: app mem partion flexibility by Torsten Rasmussen · 5 years ago
  78. f0fa7b8 cmake: zephyr_library_amend feature by Torsten Rasmussen · 5 years ago
  79. bb6a6e8 cmake: Move the invocation of 'project' earlier by Sebastian Bøe · 5 years ago
  80. 6212ec9 cmake: Cache the 'toolchain-is-ok' test as well by Sebastian Bøe · 6 years ago
  81. 7128129 cmake: Suppress west module logging by Sebastian Bøe · 6 years ago
  82. d541913 cmake: Build HEX files if flash runner is openocd by Kumar Gala · 6 years ago
  83. 5962aab cmake: Fix dependency between offset.c.obj and offsets.h by Sebastian Bøe · 6 years ago
  84. 1c6a7d7 CMakeLists.txt: Call toolchain_cc_nostdinc() at the end by Paul Sokolovsky · 6 years ago
  85. 9336e3e cmake: Toolchain abstraction: Abstraction of binary tool, strip. by Danny Oerndrup · 6 years ago
  86. 919df01 cmake: Toolchain abstraction: Abstraction of binary tool, readelf. by Danny Oerndrup · 6 years ago
  87. 0760a53 cmake: Toolchain abstraction: Abstraction of binary tool, objdump. by Danny Oerndrup · 6 years ago
  88. 51634cd cmake: Toolchain abstraction: Abstraction of binary tool, objcopy. by Danny Oerndrup · 6 years ago
  89. c41e712 cmake: Toolchain abstraction: Abstraction of print memory usage. by Danny Oerndrup · 6 years ago
  90. e0569ac cmake: Toolchain abstraction: Abstract compiler flag for add debug info by Danny Oerndrup · 6 years ago
  91. 3ad1f27 cmake: Encode and decode in UTF-8 in build system by Carles Cufi · 6 years ago
  92. 50b78f0 cmake: Remove check_link_map.py by Andy Ross · 6 years ago
  93. b86aa65 CMakeLists.txt: parse zephyr_stdint.h after compiler specific flags by Nicolas Pitre · 6 years ago
  94. f32330b stdint.h: streamline type definitions by Nicolas Pitre · 6 years ago
  95. f2cb20c docs: fix misspelling across the tree by Anas Nashif · 6 years ago
  96. 8372310 cmake: silence "WARNING: ASSERTs enabled" when CONFIG_TEST is true by Marc Herbert · 6 years ago
  97. f67dcdb CMakeLists.txt: -fmacro-prefix-map=${CMAKE_SOURCE_DIR}=CMAKE_SOURCE_DIR by Marc Herbert · 6 years ago
  98. 0370c9b cmake: stop destroying intermediate link maps like zephyr_prebuilt.map by Marc Herbert · 6 years ago
  99. 6331dae cmake: Toolchain abstraction: Introducing macro toolchain_cc_cstd_flag by Danny Oerndrup · 6 years ago
  100. 4052bac cmake: Introduce toolchain_ld_link_elf to abstract linker invocation by Mark Ruvald Pedersen · 6 years ago