1. b8dd6ac cmake: util: Add fmerge.cmake script by Carles Cufi · 7 years ago
  2. ff5452e cmake: util: Add process.cmake script by Carles Cufi · 7 years ago
  3. 2663147 boards: arm: nrf: enable UARTE on nrf52810_pca10040 by Ioannis Glaropoulos · 7 years ago
  4. a32b662 boards: arm: stm32f723e_disco: enable USB FS OTG by Aurelien Jarno · 7 years ago
  5. 9107e3d drivers: usb: add support for USB OTG FS on STM32F7 by Aurelien Jarno · 7 years ago
  6. f6bf897 kconfiglib: Add preprocessor and two warnings by Ulf Magnusson · 7 years ago
  7. 77b44df logging: Ensure constant side effects of log API by Krzysztof Chruscinski · 7 years ago
  8. d731e53 logging: Handle 0 Hz frequency in log_output by Krzysztof Chruscinski · 7 years ago
  9. 8d1664c arch: arm: mpu: enable WBWA caching on per thread user RAM by Aurelien Jarno · 7 years ago
  10. 15d3dfa arch: arm: mpu: enable WT caching on Flash by Aurelien Jarno · 7 years ago
  11. 06bb055 arch: arm: mpu: enable WBWA caching on RAM by Aurelien Jarno · 7 years ago
  12. f5b00ff arch: arm: mpu: fix outer inner WBWA non-shareable macro by Aurelien Jarno · 7 years ago
  13. 747b90c arch: arm: mpu: remove REGION_USER_RAM_ATTR macro by Aurelien Jarno · 7 years ago
  14. 793c254 boards: Add support for nRF52 Adafruit Feather by Florian Gärtner · 7 years ago
  15. 67d6987 logging: Fix fail when log locally disabled by Krzysztof Chruscinski · 7 years ago
  16. c6c8110 tests: kernel: Add description and group tests for doxygen by Spoorthi K · 7 years ago
  17. 3e1c0bd tests: kernel: Add description and doxygen groups for workq by Spoorthi K · 7 years ago
  18. 22ea79d tests: pending: Add description and RTM links by Spoorthi K · 7 years ago
  19. ff0950a samples: net: Fix echo_client/echo_server TLS config files by Robert Lubos · 7 years ago
  20. f733da8 drivers: serial: nrf: Adopting define for UART driver. by Jakub Rzeszutko · 7 years ago
  21. 7449657 drivers: serial: nrf: Adding UARTE driver for the nRFx family by Jakub Rzeszutko · 7 years ago
  22. 1952c56 scripts: west: add nsim runner by Wayne Ren · 7 years ago
  23. 8a528a7 drivers: serial: add virtual uart driver for nsim by Wayne Ren · 7 years ago
  24. b6e41e7 boards: arc: add virtual board based on nsim by Wayne Ren · 7 years ago
  25. d27aadf arch: arc: add nsim support in soc by Wayne Ren · 7 years ago
  26. d76e39f arch: atmel_sam0: Fix Kconfig warnings by Kumar Gala · 7 years ago
  27. 4d3e13d boards: add board and DTS definitions for the SAMD20 Xplained Pro Board by Sean Nyekjaer · 7 years ago
  28. 781a2f0 arch: add support SAMD20 used in the SAMD20 Xplained Pro Board by Sean Nyekjaer · 7 years ago
  29. 5a1bcc7 dts: arm: sam0: move contents samd21 to samd by Sean Nyekjaer · 7 years ago
  30. 31aaf07 arch: atmel_sam0: move clk config options to common Kconfig by Sean Nyekjaer · 7 years ago
  31. cee31be ext: Import Atmel SAMD20 header files from ASF library by Sean Nyekjaer · 7 years ago
  32. 899bdb1 boards: arm: Add support for Silabs EFR32 SLWSTK6061A board by Christian Taedcke · 7 years ago
  33. e9e8bce drivers: serial: Adapt gecko uart driver for Silabs EFR32 by Christian Taedcke · 7 years ago
  34. 9ac99a2 drivers: gpio_gecko: Adapt driver for Silabs EFR32 MCUs by Christian Taedcke · 7 years ago
  35. 6d5206e arm: exx32: Add additional include to efm32wg soc.h by Christian Taedcke · 7 years ago
  36. 496b799 arm: exx32: Add Silabs EFR32FG1P soc files by Christian Taedcke · 7 years ago
  37. 7689e9d ext: Integrate Silabs EFR32FG1P Gecko SDK into Zephyr by Christian Taedcke · 7 years ago
  38. e634b25 ext: gecko: Add Silabs Gecko SDK for EFR32FG1P SoCs by Christian Taedcke · 7 years ago
  39. e67720b syscalls: Scan multiple folders to build complete syscall list by Adithya Baglody · 7 years ago
  40. 530a713 arm: nxp: mpu: Consolidate k64 mpu regions by Maureen Helm · 7 years ago
  41. f0450fc nrf52: dts: Force user to explicitly set UART0 compatible by Kumar Gala · 7 years ago
  42. b3d34d2 arch: arm: nrf52: Support UARTE defines in dts.fixup by Kumar Gala · 7 years ago
  43. f93b3d1 arch: arm: fix linker script title comment by Ioannis Glaropoulos · 7 years ago
  44. ef15443 boards: arduino_101_mcuboot: Remove Kconfig settings moved to DTS by Ulf Magnusson · 7 years ago
  45. c8a2131 drivers: serial: nrf: Adding missing baud rates to UART driver by Jakub Rzeszutko · 7 years ago
  46. 101d493 drivers: serial: nrf: Use nrfx GPIO HAL to properly handle pins from P1 by Jakub Rzeszutko · 7 years ago
  47. cb00061 net: dhcpv4: Use less parameters in debug print by Jukka Rissanen · 7 years ago
  48. 505a834 drivers: gpio: nrf5: Fix GPIOTE channel use overlap by Vinayak Kariappa Chettimada · 7 years ago
  49. e854dd0 logging: log_output: Data lost because of uninitialized variable by Krzysztof Chruscinski · 7 years ago
  50. 5cac623 logging: Avoid compile warning because of wrong type by Jukka Rissanen · 7 years ago
  51. f10cbe5 logging: Print 7, 8 or 9 parameter macros properly by Jukka Rissanen · 7 years ago
  52. 4aaeaaa logging: Provide 8 and 9 parameter logging macros by Jukka Rissanen · 7 years ago
  53. 3a988a5 CODEOWNERS: Update entry for sensor drivers by Maureen Helm · 7 years ago
  54. 0aedf8d drivers: console: Kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 7 years ago
  55. 6f29dac toolchain: require Zephyr SDK 0.9.3 by Anas Nashif · 7 years ago
  56. ae5105c boards: more boards with xtools support by Anas Nashif · 7 years ago
  57. 0009df8 toolchains: fix multilib libc linking with xtools by Anas Nashif · 7 years ago
  58. 458fe44 toolchain: iamcu support with xtools toolchain by Anas Nashif · 7 years ago
  59. 7c15934 toolchains: add xtools support for ARC by Anas Nashif · 7 years ago
  60. 5c3d566 shell: Fix command completion logic by Johan Hedberg · 7 years ago
  61. 2dc28b4 doc: net: gptp: Enhance gPTP documentation by Jukka Rissanen · 7 years ago
  62. 0068151 samples: net: gptp: Documentation fixes by Jukka Rissanen · 7 years ago
  63. c7bb8c2 doc: net: gptp: Fix gptp API function description by Jukka Rissanen · 7 years ago
  64. 5ea5b8d doc: subsys: logging: Add documentation for new logger by Krzysztof Chruscinski · 7 years ago
  65. 489b27a doc: net: Fix source tree layout documentation by Jukka Rissanen · 7 years ago
  66. 7bc3964 lib: json: add helper macro for array of array by Christian Tavares · 7 years ago
  67. 618209a board: add i2c support for colibri_imx7d_m4 board by Diego Sueiro · 7 years ago
  68. 970c4f9 arch: Add imx7d_m4 i2c definitions by Diego Sueiro · 7 years ago
  69. 8c2acab drivers: add i.MX I2C driver shim by Diego Sueiro · 7 years ago
  70. 25b0212 subsys: usb: class: add loopback function by Johann Fischer · 7 years ago
  71. 3a471e3 subsys: usb: stall if there is no data buffer by Johann Fischer · 7 years ago
  72. 1b57752 usb: add callback codes for Set/Clear Feature ENDPOINT_HALT by Johann Fischer · 7 years ago
  73. cc5ae49 boards: arm: stm32: basic support for STM32F769I-DISCO board by Yong Jin · 7 years ago
  74. 8776835 arch: arm: stm32: add basic support for STM32F769 SoC by Yong Jin · 7 years ago
  75. 5aaf827 arch: arm: stm32f2: remove core zephyr header inclusions from soc.h by Istvan Bisz · 7 years ago
  76. 1af5ce4 dts/arm/st: Fix SPI1 clock property on F0 series by Yannis Damigos · 7 years ago
  77. ebc5e51 dts/arm/st: Fix I2C3 clock property on L0 series by Yannis Damigos · 7 years ago
  78. ce983e7 dts/arm/st: Fix I2C1 clock property by Yannis Damigos · 7 years ago
  79. 4e26f9c arch: stm32f0/f1/f3/l0: remove core zephyr header inclusions by Yannis Damigos · 7 years ago
  80. 9a89320 ext: stm32cube: stm32f7xx: shift I2SR field in PLLI2SCFGR register by Armando Visconti · 7 years ago
  81. 71ba2de ext: stm32cube: stm32f4xx: shift I2SR field in PLLI2SCFGR register by Armando Visconti · 7 years ago
  82. f5ec567 tests: net: trickle: Initialize test variables earlier by Jukka Rissanen · 7 years ago
  83. 40f7a02 ext: debug: segger: Fix CONFIG_SEGGER_RTT_MODE generation. by Piotr Zięcik · 7 years ago
  84. db1075e dts: Fix warning related to arm,v{6,7,8}m-nvic yaml files by Kumar Gala · 7 years ago
  85. 54fbcc0 arch: arm: mpu: get REGION_SIZE_<X> defines directly from ARM CMSIS by Ioannis Glaropoulos · 7 years ago
  86. 3808ca8 syscall: Add support for syscall_ret64_arg2 by Krzysztof Chruscinski · 7 years ago
  87. 41dd662 arm: Print NXP MPU error information in BusFault dump by Maureen Helm · 7 years ago
  88. 889b290 arch: arm: beetle: Pull in CMSDK header for CMSIS support on Beetle by Kumar Gala · 7 years ago
  89. 0a5de7d native_posix: override C standard version to 2011 by Alberto Escolar Piedras · 7 years ago
  90. c288241 cmake: Allow C standard version to be overriden by Alberto Escolar Piedras · 7 years ago
  91. 0de49e5 tests: kernel: Add description for test case by Ajay Kishore · 7 years ago
  92. ff0c5a2 boards: nucleo_f429zi: state compatibility with Arduino connectors by Erwan Gouriou · 7 years ago
  93. 10fc37d boards/shields: Add connector flags for compatibility checks by Erwan Gouriou · 7 years ago
  94. 2a490fd boards: Set nucleo_f429zi compatible with configuration guidelines by Erwan Gouriou · 7 years ago
  95. deb0941 scripts/extract/globals: treat node alternate names as 'aliases' by Erwan Gouriou · 7 years ago
  96. fa5d6ec scripts: devicetree.py: get alternate labels from dt by Erwan Gouriou · 7 years ago
  97. 7e2f6eb stm32f2: add stm32f207xe soc by qianfan Zhao · 7 years ago
  98. 157b3dc boards: arm: add st nucleo-f207zg by qianfan Zhao · 7 years ago
  99. bdeece0 driver: uart_stm32: add support for stm32f2 series by qianfan Zhao · 7 years ago
  100. dffac9a driver: interrupt_controller: Add support for stm32f2 by qianfan Zhao · 7 years ago