1. 4558ba7 cmake: ensure shields can be placed in other BOARD_ROOTs by Torsten Rasmussen · 4 years, 5 months ago
  2. 071ab4a zephyr: make images loaded by MCUboot enable arch core HW regs init by Ioannis Glaropoulos · 4 years, 5 months ago
  3. fdbf2db build: add option to delete intermediate files by Anas Nashif · 4 years, 5 months ago
  4. c8c9ab0 kconfig: Remove unused configuration option by Andrei Emeltchenko · 4 years, 6 months ago
  5. 8165008 dts: remove legacy macro support by Martí Bolívar · 4 years, 6 months ago
  6. 7e39e1d cmake: mcuboot: confirmed images needs to be padded by Henrik Brix Andersen · 4 years, 7 months ago
  7. f66a0c3 build: auto-generate signed mcuboot binaries by Martí Bolívar · 4 years, 7 months ago
  8. b587e8d coding_guideline: Add an option to enforce rules by Flavio Ceolin · 4 years, 7 months ago
  9. f39fdc4 Kconfig.zephyr: help text fixes by Martí Bolívar · 4 years, 8 months ago
  10. 5f7cc8d cmake: kconfig: support for multiple SOC_ROOT by Torsten Rasmussen · 4 years, 8 months ago
  11. 01f55a4 cmake: relocation of generated Kconfig file for Zephyr modules by Torsten Rasmussen · 4 years, 8 months ago
  12. 8c1f186 soc: sam0: add support for the BOSSA bootloader by Michael Hope · 4 years, 8 months ago
  13. 3322489 config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET by Stephanos Ioannidis · 4 years, 9 months ago
  14. c7ab1a1 Kconfig: update BOOTLOADER_MCUBOOT help message by Andrzej Puzdrowski · 4 years, 9 months ago
  15. 9ca541a linker: Remove deprecated Kconfig options related to linker scripts by Kumar Gala · 4 years, 10 months ago
  16. 1737bd0 zephyr: Use deprecated instead of legacy for Kconfig int types by Kumar Gala · 4 years, 10 months ago
  17. e353d12 zephyr: Make Zephyr int types deprecated by default by Kumar Gala · 4 years, 10 months ago
  18. 43cbb59 Kconfig: Default to 'n' for LEGACY_DEVICETREE_MACROS by Kumar Gala · 4 years, 11 months ago
  19. 35713f2 cmake: Assembly listing containing all sections by Rohit Gujarathi · 5 years ago
  20. 270dfff devicetree: add CONFIG_LEGACY_DEVICETREE_MACROS by Martí Bolívar · 5 years ago
  21. d212bc4 ext: lib: Move fnmatch to lib/ by Carles Cufi · 5 years ago
  22. 6baff1b doc: update BOOTLOADER_MCUBOOT description by Piotr Mienkowski · 5 years ago
  23. e63b652 kconfig: Clarify Kconfig.defconfig explanation in Kconfig.zephyr by Ulf Magnusson · 5 years ago
  24. 2d79dc3 kconfig: Make BUILD_NO_GAP_FILL independent by Alexey Brodkin · 5 years ago
  25. 2630fba cmake: Introduce optional Kconfig for toolchains by Kumar Gala · 5 years ago
  26. d3a8fd4 cmake: Add option for exporting build metadata to Make by Sebastian Bøe · 5 years ago
  27. 22b95a2 base: add error checking macros by Anas Nashif · 5 years ago
  28. e3bed1f boards: Kconfig: Enable use of shield conditional Kconfig files by Erwan Gouriou · 5 years ago
  29. d048faa aarch32: Add header shims to support old file locations by Carlo Caione · 5 years ago
  30. 1342dad include: Remove compat include headers by Kumar Gala · 5 years ago
  31. fd9981a kconfig: Factor out HAS_FLASH_LOAD_OFFSET dependency by Ulf Magnusson · 5 years ago
  32. 90b9eb3 kconfig: Rename USE_CODE_PARTITION to USE_DT_CODE_PARTITION by Ulf Magnusson · 5 years ago
  33. 1f9c5f1 kconfig: Improve USE_CODE_PARTITION prompt and help string by Ulf Magnusson · 5 years ago
  34. 9cdb6f4 kconfig: Make FLASH_LOAD_OFFSET/SIZE non-configurable when DT is used by Ulf Magnusson · 5 years ago
  35. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  36. 975de21 kconfig: Global whitespace/consistency cleanup by Ulf Magnusson · 5 years ago
  37. 22e7449 kconfig: Introduce typed dt kconfig functions by Kumar Gala · 5 years ago
  38. 2d7303e Revert "kconfig: Fix wrong partition size by changing type of FLASH_LOAD_SIZE" by Kumar Gala · 5 years ago
  39. f065eb4 kconfig: Fix wrong partition size by changing type of FLASH_LOAD_SIZE by Ulf Magnusson · 5 years ago
  40. cfd3d4b kconfig: Remove long-unused LINK_WHOLE_ARCHIVE symbol by Ulf Magnusson · 5 years ago
  41. 8ce0cf0 kconfig: Convert device tree chosen properties to new kconfigfunctions by Kumar Gala · 6 years ago
  42. d3aa619 kconfig: fix name of cmake function in help text by Håkon Øye Amundsen · 6 years ago
  43. f7a0dce arch/x86: remove support for CONFIG_REALMODE by Charles E. Youse · 6 years ago
  44. 50b78f0 cmake: Remove check_link_map.py by Andy Ross · 6 years ago
  45. cdfddec include/: cleanup: add Kconfig for suppressing warnings by Anas Nashif · 6 years ago
  46. f2cb20c docs: fix misspelling across the tree by Anas Nashif · 6 years ago
  47. 8017c59 modules: move module kconfig to main tree by Anas Nashif · 6 years ago
  48. 658f6bc kconfig: enclose module Kconfigs into a menu by Anas Nashif · 6 years ago
  49. 901c0a1 linker: Port usage of custom-sections to use Cmake by Øyvind Rønningstad · 6 years ago
  50. 50c71e6 arch/x86: CONFIG_BOOTLOADER_UNKNOWN renamed to CONFIG_X86_MULTIBOOT by Charles E. Youse · 6 years ago
  51. 3a0597f cmake: LD: Allow input sections to remain unsorted by Sebastian Bøe · 6 years ago
  52. 7061c03 kconfig: Move Kconfig.modules to the root build directory by Sebastian Bøe · 6 years ago
  53. 2b1227f zephyr: fix mcuboot can't link into boot-partition by Andrzej Puzdrowski · 6 years ago
  54. 9acb643 kconfig: move Zephyr modules Kconfig entries to the top by Emanuele Di Santo · 6 years ago
  55. fe04adf lib/os: Conditionally eliminate alloca/VLA usage by Andy Ross · 6 years ago
  56. 7db2e20 kconfig: tests: Fix double 'source' of subsys/testsuite/Kconfig by Ulf Magnusson · 6 years ago
  57. ccad9d0 tests: move testsuite and configs into subsys/ by Anas Nashif · 6 years ago
  58. 9cc63e0 power: Fix naming of Kconfig options controlling deep sleep states by Piotr Zięcik · 6 years ago
  59. 7e9d1bd CMake/Kconfig: CMake and Kconfig build integration by Torsten Rasmussen · 6 years ago
  60. 87915cd dts: stop generating CONFIG_FLASH_LOAD_{OFFSET,SIZE} by Kumar Gala · 6 years ago
  61. 985446a kconfig: Removed prompt for TEXT_SECTION_OFFSET when MCUboot is used by Ole Sæther · 6 years ago
  62. 5a197bf boards/shields: Clean up Kconfig'ery by Erwan Gouriou · 6 years ago
  63. e584b05 dts: intel_s1000: Exclude sram space dedicated for mcubootloader by Rajavardhan Gundi · 6 years ago
  64. 91c5b84 kernel: init.c: Added required hooks for the relocation by Adithya Baglody · 6 years ago
  65. c086b93 kconfig: cmake: Support for images without gaps. by Håkon Øye Amundsen · 6 years ago
  66. 8ba5aff kconfig: Drop support for specifying CROSS_COMPILE through Kconfig by Sebastian Bøe · 6 years ago
  67. 86ad37a kconfig: distribute misc/Kconfig option where they belong by Anas Nashif · 6 years ago
  68. 6600c64 linker: warn about orphan sections by Daniel Leung · 6 years ago
  69. 6af514b build: enable shields dir treatment by Erwan Gouriou · 7 years ago
  70. 96455d5 build: support out of tree SoC definition by Anas Nashif · 7 years ago
  71. abcf2ad kconfig: move soc selection to ZEPHYR_BASE/soc/ by Anas Nashif · 7 years ago
  72. 3d1252f soc: adapt Kconfig/CMake for soc in top / by Anas Nashif · 7 years ago
  73. d713033 Kconfig: Use new preprocessor syntax for env. variables by Ulf Magnusson · 7 years ago
  74. d0e8752 Kconfig: Rename $ENV_VAR_{ARCH,BOARD_DIR} to $ARCH/$BOARD_DIR by Ulf Magnusson · 7 years ago
  75. 17f1b0a Kconfig: Switch to improved globbing statements by Ulf Magnusson · 7 years ago
  76. ec3eff5 Kconfig: Use the first default with a satisfied condition by Ulf Magnusson · 7 years ago
  77. 4dc9e5b kconfig: Get rid of 'option env' bounce symbols by Ulf Magnusson · 7 years ago
  78. 547ed9b kconfig: Make 'source' non-globbing and use 'gsource' by Ulf Magnusson · 7 years ago
  79. b2dfb32 kconfig: Don't source the non-existing zephyr/net/Kconfig by Sebastian Bøe · 7 years ago
  80. 4b61bd1 kconfig: Prune kconfig files that don't match the ARCH or BOARD by Sebastian Bøe · 7 years ago
  81. c6ba67f kconfig: move dts Kconfigs to dts/ by Anas Nashif · 8 years ago
  82. e3806d9 Revert "Kconfig: Source Kconfig from Zephyr application directory." by Anas Nashif · 8 years ago
  83. 83edd61 Kconfig: Source Kconfig from Zephyr application directory. by Michał Kruszewski · 8 years ago
  84. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  85. 4d090e0 usb: move usb subsystem to subsys/usb and cleanup header inclusion by Anas Nashif · 8 years ago
  86. e354ad2 fs: Move file system code to subsys/ by Ramesh Thomas · 8 years ago
  87. 8d35760 board: organize boards based on architecture by Kumar Gala · 8 years ago
  88. 9167a03 tests: Add a generic testing framework by Jaakko Hannikainen · 9 years ago
  89. 3f3dc59 parse board defconfig at the very end by Anas Nashif · 9 years ago
  90. cc74572 fs: Adds diskio interface by Ramesh Thomas · 9 years ago
  91. 7a16ade usb: Add USB device core layer by Adrian Bradianu · 9 years ago
  92. 9ec2f3b Cleanup whitespace in Kconfig files by Kumar Gala · 9 years ago
  93. 7584a12 ext: plumb out Kconfig support for external source code by Kumar Gala · 9 years ago
  94. 0b2c44a tinycrypt: move from lib to regular objects by Anas Nashif · 9 years ago
  95. 8df10d4 kconfig: untangle ordering and dependencies by Daniel Leung · 9 years ago
  96. 77ba3c3 kconfig: define architecture as a kconfig variable by Anas Nashif · 9 years ago
  97. f7fffae Change BSD-3 licenses to Apache 2 by Javier B Perez Hernandez · 9 years ago
  98. 7d4163d Split main Kconfig to allow application specific Kconfig by Anas Nashif · 9 years ago