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