1. b8cd707 build: remove deprecated qemu/qemugdb targets by Anas Nashif · 8 years ago
  2. 11acc39 kconfig: remove empty and unused kernel.config by Anas Nashif · 8 years ago
  3. 16753b7 build: debugserver: support multi config boards by Anas Nashif · 8 years ago
  4. 1e72c1e Makefile: Add config-sanitycheck target by Andy Gross · 8 years ago
  5. c8112aa build: Add separate DTS target by Andy Gross · 8 years ago
  6. 47eb5bf Build: Fix outputexports dependencies by Andy Gross · 8 years ago
  7. 45a7e5d kernel: remove legacy.h and MDEF support by Anas Nashif · 8 years ago
  8. 9455172 Revert "build: Fix qemugdb target" by Kumar Gala · 8 years ago
  9. 370571b build: Fix qemugdb target by Vinicius Costa Gomes · 8 years ago
  10. 2bc9d69 build: abstract emulation and replace qemu goal with run by Anas Nashif · 8 years ago
  11. 6d9ed99 build: use target 'debugserver' for Qemu debugging by Anas Nashif · 8 years ago
  12. 66cfcc2 tests: introduce Makefile.test by Anas Nashif · 8 years ago
  13. 418058a kernel: remove NANOKERNEL and MICROKERNEL configs by Anas Nashif · 8 years ago
  14. 560afde build: Document outputexports by Daniel Thompson · 8 years ago
  15. cea9bb9 Makefile.inc: fix 'make debugserver' no rule issue by jing wang · 8 years ago
  16. c2de216 build: force all kernel builds to be Unified kernel by Andrew Boie · 8 years ago
  17. 8d35760 board: organize boards based on architecture by Kumar Gala · 8 years ago
  18. 941059c win-build: fixes to build with alternative make implementations by Juan Manuel Cruz · 9 years ago
  19. 2748231 kconfig: include configuration fragment files from output directory by Inaky Perez-Gonzalez · 9 years ago
  20. 93ac1f7 build: default ARCH to be initialized by the board support code by Inaky Perez-Gonzalez · 9 years ago
  21. 72f00d9 Make outdir board-specific to avoid build collisions by Andy Ross · 9 years ago
  22. 2bf22ae win-build: Fixes an issue supporting quotes by Juan Manuel Cruz · 9 years ago
  23. 23af1e9 build: Fix application object files placement when building out of tree by Kumar Gala · 9 years ago
  24. be13e26 build: add 'qemugdb' target by Andrew Boie · 9 years ago
  25. 86cbc32 build: quote SOURCE_DIR to allow it to be a list by Kumar Gala · 9 years ago
  26. 5ccf529 build: make zephyrmake exposed with V=1 by Kumar Gala · 9 years ago
  27. b62b810 Revert "build: Do not depend on python while creating the relative path" by Anas Nashif · 9 years ago
  28. 6361be2 scripts: add a script to report RAM/ROM usage by Anas Nashif · 9 years ago
  29. e450b2d build: use export to pass CFLAGS to zephyrmake by Caio Marcelo de Oliveira Filho · 9 years ago
  30. ae327c6 build: Do not depend on python while creating the relative path by bitpathe · 9 years ago
  31. a0cf03b build: add extra dependency for zephyr.lnk and rebuild with new boards by Anas Nashif · 9 years ago
  32. 5516bca build: Add MinGW dependencies in makefile by Juan Manuel Cruz · 9 years ago
  33. 57605a5 build: generate error if board is not found by Anas Nashif · 9 years ago
  34. 7bf6ce5 build: support multiple defconfigs per board by Anas Nashif · 9 years ago
  35. 872676c build: fix parallel builds of applications by Anas Nashif · 9 years ago
  36. a49762c add debug/debugserver support by Anas Nashif · 9 years ago
  37. 54634d6 add support for debugserver by Anas Nashif · 9 years ago
  38. 71d2215 makefile: do not create directories when calling help by Anas Nashif · 9 years ago
  39. 51be9a5 Add flash support for boards using latest SDK by Anas Nashif · 9 years ago
  40. 4a2ce3c mingw: change backslashes to forward slashes by Yonattan Louise · 9 years ago
  41. 0c3f05b mingw: Use built-in pwd with -W option for mingw builds by Louise Mendoza · 9 years ago
  42. 7a2836f Remove quotation marks form CFLAGS. by Louise Mendoza · 9 years ago
  43. 9d26ab7 dequote and strip CONF_FILE variable and minor variable cleanup by Anas Nashif · 9 years ago
  44. 1cfc5b3 Move defconfig files to the board directory by Anas Nashif · 9 years ago
  45. c740608 Use BOARD instead of PLATFORM_CONFIG by Anas Nashif · 9 years ago
  46. 2e2ad81 qemu: Creation of QEMU specific platforms by Sergio Rodriguez · 9 years ago
  47. 182a646 build: use realpath instead of readlink -f by Anas Nashif · 9 years ago
  48. c4ad67d use oldnoconfig and avoid using 'yes' by Anas Nashif · 9 years ago
  49. c47769b kconfig: move all defconfig fragments to configs/ by Anas Nashif · 9 years ago
  50. 334c14e x86: CLFLUSH and cache line size detection by Benjamin Walsh · 9 years ago
  51. fa2e18b kbuild: make menuconfig work with local configuration by Anas Nashif · 9 years ago
  52. 2ce8d30 remove nano/micro defconfigs, use 1 file only by Anas Nashif · 9 years ago
  53. f5e3be2 build: re-add initconfig to generate .config by Anas Nashif · 9 years ago
  54. fbed1e4 Kbuild: Use DOTCONFIG instead of /.config by Anas Nashif · 9 years ago
  55. 13a0223 Kbuild: Remove .dir target by Anas Nashif · 9 years ago
  56. e80edfc cleanup Makefile.inc and fixed mergeconfig by Anas Nashif · 9 years ago
  57. fde80d7 cleanup makefiles and remove duplication by Anas Nashif · 9 years ago
  58. ea0c810 kbuild: environmental vars rebuild by Juan Manuel Cruz · 9 years ago
  59. 9749357 build: simplify clean target by Anas Nashif · 9 years ago
  60. 0db074e build: fixed typo when stripping variable by Anas Nashif · 9 years ago
  61. 7aa584d build: Let application specify the defconfig by Anas Nashif · 9 years ago
  62. 776d5f7 build: fix application build in symlinked environment by Andrew Boie · 9 years ago
  63. a9c1163 build: Fix python3 printf syntax by Arkadiusz Lichwa · 9 years ago
  64. 9132a13 build: HACK fix issue where project objects don't end up in $(O) by Andrew Boie · 9 years ago
  65. ca12bbb fix issue where two outdirs are created by Andrew Boie · 9 years ago
  66. c699207 Makefile.inc: fix indentation by Andrew Boie · 9 years ago
  67. 519351e Use PLATFORM_CONFIG to specify configuration by Peter Mitsis · 9 years ago
  68. 5890d1f kbuild: remove BSP+variant to defconfig mapping by Peter Mitsis · 9 years ago
  69. 4f9a95f kbuild: remove BSP_VARIANT Makefile variable by Andrew Boie · 9 years ago
  70. 27603f4 Revert "Kbuild: Tools build at TIMO_BASE directory." by Anas Nashif · 9 years ago
  71. b882377 Rename TIMO -> ZEPHYR by Anas Nashif · 9 years ago
  72. 815c640 Rename VPF files to use MDEF file extension by Allan Stephens · 9 years ago
  73. 52c9d87 Kbuild speed and target dependency improvements. by Juan Manuel Cruz · 9 years ago
  74. dc2b1f1 Kbuild: Improve verbosity on project build. by Juan Manuel Cruz · 9 years ago
  75. 6fa99f8 kbuild: Only execute initconfig target once by Dirk Brandewie · 9 years ago
  76. 427fc58 Kbuild: Fix to distclean target. by Juan Manuel Cruz · 9 years ago
  77. 4d7f954 Kbuild: Tools build at TIMO_BASE directory. by Juan Manuel Cruz · 9 years ago
  78. 02085a3 Kbuild: make merge_config less verbose by Anas Nashif · 9 years ago
  79. 988236f Kbuild: Output files at outdir directory. by Juan Manuel Cruz · 9 years ago
  80. 899c1c9 Kbuild: Enables help target from project directory. by Juan Manuel Cruz · 9 years ago
  81. 6ad9404 Kbuild: Support for BSP_VARIANT by Juan Manuel Cruz · 9 years ago
  82. dc5a457 Kbuild: Changing build parameter CONF_OVERLAY to CONF_FILE by Juan Manuel Cruz · 9 years ago
  83. 1548be0 Kbuild: Fix to pristine target. by Juan Manuel Cruz · 9 years ago
  84. a6fc21e Kbuild: add alias pristine to distclean by Anas Nashif · 9 years ago
  85. 1537c24 Kbuild: Fix for the parallel building problem. by Juan Manuel Cruz · 9 years ago
  86. 5fbb5f6 Kbuild: Adding bluetooth sanity checks. by Juan Manuel Cruz · 9 years ago
  87. 638fb2c Kbuild: Bluetooth driver support. by Juan Manuel Cruz · 9 years ago
  88. 28e8db6 Kbuild: also remove qemu.pid by Anas Nashif · 9 years ago
  89. 0fb0a02 Kbuild: add distclean target by Anas Nashif · 9 years ago
  90. 0f9fea0 Kbuild: use local CFLAGS by Anas Nashif · 9 years ago
  91. eeccfcd Kbuild: export SOURCE_DIR by Anas Nashif · 9 years ago
  92. 4acde80 Kbuild: User kernel instead of TiMo by Anas Nashif · 9 years ago
  93. da4a29b Kbuild: clean removes modules.order from src/ by Anas Nashif · 9 years ago
  94. 2bd1e5b Kbuild: Fix for the clean target. by Juan Manuel Cruz · 9 years ago
  95. 5c8ff0f Kbuild: support sources in different directory by Anas Nashif · 9 years ago
  96. 0b7946b Kbuild: Additions to Makefile.inc by Juan Manuel Cruz · 9 years ago
  97. 6327f45 run defconfig if we have no .config by Anas Nashif · 9 years ago
  98. c615855 Makefile: run mergeconfig only when needed by Anas Nashif · 9 years ago
  99. e44e7ec mergeconfig by default by Anas Nashif · 9 years ago
  100. 9e4b2bb Kbuild: New mergeconfig target. by Juan Manuel Cruz · 9 years ago