1. 3009359 doc: move device drivers, model and tree in one section by Anas Nashif · 8 years ago
  2. ad70493 scripts/extract_dts_includes.py: Allow for includes in common yaml files by Andy Gross · 8 years ago
  3. cb90fbe Bluetooth: controller: Fix controller assert at clock rollover by Vinayak Kariappa Chettimada · 8 years ago
  4. 3d4700c samples: lwm2m: add IPSO light object to LWM2M client by Ricardo Salveti · 8 years ago
  5. 2175f78 net: lwm2m: add IPSO light control object by Ricardo Salveti · 8 years ago
  6. d540b40 net: 6lo: always check for net_pkt_get_frag returned frag by Ricardo Salveti · 8 years ago
  7. c7634a9 release: Zephyr 1.9.0-rc1 by Anas Nashif · 8 years ago v1.9.0-rc1
  8. 1257bdc doc: add project security docs by David B. Kinder · 8 years ago
  9. 0873540 samples/crypto: Add mbedtls shim driver support by Tomasz Bursztyka · 8 years ago
  10. 7abf3c5 drivers/crypto: Add mbedTLS shim crypto driver by Tomasz Bursztyka · 8 years ago
  11. 422a769 samples/crypto: Check error code everytime and improve logging by Tomasz Bursztyka · 8 years ago
  12. 5d8eadd drivers: crc: Add 'pad' parameter to crc16() by Andrzej Kaczmarek · 8 years ago
  13. 5d1fcfc dts: i2c: Fix size and address cells by Andy Gross · 8 years ago
  14. c1500fe net: lwm2m: report resource type / content type at registration by Robert Chou · 8 years ago
  15. a64dcbb net: lwm2m: do not report object when object instances available by Robert Chou · 8 years ago
  16. c21372e net: lwm2m: do not expose security object by Robert Chou · 8 years ago
  17. ede588a doc: Add APDS9960 sensor driver in release note v1.9 by Punit Vara · 8 years ago
  18. 60a908c Bluetooth: Kconfig: fix default value and range for BT_RX_STACK_SIZE by Ricardo Salveti · 8 years ago
  19. 0cefc69 samples/zoap_server: Fix unchecked return value by Tomasz Bursztyka · 8 years ago
  20. 9034d73 tests/dns_resolve: Fix possible NULL dereference by Tomasz Bursztyka · 8 years ago
  21. 8e77ef5 tests/zoap: Fix possible NULL pointer dereference by Tomasz Bursztyka · 8 years ago
  22. d9af77b net: sockets: Consistently use "BSD Sockets compatible API" moniker by Paul Sokolovsky · 8 years ago
  23. 8f5420f drivers: flash: Fix write_op unaligned access by Andrzej Kaczmarek · 8 years ago
  24. 3625d7c net: common: Don't build ipss.c by Luiz Augusto von Dentz · 8 years ago
  25. 577fd5a Revert "ext: simplelink: Import TI SimpleLink SDK host driver for CC3220SF" by Gil Pitney · 8 years ago
  26. 9d63dda Bluetooth: VS: Replace IRK with IR by Carles Cufi · 8 years ago
  27. 16a28bf Bluetooth: VS: Add RSSI to Scan Req Received Event by Carles Cufi · 8 years ago
  28. dedb70d Bluetooth: Fix formatting string for storage directory name by Andrzej Kaczmarek · 8 years ago
  29. e019475 Bluetooth: controller: Fix RSSI sign by Carles Cufi · 8 years ago
  30. 01338fd Bluetooth: VS: Fill the Vendor-Specific header with the spec by Carles Cufi · 8 years ago
  31. 4ff2c33 Bluetooth: samples/hci_spi: increase BT_RX_BUF_COUNT to 10 by Ricardo Salveti · 8 years ago
  32. f381b42 tests: ztest: remove confusing tc_start() in ztest framework by Punit Vara · 8 years ago
  33. ab04339 doc: update 1.9 release notes with doc changes by David B. Kinder · 8 years ago
  34. 81f7c82 doc: fix misspellings and missing EOF newlines by David B. Kinder · 8 years ago
  35. 7ef28df Bluetooth: samples: ipsp: Fix crash on TCP connection closure by Paul Sokolovsky · 8 years ago
  36. 480cfac arch: arc: apply STACK_GUARD_SIZE and optimize the mpu driver by Wayne Ren · 8 years ago
  37. 12cc659 arch: arc: Add mpu support by Wayne Ren · 8 years ago
  38. e314de5 samples: net: sockets: Add READMEs for echo/echo_async samples by Paul Sokolovsky · 8 years ago
  39. 9d96f84 x86: dts: use BOARD Kconfig symbol not SOC for arduino_101 by Kumar Gala · 8 years ago
  40. a3e3868 doc: fix misspellings in Kconfig files by David B. Kinder · 8 years ago
  41. f673a70 net: pkt: Add CONFIG_NET_DEBUG_NET_PKT_ALL option by Jukka Rissanen · 8 years ago
  42. 6a496f8 net: shell: Fix column alignment in net mem command by Jukka Rissanen · 8 years ago
  43. b57e835 net: shell: Print more TCP pending packet information by Jukka Rissanen · 8 years ago
  44. 0a978ea net: tcp: Send data only in established state by Jukka Rissanen · 8 years ago
  45. e087160 net: tcp: Do not re-send already sent packets by Jukka Rissanen · 8 years ago
  46. 0674e03 net: tcp: Remove unused variable by Jukka Rissanen · 8 years ago
  47. cdec73d net: tcp: Only do ref when resending if we could send the packet by Jukka Rissanen · 8 years ago
  48. f8ea1a5 net: tcp: Add more debugging to TCP code by Jukka Rissanen · 8 years ago
  49. 5325c4b net: tcp: Set the TCP sent flag after really sending pkt by Jukka Rissanen · 8 years ago
  50. 3fe4877 net: tcp: Cleanup TCP backlog when releasing context by Jukka Rissanen · 8 years ago
  51. 12017ce net: http: Yield after sending response in server by Jukka Rissanen · 8 years ago
  52. 5996bca schedule_api: fix stack overflow on xt-sim by Andrew Boie · 8 years ago
  53. 222f37d tests: schedule_api: fix variable shadowing by Andrew Boie · 8 years ago
  54. 5305f36 object_tracing: fix definition by Andrew Boie · 8 years ago
  55. 951ce4d net_context: work around missing errno codes by Andrew Boie · 8 years ago
  56. e434260 xtensa: soc: fix IRQ table by Andrew Boie · 8 years ago
  57. ba95aa0 cpp_synchronization: fix main() definition by Andrew Boie · 8 years ago
  58. e165f59 net: rpl: fix inline function declaration by Andrew Boie · 8 years ago
  59. 833ca35 net: tcp.h: fix some function declarations by Andrew Boie · 8 years ago
  60. 2e32e81 net: fix net_tcp_state_str() declaration by Andrew Boie · 8 years ago
  61. d4f116f tcp.h: fix definition of tcp_init_isn() by Andrew Boie · 8 years ago
  62. 8b141dd xcc: fix __in_section_unique() and __COUNTER__ by Andrew Boie · 8 years ago
  63. 0cf6808 irq.h: include generic toolchain header by Andrew Boie · 8 years ago
  64. 2341cc1 doc: fix misspellings in board docs by David B. Kinder · 8 years ago
  65. 39cc489 board: xt-sim: add as a default test platform by Anas Nashif · 8 years ago
  66. 593f6d4 boards: qemu_xtensa: this is not supported by xcc by Anas Nashif · 8 years ago
  67. 3b6e909 boards: xt-sim: add definition for supported configurations by Anas Nashif · 8 years ago
  68. dd09eac arm: nrf: Fix I2C_0_DEFAULT_CFG settings by Kumar Gala · 8 years ago
  69. 05890b3 drivers/ieee802154: Fix licence headers in Kconfig files by Tomasz Bursztyka · 8 years ago
  70. 99c19c6 i2c: stm32: Remove usage of CONFIG_I2C_x_DEFAULT_CFG by Kumar Gala · 8 years ago
  71. 54933b3 i2c: mcux: Remove usage of CONFIG_I2C_x_DEFAULT_CFG by Kumar Gala · 8 years ago
  72. 250e674 dts: nxp: Fix formatting of fixup files by Kumar Gala · 8 years ago
  73. 9935581 i2c: Add helper function to map from bitrate values to zephyr cfg by Kumar Gala · 8 years ago
  74. 670fc32 i2c: Cleanup dts clock-frequency property usage by Kumar Gala · 8 years ago
  75. 10acdb5 i2c: Add define for bit position/shift of I2C SPEED settings in config by Kumar Gala · 8 years ago
  76. cf43be1 Bluetooth: Increase CONFIG_BT_HCI_TX_STACK_SIZE for BT_SPI by Paul Sokolovsky · 8 years ago
  77. fe84d4f net: http: allow HTTP_NETWORK_TIMEOUT to be configured by Michael Scott · 8 years ago
  78. 40e669e tests/kernel: Add pthread API test by Andy Ross · 8 years ago
  79. 53c8599 kernel: POSIX thread IPC support by Andy Ross · 8 years ago
  80. cf9a5e3 doc: 96Boards Carbon: add Bluetooth setup docs by Marti Bolivar · 8 years ago
  81. 7394401 Bluetooth: ipsp: use sys_log by Marti Bolivar · 8 years ago
  82. 77516f5 boards: 96b_carbon_nrf51: provide BT SPI slave configuration by Marti Bolivar · 8 years ago
  83. ef022d3 boards: 96b_carbon: provide BT SPI master configuration by Marti Bolivar · 8 years ago
  84. 272e8ff Bluetooth: hci: spi: add support for new SPI API by Marti Bolivar · 8 years ago
  85. bd5c2c0 Bluetooth: hci: spi: abstract out legacy SPI API by Marti Bolivar · 8 years ago
  86. 8dbb388 samples: Bluetooth: add HCI SPI raw handler sample by Ricardo Salveti · 8 years ago
  87. 4e53f4e Bluetooth: Kconfig: delete stray double quote by Marti Bolivar · 8 years ago
  88. fc965e5 Bluetooth: controller: Split Ext Scan Filter Policies out by Carles Cufi · 8 years ago
  89. 8ebaf29 net: http: dont timeout on HTTP requests w/o body by Michael Scott · 8 years ago
  90. 0592c0c Bluetooth: shell: gatt_read: Reset offset to 0 by Paul Sokolovsky · 8 years ago
  91. 4f67a6c cc3200: Remove TI cc3200 SOC and LaunchXL board support by Gil Pitney · 8 years ago
  92. 0ac5dd7 doc: Clarify the Bluetooth 5.0 support in 1.9 by Carles Cufi · 8 years ago
  93. 749d318 doc: Add BLE controller changes to 1.9 release notes by Carles Cufi · 8 years ago
  94. f54f2ba doc: Add Bluetooth host changes to 1.9 release note by Luiz Augusto von Dentz · 8 years ago
  95. f9caab4 net: sockets: Move under "Network Application Support" heading by Paul Sokolovsky · 8 years ago
  96. 4c60077 tests: work_q: Add test for k_delayed_work_cancel by Luiz Augusto von Dentz · 8 years ago
  97. c1fa82b work_q: Make k_delayed_work_cancel cancel work already pending by Luiz Augusto von Dentz · 8 years ago
  98. adb581b work: Convert usage of k_fifo to k_queue by Luiz Augusto von Dentz · 8 years ago
  99. 84db641 queue: Use k_poll if enabled by Luiz Augusto von Dentz · 8 years ago
  100. 42d9aa7 tests: queue: Add tests for k_queue_remove by Luiz Augusto von Dentz · 8 years ago