1. c7634a9 release: Zephyr 1.9.0-rc1 by Anas Nashif · 8 years ago v1.9.0-rc1
  2. b8cd707 build: remove deprecated qemu/qemugdb targets by Anas Nashif · 8 years ago
  3. 08c2913 x86: generate RAM-based GDT dynamically by Andrew Boie · 8 years ago
  4. ddf9f4b x86: convert gen_idt to Python by Andrew Boie · 8 years ago
  5. 3dd63b6 build: export generated DTS configuration by Marti Bolivar · 8 years ago
  6. 497f8fd build: export flashing and debugging info, when present by Marti Bolivar · 8 years ago
  7. f5a8d49 scripts: Convert gen_offset_header to Python by Leandro Pereira · 8 years ago
  8. cdec108 Makefile: explicitly disable PIE by Timo Teräs · 8 years ago
  9. 2a4c2ee build: place app objects in libapplication.a by Andrew Boie · 8 years ago
  10. 1e72c1e Makefile: Add config-sanitycheck target by Andy Gross · 8 years ago
  11. 83644a4 kernel: x86: MMU: Build system support for x86 MMU by Adithya Baglody · 8 years ago
  12. 054ab5f release: Update version of master to 1.8.99 by Anas Nashif · 8 years ago
  13. 5dec78b build: Fix DTC overlay file paths on MSYS2 by Carles Cufi · 8 years ago
  14. 78114e2 Makefile: Add dts config include file by Andy Gross · 8 years ago
  15. 6b08141 dts: make extract script take options by Anas Nashif · 8 years ago
  16. d464929 build: Treat MSYS2 build as a UNIX build by Carles Cufi · 8 years ago
  17. 174f301 build: simplfy how extra build steps are specified by Andrew Boie · 8 years ago
  18. e5bd83f build: build host-tools when prebuilts are enabled by Anas Nashif · 8 years ago
  19. 19ee5ef build: support building host tools by Anas Nashif · 8 years ago
  20. 4f1e304 build: only build gen_idt on x86 by Kumar Gala · 8 years ago
  21. c8112aa build: Add separate DTS target by Andy Gross · 8 years ago
  22. 45a7e5d kernel: remove legacy.h and MDEF support by Anas Nashif · 8 years ago
  23. 49a8de7 build: use -O2 instead of -Os for ARC with SDK 0.9 by Patrice Buriez · 8 years ago
  24. c65c6a9 build: Don't remove dts/ directory on clean by Andy Gross · 8 years ago
  25. 1436e44 build: Add support for MSYS2 by Carles Cufi · 8 years ago
  26. 161a863 bump version to v1.7.99 by Anas Nashif · 8 years ago v1.7.99
  27. 19dc4c6 Makefile: test for -fno-asynchronous-unwind-tables by Andrew Boie · 8 years ago
  28. 0efb231 Xtensa port: Let xcc specific make file override unsupported -Og with -O0. by Mazen NEIFER · 8 years ago
  29. f69499a Xtensa port: Remove XCC warning about unrecognized CLI option. by Mazen NEIFER · 8 years ago
  30. 1927b3d gen_isr_tables: New static interrupt build mechanism by Andrew Boie · 8 years ago
  31. bb06316 dts: Add support for Device Tree by Andy Gross · 8 years ago
  32. d81e033 build: Separate out prebuilt kernel logic from toplevel by Andrew Boie · 8 years ago
  33. f9733e4 misc: Let the compiler choose whether to omit frame pointer by Daniel Thompson · 8 years ago
  34. ee659ae build: add _ASMLANGUAGE to all asm files by Benjamin Walsh · 8 years ago
  35. 47be9a5 doc: make build process quiet by Anas Nashif · 8 years ago
  36. 2bc9d69 build: abstract emulation and replace qemu goal with run by Anas Nashif · 8 years ago
  37. 6d9ed99 build: use target 'debugserver' for Qemu debugging by Anas Nashif · 8 years ago
  38. d687a95 kernel: move kernel code to kernel/ directly by Anas Nashif · 8 years ago
  39. 70f9244 Merge "Merge net branch into master" by Anas Nashif · 8 years ago
  40. a70bbac Update version to 1.6.99 by Anas Nashif · 8 years ago v1.6.99
  41. 3eaec41 net: Moved net/ to subsys/net by Jukka Rissanen · 8 years ago
  42. 82f11bf build: x86: add some flexibility in custom linker scripts by Andrew Boie · 8 years ago
  43. ce9cb26 build: add more security related compiler flags by Anas Nashif · 8 years ago
  44. be1dd33 build: Add __ZEPHYR__ to Makefile by Flavio Santes · 8 years ago
  45. 1dd4960 Revert "build: Handle ALL_LIBS dependencies correctly" by Anas Nashif · 8 years ago
  46. 779794c build: add -I$(srctree)/kernel/unified/include to path by Benjamin Walsh · 8 years ago
  47. ff23cb5 build: support pre-built host tools by Anas Nashif · 8 years ago
  48. 4f0c6f4 build: Minor tidy up of outputexports by Daniel Thompson · 8 years ago
  49. 625acd5 build: remove old kernel support by Andrew Boie · 8 years ago
  50. 608abd9 build: Handle ALL_LIBS dependencies correctly by Daniel Thompson · 8 years ago
  51. 4d090e0 usb: move usb subsystem to subsys/usb and cleanup header inclusion by Anas Nashif · 8 years ago
  52. e354ad2 fs: Move file system code to subsys/ by Ramesh Thomas · 8 years ago
  53. 018b831 Makefile: Don't hide the "prebuilt" kernel by Andy Ross · 8 years ago
  54. a5ae889 build: add Kconfig mechanism for deprecating boards by Andrew Boie · 8 years ago
  55. 8d35760 board: organize boards based on architecture by Kumar Gala · 8 years ago
  56. 0a3946a build: bump version to 1.5.99 by Anas Nashif · 8 years ago
  57. bdd7764 build: clean up .stat file(s) by Kumar Gala · 8 years ago
  58. bbf736c build: refactor kernel hex build to be common by Kumar Gala · 8 years ago
  59. 238fe1f gen_idt: remove int_vec_alloc bitfield from output by Andrew Boie · 8 years ago
  60. caf19b2 x86: remove final-linker.cmd by Andrew Boie · 8 years ago
  61. 19f2884 unified: Fix build broblem caused by concurrent make processes in single dir by Dmitriy Korovkin · 8 years ago
  62. 4cc228b check_link_map: rewrite in python by Andy Ross · 8 years ago
  63. 90f6ae1 build: Support for integrating third party build systems by Daniel Thompson · 8 years ago
  64. 1b4742f help: document ram/rom_report in 'make help' by Anas Nashif · 8 years ago
  65. 0f22784 link: Add section size validity checker by Andy Ross · 8 years ago
  66. 9167a03 tests: Add a generic testing framework by Jaakko Hannikainen · 8 years ago
  67. 9558d47 unified: Build kernel objects as a static library by Dmitriy Korovkin · 9 years ago
  68. ec89a10 build: allow specifying a custom linker script relative to project by Benjamin Walsh · 9 years ago
  69. 941059c win-build: fixes to build with alternative make implementations by Juan Manuel Cruz · 9 years ago
  70. 389ed15 build: Make QEMU_BIN_PATH optional by Daniel Thompson · 9 years ago
  71. 5ca45ba Zephyr 1.5.0 by Anas Nashif · 9 years ago v1.5.0 zephyr-v1.5.0
  72. 0e6c11a Zephyr 1.5.0-rc4 by Anas Nashif · 9 years ago v1.5.0-rc4
  73. 5bd398d win-build: Fixes Makefile target names including char ":" by Juan Manuel Cruz · 9 years ago
  74. cc74572 fs: Adds diskio interface by Ramesh Thomas · 9 years ago
  75. 44b712d build: use quiet cmd for AR of libzephyr.a by Kumar Gala · 9 years ago
  76. f4ed108 build: create libzephyr.a and link it in instead of objects by Anas Nashif · 9 years ago
  77. f25ac09 Makefile: Restructure for multilibs by Juro Bystricky · 9 years ago
  78. d9a84c5 Makefile: link arch/ last by Andrew Boie · 9 years ago
  79. 0d03e32 gen_idt: add -d switch for extra debug info by Andrew Boie · 9 years ago
  80. 11693c1 build: use -Og instead of -O0 for CONFIG_DEBUG by Andrew Boie · 9 years ago
  81. 62a9f9c build: Make sure sysgen related header files get updated by Kumar Gala · 9 years ago
  82. 7a16ade usb: Add USB device core layer by Adrian Bradianu · 9 years ago
  83. 206d0b4 Revert "qemu: pass -serial stdio instead of -serial mon:stdio" by Andrew Boie · 9 years ago
  84. 23af1e9 build: Fix application object files placement when building out of tree by Kumar Gala · 9 years ago
  85. ff694e9 build: Split out building of application code by Kumar Gala · 9 years ago
  86. 28b7919 build: Fix not allowing the host tools to be crosscompiled by Vinicius Costa Gomes · 9 years ago
  87. e697621 qemu: pass -serial stdio instead of -serial mon:stdio by Andrew Boie · 9 years ago
  88. be13e26 build: add 'qemugdb' target by Andrew Boie · 9 years ago
  89. 280eadf ksdk: Add Makefile support for ksdk device and CPU by Maureen Helm · 9 years ago
  90. 63cea24 misc: add config to omit frame pointer by Andrew Boie · 9 years ago
  91. 1aaa11b libc: change linking order to avoid over-stripping of symbols by Anas Nashif · 9 years ago
  92. d53c237 build: do not reference full path of map file by Anas Nashif · 9 years ago
  93. 6f6504c Zephyr v1.4.0 by Anas Nashif · 9 years ago v1.4.0 zephyr-v1.4.0
  94. 8b29fb7 Zephyr v1.4.0-rc3 by Anas Nashif · 9 years ago v1.4.0-rc3
  95. f864524 Zephyr v1.4.0-rc2 by Anas Nashif · 9 years ago v1.4.0-rc2
  96. b05e2de Zephyr v1.4.0-rc1 by Anas Nashif · 9 years ago v1.4.0-rc1
  97. 37b1d1e ext: include headers based on HAL being used by Anas Nashif · 9 years ago
  98. 6361be2 scripts: add a script to report RAM/ROM usage by Anas Nashif · 9 years ago
  99. 489f423 qmsi: move drivers and hal to ext/hal by Anas Nashif · 9 years ago
  100. 0107c80 misc: clean up __ASSERT warnings during build by Benjamin Walsh · 9 years ago