1. 777e0a1 cmake: Support UTF-8 characters in Kconfig values by Sebastian Bøe · 7 years ago
  2. 64f8588 cmake: Minor refactor by Sebastian Bøe · 7 years ago
  3. 5ed30f0 subsys: stats - Statistics support by Christopher Collins · 7 years ago
  4. f24f50b arm: cortex_m: Use new ARMV6_M_ARMV8_M_BASELINE in vector relay by Carles Cufi · 7 years ago
  5. 72684ef dts: mcuboot: Support for common overlays and mcuboot by Carles Cufi · 7 years ago
  6. 600c8f7 kconfig: Change how optimization level is set by Sebastian Bøe · 7 years ago
  7. f60527a build: Added CONFIG_NO_OPTIMIZATIONS by Alberto Escolar Piedras · 7 years ago
  8. 7361d3d config: bootloader: Add support for MCUboot by Carles Cufi · 7 years ago
  9. 4592ff2 native: build zephyr.exe for posix arch by Anas Nashif · 7 years ago
  10. 95cd063 libc: some architectures do not require baremetal libc by Anas Nashif · 7 years ago
  11. dbdd722 ld: Introduce --print-memory-usage by Sebastian Bøe · 7 years ago
  12. e2122cb lib: move ring_buffer from misc/ to lib/ by Anas Nashif · 7 years ago
  13. 429c2a4 kconfig: fix help syntax and add spaces by Anas Nashif · 7 years ago
  14. 540d3fb cmake: add missing config for *.lst files by Anas Nashif · 7 years ago
  15. 1092a25 kconfig: move GDB_INFO kconfig to subsys/debug by Anas Nashif · 7 years ago
  16. 1f1143a build: use kconfig to select generated artifacts by Anas Nashif · 7 years ago
  17. 7d71c06 printk: Add padding support to string format specifiers by Johan Hedberg · 7 years ago
  18. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  19. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  20. c947600 build: make kernel entry symbol a config option by Gustavo Lima Chaves · 7 years ago
  21. 6f99bdb kernel: Provide only one _SYSCALL_HANDLER() macro by Leandro Pereira · 7 years ago
  22. ef2b138 printk: only do buffering in user mode by Andrew Boie · 7 years ago
  23. 225e4c0 kernel: greatly simplify syscall handlers by Andrew Boie · 7 years ago
  24. 756f907 misc: userspace support for printk() by Andrew Boie · 7 years ago
  25. da7cc84 subsystem: cleanup misc and make cpp a subsystem by Anas Nashif · 8 years ago
  26. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  27. be1cb96 tests: benchmark: boot_time: Reading time stamps made arch agnostic by Adithya Baglody · 8 years ago
  28. 84628e8 kconfig: misc: Conditionally remove FLASH_LOAD options by Andy Gross · 8 years ago
  29. 5963904 printk: fix printing of long long types by Andrew Boie · 8 years ago
  30. fed96bf misc: _char_out can be a static symbol by Maciek Borzecki · 8 years ago
  31. f930480 doc: misspellings in Kconfig files by David B. Kinder · 8 years ago
  32. 86b0260 kconfig: Move debugging-related options from misc/ to subsys/debug/ by Leandro Pereira · 8 years ago
  33. dc91536 printk: add vprintk() by Marti Bolivar · 8 years ago
  34. 61de8f8 spell: Kconfig help typos: /kernel /misc /subsys by David B. Kinder · 8 years ago
  35. 99a7168 misc: Support left-justification in printk() by Leandro Pereira · 8 years ago
  36. bf50c24 misc: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  37. 45a7e5d kernel: remove legacy.h and MDEF support by Anas Nashif · 8 years ago
  38. fe7aa3f misc: Allow flash image size to be constrained by David Brown · 8 years ago
  39. 0c476a5 misc: Generalize LOAD_OFFSET support by David Brown · 8 years ago
  40. f9733e4 misc: Let the compiler choose whether to omit frame pointer by Daniel Thompson · 8 years ago
  41. a7e8266 misc/printk: Add a function to get the current hook function. by Tomasz Bursztyka · 8 years ago
  42. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  43. c1347b4 kernel: replace all remaining nanokernel occurances by Anas Nashif · 8 years ago
  44. 2f203c2 tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS by Anas Nashif · 8 years ago
  45. c7f7314 kconfig: group options into menus by Anas Nashif · 8 years ago
  46. 569f0b4 debug: move debug features from misc to subsys/debug by Anas Nashif · 8 years ago
  47. a9e879e logging: move sys_log to subsys/logging by Anas Nashif · 8 years ago
  48. f323c00 kconfig: remove unused TASK_DEBUG options by Anas Nashif · 8 years ago
  49. fe958df libc: rework libc selection and reduce Kconfigs by Anas Nashif · 8 years ago
  50. c3a2bbb kernel: add k_cpu_idle/k_cpu_atomic_idle() by Benjamin Walsh · 8 years ago
  51. 244a4df printk: Export _vprintk similar to how _prf is exported by Johan Hedberg · 8 years ago
  52. d2d62ae logging: Remove bogus SYS_LOG dependency on STDOUT_CONSOLE by Johan Hedberg · 8 years ago
  53. c899cd0 printk: Add APIs to print into strings instead of default output by Johan Hedberg · 8 years ago
  54. 3ab6046 printk: Refactor to allow passing a parsing context around by Johan Hedberg · 8 years ago
  55. 82f11bf build: x86: add some flexibility in custom linker scripts by Andrew Boie · 8 years ago
  56. 85b954d logging: add exeternal hook to sys_log by Yossi Havusha · 8 years ago
  57. bde20d5 printk: Add basic support for width modifier and zero padding by Szymon Janc · 8 years ago
  58. f6ca7de kernel/arch: consolidate tTCS and TNANO definitions by Benjamin Walsh · 8 years ago
  59. a3dc53f power_mgmt: Do not notify deep sleep if bootloader does context restore by Ramesh Thomas · 8 years ago
  60. 0b474ee kernel: deprecate old init levels by Andrew Boie · 8 years ago
  61. f3bf5ab newlib: add support for nano-formatted-io by Juro Bystricky · 8 years ago
  62. 625acd5 build: remove old kernel support by Andrew Boie · 8 years ago
  63. 559b46f shell: move shell Kconfig to drivers/console/shells by Anas Nashif · 8 years ago
  64. d5db352 console: shell: Support multiple modules by Yael Avramovich · 8 years ago
  65. 1bc999c drivers/uart: Refactor UART input hook. by Marcus Shawcroft · 8 years ago
  66. b9a4bd9 kernel: Relocate ring buffer suppport to 'misc' directory by Allan Stephens · 8 years ago
  67. ecf96d2 arduino 101: make factory bootloader config the default by Anas Nashif · 9 years ago
  68. 7e6dacd unified/build: allow building the unified kernel by Benjamin Walsh · 9 years ago
  69. a811cc5 printk: make _char_out globally accessible by Andrew Boie · 9 years ago
  70. 4c64805 printk: print leading '0x' for %p by Andrew Boie · 9 years ago
  71. 907a999 printk: "support" some modifier codes by Andrew Boie · 9 years ago
  72. d748577 doc: Fix terminology in Kconfig files for 'platform' by David B. Kinder · 9 years ago
  73. 17c0b37 x86: improve exception APIs by Andrew Boie · 9 years ago
  74. 9b3b36b gdb-server: update call to uart_register_input() by Inaky Perez-Gonzalez · 9 years ago
  75. b4bbc71 gdb_server: fix semicolon that depends on #define by Inaky Perez-Gonzalez · 9 years ago
  76. 63cea24 misc: add config to omit frame pointer by Andrew Boie · 9 years ago
  77. 9ec2f3b Cleanup whitespace in Kconfig files by Kumar Gala · 9 years ago
  78. 0107c80 misc: clean up __ASSERT warnings during build by Benjamin Walsh · 9 years ago
  79. 0b2c44a tinycrypt: move from lib to regular objects by Anas Nashif · 9 years ago
  80. 909dd7e arduino_101: support booting with original bootloader by Anas Nashif · 9 years ago
  81. 43592b1 x86/debug: GDB server needs to handle some exceptions by Benjamin Walsh · 9 years ago
  82. f703f7d debug: add target GDB server by Benjamin Walsh · 9 years ago
  83. 270d602 debug/x86: add runtime info needed by target debuggers by Benjamin Walsh · 9 years ago
  84. 45d9689 debug: add missing MEM_SAFE dependency by Benjamin Walsh · 9 years ago
  85. 6ec02cc debug: fit Kconfig lines in 80 columns by Benjamin Walsh · 9 years ago
  86. 34d4971 sys_log: Adds the common log API header by Genaro Saucedo Tejada · 9 years ago
  87. 84a5557 kconfig: move ARM bootloader options to bootloader menu by Anas Nashif · 9 years ago
  88. 4ad7f2a libc-hooks: newlib's heap may use entire unused RAM by Jithu Joseph · 9 years ago
  89. 428d51b libc-hooks: Make newlib's heap size configurable by Iván Briano · 9 years ago
  90. a4ec963 init: use SYS_INIT() where it makes sense by Benjamin Walsh · 9 years ago
  91. d340d4c device: use DEVICE_INIT everwhere by Benjamin Walsh · 9 years ago
  92. 0303d8c device: rename SYS_DEFINE_DEVICE() by Benjamin Walsh · 9 years ago
  93. bfc2720 device: rename DECLARE_DEVICE_INIT_CONFIG() by Benjamin Walsh · 9 years ago
  94. 2e27adb mem_safe: prevent writing to .text in XIP systems by Benjamin Walsh · 9 years ago
  95. 8e35cc8 build: Add C++ support by Peter Mitsis · 9 years ago
  96. 6fa8588 kconfig: add mising option TASK_DEBUG by Anas Nashif · 9 years ago
  97. 9fe306b Generate stack usage information only when enabled by Anas Nashif · 9 years ago
  98. 94b29b5 kconfig: put bootloader and reboot options in a menu by Anas Nashif · 9 years ago
  99. 57f2741 init: Implement fine-grained initialization policy by Dmitriy Korovkin · 9 years ago
  100. 77ba3c3 kconfig: define architecture as a kconfig variable by Anas Nashif · 9 years ago