1. ace7bf9 valgrind: Add error supression file for POSIX arch by Alberto Escolar Piedras · 6 years ago
  2. 1036edc log: Fix switch statement by Flavio Ceolin · 6 years ago
  3. e62e54b tests: interrupt: Change IRQ priorities in test by Spoorthi K · 6 years ago
  4. bdda09e cmake: Remove dead code LTO references by Sebastian Bøe · 6 years ago
  5. c8ff1fd soc: nordic: add Kconfig options for several peripherals by Ioannis Glaropoulos · 6 years ago
  6. b329989 dts: nordic: nrf91: DTS include headers for nRF9160 SOC by Ioannis Glaropoulos · 6 years ago
  7. 23d28ab samples: Remove redundant Kconfig adjustments for nRF boards by Andrzej Głąbek · 6 years ago
  8. 03f7569 tests: drivers: Remove redundant Kconfig adjustments for nRF boards by Andrzej Głąbek · 6 years ago
  9. 9d44cad boards: nrf: Enable ADC, I2C, and SPI instances by default by Andrzej Głąbek · 6 years ago
  10. 326be98 boards: nrf: Remove redundant Kconfig adjustments by Andrzej Głąbek · 6 years ago
  11. 46b7633 drivers: spi: nrfx: Set default value of SPIM3 RX delay to 2 by Andrzej Głąbek · 6 years ago
  12. 4b43065 drivers: nrf: Enable nRF drivers by default in Kconfig by Andrzej Głąbek · 6 years ago
  13. 7c13ba9 drivers: serial: nrf: Remove false dependency on the gpio driver by Andrzej Głąbek · 6 years ago
  14. 754ab1d net/pkt: Fix debug logs checking by Tomasz Gorochowik · 6 years ago
  15. 56d144c cmake: Fixed python detection bug by Sebastian Bøe · 6 years ago
  16. b1e912b samples: cmsis_rtos_v2: Demo on msgq and timers synchronization by Spoorthi K · 6 years ago
  17. cea0982 samples: cmsis_rtos_v2: Demo with Dining Philosopher's algorithm by Spoorthi K · 6 years ago
  18. 72b0289 samples: driver: i2c scanner by Tavish Naruka · 6 years ago
  19. 167486f samples: sockets: Update OT overlays for echo samples by Robert Lubos · 6 years ago
  20. 4a4e51f drivers: nrf: Fix UARTE fixup defines. by Mieszko Mierunski · 6 years ago
  21. e8a7780 samples: reel board: correct timeout condition by Jakub Rzeszutko · 6 years ago
  22. b75a05c driver: sensors: convert lsm9ds0_gyro to use information coming from dts by Armando Visconti · 6 years ago
  23. 385bc26 include: linker: improve documentation of app shared mem symbols by Ioannis Glaropoulos · 6 years ago
  24. 6410a16 openthread: Update openthread version to latest upstream/master. by Martin Turon · 6 years ago
  25. 0efad5f cmake: Whitespace and commentary fixes by Mark Ruvald Pedersen · 6 years ago
  26. b6ab4e8 tests/cmsis_rtos_v2: Use CONFIG_SCHED_SCALABLE by Rajavardhan Gundi · 6 years ago
  27. 50d3219 tests/cmsis_rtos_v2: Introduce tests to make use of ThreadFlags APIs by Rajavardhan Gundi · 6 years ago
  28. 41aa164 lib/cmsis_rtos_v2: Implement support for Thread Flags APIs by Rajavardhan Gundi · 6 years ago
  29. 7ffa345 tests/cmsis_rtos_v2: Introduce tests to make use of EventFlag APIs by Rajavardhan Gundi · 6 years ago
  30. fa499b3 lib/cmsis_rtos_v2: Implement support for Event Flag APIs by Rajavardhan Gundi · 6 years ago
  31. ff911f7 tests/cmsis_rtos_v2: Introduce tests to make use of messageQ APIs by Rajavardhan Gundi · 6 years ago
  32. 27f4cd2 lib/cmsis_rtos_v2: Implement support for Message Queue APIs by Rajavardhan Gundi · 6 years ago
  33. 00ffaed tests/cmsis_rtos_v2: Introduce tests to make use of mempool APIs by Rajavardhan Gundi · 6 years ago
  34. e5c8488 lib/cmsis_rtos_v2: Implement support for mempool APIs by Rajavardhan Gundi · 6 years ago
  35. c58733c tests/cmsis_rtos_v2: Introduce tests to make use of Semaphore APIs by Rajavardhan Gundi · 6 years ago
  36. b39f626 lib/cmsis_rtos_v2: Implement support for semaphore APIs by Rajavardhan Gundi · 6 years ago
  37. a1eaa23 tests/cmsis_rtos_v2: Introduce tests to make use of Mutex APIs by Rajavardhan Gundi · 6 years ago
  38. 19b57ce lib/cmsis_rtos_v2: Implement support for mutex APIs by Rajavardhan Gundi · 6 years ago
  39. 2b22e30 tests/cmsis_rtos_v2: Introduce tests to make use of Timer APIs by Rajavardhan Gundi · 6 years ago
  40. 0285c69 lib/cmsis_rtos_v2: Implement support for timer APIs by Rajavardhan Gundi · 6 years ago
  41. d6c5051 tests/cmsis_rtos_v2: Introduce tests to make use of Thread APIs by Rajavardhan Gundi · 6 years ago
  42. 7d499e3 lib/cmsis_rtos_v2: Implement support for generic wait APIs by Rajavardhan Gundi · 6 years ago
  43. e3fe0ca lib/cmsis_rtos_v2: Implement support for Kernel APIs by Rajavardhan Gundi · 6 years ago
  44. 4af7b6c lib/cmsis_rtos_v2: Implement support for thread APIs by Rajavardhan Gundi · 6 years ago
  45. b609175 CMSIS RTOS V2: Introduce CMSIS RTOS V2 API header file by Rajavardhan Gundi · 6 years ago
  46. 2ffb951 console: Kconfig: Update for recent changes by Paul Sokolovsky · 6 years ago
  47. 0925411 tty: Remove buffer params from tty_init() by Paul Sokolovsky · 6 years ago
  48. a7df3a1 tty: Support unbuffered operation to extend usecase coverage by Paul Sokolovsky · 6 years ago
  49. fe2f30a dts: nordic: simplify definition of flash and sram sizes in dts by Ioannis Glaropoulos · 6 years ago
  50. 6e158b1 cmake: Document CMAKE_SYSTEM_-variables, and add CMAKE_SYSTEM_VERSION by Mark Ruvald Pedersen · 6 years ago
  51. 59036db cmake: Move root CMakeLists.txt's comment-header to top by Mark Ruvald Pedersen · 6 years ago
  52. 94a9d80 cmake: boilerplate: move compiler-flag checks into boilerplate by Mark Ruvald Pedersen · 6 years ago
  53. 5e90da7 cmake: Remove setting CMAKE_FIND_ROOT_PATH_MODE_* variables by Mark Ruvald Pedersen · 6 years ago
  54. 722f866 cmake: boilerplate: Move app-library to be with its documentation by Mark Ruvald Pedersen · 6 years ago
  55. 3f422e2 drivers: flash: fix the regular access range check by Andrzej Puzdrowski · 6 years ago
  56. cd4fbde drivers: flash: support NRF UICR operations by Andrzej Puzdrowski · 6 years ago
  57. 15384b7 scripts: west: fix 'west debug' by Marti Bolivar · 6 years ago
  58. 95c7079 samples: net: Port mbedtls benchmark sample to zephyr by Ravi kumar Veeramally · 6 years ago
  59. bfe0c2e drivers: sensor: temp_nrf5: update assert condition in nRF temp sensor by Dhananjay Gundapu Jayakrishnan · 6 years ago
  60. 90fbeb0 dts: nrf: Fix missed device tree warnings by Kumar Gala · 6 years ago
  61. 82d956f drivers: ieee802154: nrf5: Prevent driver from spamming logs by Robert Lubos · 6 years ago
  62. e9a1d64 dts: arm: nxp: imx: Use 'nxp,imx-{i,d}tcm' compatible by Kumar Gala · 6 years ago
  63. f7a8ed7 dts: Rename imx-rt-{i,d}tcm compatible by Kumar Gala · 6 years ago
  64. 1cc9e98 logging: Refactor RTT backend to handle host absence by Krzysztof Chruscinski · 6 years ago
  65. 99ae80b Bluetooth: controller: Fix Conn Param Req procedure stall issue by Vinayak Kariappa Chettimada · 6 years ago
  66. e40c952 arch: arm: Explicitly ignoring return of memcpy by Flavio Ceolin · 6 years ago
  67. 17c7db6 lib: posix: Explicitly ignoring return of memcpy by Flavio Ceolin · 6 years ago
  68. 8f3459b coccinelle: Updating ignore_return to support memcpy by Flavio Ceolin · 6 years ago
  69. 27435e4 log: Explicitly ignoring return of memcpy by Flavio Ceolin · 6 years ago
  70. b467de5 shell: Add dropping of expired messages by Krzysztof Chruscinski · 6 years ago
  71. 08f0d93 shell: Improve handling of log messages by Krzysztof Chruscinski · 6 years ago
  72. 801b54e usb: hid: boot protocol by Marcin Szymczyk · 6 years ago
  73. 4446b16 driver: sensors: convert lsm9ds0_mfd to use information coming from dts by Armando Visconti · 6 years ago
  74. 6e2a1b6 drivers: lsm9ds0_mfd: Fix typo in get accel/magn channels by Armando Visconti · 6 years ago
  75. 0b9cfe7 ci: bump number of builders to 7 by Kumar Gala · 6 years ago
  76. f0b1918 bt_shell: fix command bt advertise valid argument count by Jakub Rzeszutko · 6 years ago
  77. fcc7240 logging: Add handling of dropped messages to native POSIX backend by Krzysztof Chruscinski · 6 years ago
  78. 31a90ca logging: Add handling of dropped messages to RTT backend by Krzysztof Chruscinski · 6 years ago
  79. 1edf09e logging: Add handling of dropped messages to UART backend by Krzysztof Chruscinski · 6 years ago
  80. a7568e4 logging: Handle dropped messages in log_output by Krzysztof Chruscinski · 6 years ago
  81. 1581155 menuconfig: Add show-help mode by Ulf Magnusson · 6 years ago
  82. 5740141 mimix1050rt: ethernet initialization corrected by Andrei Gansari · 6 years ago
  83. cab9fa3 shell: fix tab key functionality. by Jakub Rzeszutko · 6 years ago
  84. 9fe81e9 dts: stm32f7: move flash0 node below flash-controller by Aurelien Jarno · 6 years ago
  85. a8ce329 boards: arm: nucleo_f756zg: Added SPI support by AJ Palmer · 6 years ago
  86. 98d5510 boards: arm: nucleo_f756zg: Added PWM support by AJ Palmer · 6 years ago
  87. e7cb2d6 boards: arm: nucleo_f756zg: Added I2C support by AJ Palmer · 6 years ago
  88. 0efd0ec boards: arm: nucleo_f756zg: Added USB support by AJ Palmer · 6 years ago
  89. de3a2c6 boards: arm: nucleo_f756zg: Added ethernet support by AJ Palmer · 6 years ago
  90. 2f04dc6 boards: arm: nucleo_f756zg: Created new board and soc definition by AJ Palmer · 6 years ago
  91. cca5b61 arc: cleanup linker scripts to include autoconf.h first by Kumar Gala · 6 years ago
  92. e841d42 boards: arm: nucleo_f746zg: Highlight possible pin conflict by AJ Palmer · 6 years ago
  93. ac562d5 soc: arm: Don't touch interrupts in kinetis watchdog init by Maureen Helm · 6 years ago
  94. 2346e31 dts: nxp: Add sram_l node to k64 dtsi by Maureen Helm · 6 years ago
  95. 5bf15a8 docs: spi.h: removed dev doxygen comment from struct spi_config by AJ Palmer · 6 years ago
  96. 1cfec48 samples: yaml: filter can be limited to GPIO_CONTROLLER by Erwan Gouriou · 6 years ago
  97. a002cab samples/basic: disco: LED0 and LED1 might not share GPIO controller by Erwan Gouriou · 6 years ago
  98. c338dd9 samples/drivers: gpio: LED0 and SW0 might not share GPIO controller by Erwan Gouriou · 6 years ago
  99. c52a646 drivers: usb_dc_stm32: add support for SoF event by Aurelien Jarno · 6 years ago
  100. f603e25 drivers: i2c_ll_stm32_v2: Handle errors during data transfers by Pushpal Sidhu · 6 years ago