1. 9e6a6f3 net/mqtt: Add the "malformed" callback to the MQTT ctx structure by Flavio Santes · 8 years ago
  2. 4a17932 net/mqtt: Simplify the MQTT high-level API by Flavio Santes · 8 years ago
  3. d8323e1 doc: Include main Network APIs doxygen documentation by Tomasz Bursztyka · 8 years ago
  4. 5d6e0d4 net: tcp: Clean up net_context lifecycle by Andy Ross · 8 years ago
  5. b13f44b net: utils: Add net_addr_ntop() helper function by Ravi kumar Veeramally · 8 years ago
  6. ca6a686 net: correct in*_addr parameter of net_addr_pton() by Michael Scott · 8 years ago
  7. a304f16 kernel/poll: add k_poll_signal_init() runtime init by Benjamin Walsh · 8 years ago
  8. b017986 kernel/poll: add missing poll_event runtime init by Benjamin Walsh · 8 years ago
  9. 969d4a7 kernel/poll: add user tag to struct k_poll_event by Benjamin Walsh · 8 years ago
  10. 4fc9606 irq: introduce 'direct' interrupt API definition by Andrew Boie · 8 years ago
  11. acc68c1 kernel: add k_poll() API by Benjamin Walsh · 8 years ago
  12. 39b80d8 kernel: add k_fifo_is_empty() by Benjamin Walsh · 8 years ago
  13. 843e356 arm: scb: Move SCB asm defines into cpu_idle.S by Kumar Gala · 8 years ago
  14. 772cbd1 arm: cmsis: Convert _ScbIsInThreadMode to use direct CMSIS register access by Kumar Gala · 8 years ago
  15. 5068e96 arm: cmsis: Convert _ScbPendsvSet to use direct CMSIS register access by Kumar Gala · 8 years ago
  16. 434fad0 arm: cmsis: Convert _ScbNmiPend to use direct CMSIS register access by Kumar Gala · 8 years ago
  17. 69b9d34 arm: cmsis: Remove nvic.h and use CMSIS NVIC calls directly by Kumar Gala · 8 years ago
  18. 8be0401 arm: move exception priority to exc.h by Kumar Gala · 8 years ago
  19. f85dbb1 arm: cmsis: Convert _ScbExcPrioSet to NVIC_SetPriority by Kumar Gala · 8 years ago
  20. 8d5833f k64: Rename security_frdm_k64f section by Maureen Helm · 8 years ago
  21. 99937a7 usb: Change transfer_len type to int32_t in usb_request_handler typedef by Kumar Gala · 8 years ago
  22. 66417c0 Merge "Merge net branch into master" by Anas Nashif · 8 years ago
  23. 4a014f3 Bluetooth: A2DP: Stream End Point Structure by Piyush Itankar · 8 years ago
  24. 785415c Bluetooth: add storage flag for secure connection pairing LTK by Roger Lendenmann · 8 years ago
  25. 91f9c9c Bluetooth: RFCOMM: Implement MSC Flow Control by Jaganath Kanakkassery · 8 years ago
  26. 678d1ba sensor: add SENSOR_CHAN_*_XYZ enum values by Bogdan Davidoaia · 8 years ago
  27. 83ed3a2 net/ieee802154: Modify radio TX function signature by Tomasz Bursztyka · 8 years ago
  28. 1d9402b drivers/console/telnet: Provide minimal input handling. by Tomasz Bursztyka · 8 years ago
  29. 2f1af49 console/shell: Switch to generic console input by Tomasz Bursztyka · 8 years ago
  30. 3e65158 drivers/console: Making console input generic by Tomasz Bursztyka · 8 years ago
  31. aa84d81 net: ip: Add a useful macro to staticaly initialize a struct in_addr by Tomasz Bursztyka · 8 years ago
  32. c34cb82 net: ip: Check error conditions and return false by Ravi kumar Veeramally · 8 years ago
  33. 7b27d4b net: tcp: Make the connect callback on success, not transmission by Andy Ross · 8 years ago
  34. 762c8e0 gpio: Merge the OPEN_DRAIN interface with the DRIVE_STRENGTH interface. by Marcus Shawcroft · 8 years ago
  35. 1256e4f gpio: Support drive strength configuration. by Marcus Shawcroft · 8 years ago
  36. ed240f2 kernel/arch: streamline thread user options by Benjamin Walsh · 8 years ago
  37. dfa7ce5 kernel: include kernel.h in kernel_structs.h in asm files by Benjamin Walsh · 8 years ago
  38. 6782c3e arm: cmsis: Convert relocate_vector_table to use CMSIS by Kumar Gala · 8 years ago
  39. 88bbd6c arm: cmsis: Convert enable_floating_point to use CMSIS by Carles Cufi · 8 years ago
  40. 457a598 arm: cmsis: Introduce CMSIS layer by Kumar Gala · 8 years ago
  41. 375a0ef arm: cmsis: Remove unused code from scb/scs layers by Kumar Gala · 8 years ago
  42. 8769cd5 spi: k64: Remove the k64 spi driver by Maureen Helm · 8 years ago
  43. dee8ef6 arm: cortex-m: Implement CONFIG_TEXT_SECTION_OFFSET by David Brown · 8 years ago
  44. 8890b73 license: Replace Apache boilerplate with SPDX tag by Erwan Gouriou · 8 years ago
  45. f23492a gpio/stm32: provide GPIO driver implementation for STM32F3X family by Adam Podogrocki · 8 years ago
  46. c514f67 clock/stm32: add STM32F3X reset and clock control by Adam Podogrocki · 8 years ago
  47. 2e0c2af arm: nvic: kill _NvicSwInterruptTrigger by Kumar Gala · 8 years ago
  48. 90f38f3 arm: kinetis: Remove duplicate & unused defines by Kumar Gala · 8 years ago
  49. 088289e net: context: Add status to connect callback by Jukka Rissanen · 8 years ago
  50. 72e013a net: tcp: add timeout wait in net_context_connect by Michael Scott · 8 years ago
  51. eb9055c net: tcp: move accept_cb from net_context to net_tcp by Michael Scott · 8 years ago
  52. 34b6737 net: net_context: correct description of recv_data_wait in net_context by Michael Scott · 8 years ago
  53. 700c313 net: buf: Use TCP sent_list variable only if needed by Jukka Rissanen · 8 years ago
  54. d27cc52 iot/zoap: Add a helper to find an observer by address by Vinicius Costa Gomes · 8 years ago
  55. e49ae1c iot/zoap: Clarify the return value of zoap_register_observer() by Vinicius Costa Gomes · 8 years ago
  56. 4c636ee iot/zoap: Add response code for Continue status by Vinicius Costa Gomes · 8 years ago
  57. ba02694 net: ipv6: Fix IPv6 prefix comparision by Jukka Rissanen · 8 years ago
  58. 7b674cb net: linkaddr: introduce net_linkaddr_set function by Michael Scott · 8 years ago
  59. 4aad767 net: linkaddr: calculate linkaddr storage addr size via config by Michael Scott · 8 years ago
  60. 0e7a5fd kernel_event_logger: add additional function prototypes by Andrew Boie · 8 years ago
  61. 350f88d kernel.h: add prototype for private idle exit function by Andrew Boie · 8 years ago
  62. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  63. 811b371 Merge "Merge bluetooth branch into master" by Anas Nashif · 8 years ago
  64. 18ba153 build: remove obsolete sections from linker scripts by Andrew Boie · 8 years ago
  65. eccf032 Merge bluetooth branch into master by Johan Hedberg · 8 years ago
  66. bfc0c35 Bluetooth: L2CAP: Fix always using RX_BUF_COUNT as initial credits by Luiz Augusto von Dentz · 8 years ago
  67. b4e6565 Bluetooth: Add __printf_like annotation for bt_log by Johan Hedberg · 8 years ago
  68. 645f867 Bluetooth: Take advantage of IS_ENABLED macro for BT_DBG by Johan Hedberg · 8 years ago
  69. a614950 kernel: including legacy.h depends on CONFIG_LEGACY_KERNEL by Anas Nashif · 8 years ago
  70. 2a2b7de sensor: remove unused legacy macros by Anas Nashif · 8 years ago
  71. 173902f kernel: include limits.h for UINT_MAX by Anas Nashif · 8 years ago
  72. b52a545 legacy: use k_cycle_get_32 instead of legacy sys_cycle_get_32 by Anas Nashif · 8 years ago
  73. 2f28041 kernel: fix total number of coop prios in coop-only mode by Benjamin Walsh · 8 years ago
  74. 7fa3cd7 kernel: use PREEMPT_ENABLED instead of NUM_PREEMPT_PRIORITIES > 0 by Benjamin Walsh · 8 years ago
  75. edb3570 kernel: correct the highest priority in coop-only modes by Benjamin Walsh · 8 years ago
  76. 1adc58f Bluetooth: Introduce a new connection parameter request callback by Johan Hedberg · 8 years ago
  77. 6f114e0 Bluetooth: Remove ACL details from BT_BUF_RX_SIZE by Johan Hedberg · 8 years ago
  78. 2a3babc Bluetooth: Add documentation for connection callbacks by Johan Hedberg · 8 years ago
  79. 91a2f17 Bluetooth: ATT: Add new error code from CSSv7 by Johan Hedberg · 8 years ago
  80. fb47e2f Bluetooth: Add missing documentation to HCI driver APIs by Johan Hedberg · 8 years ago
  81. 1dccc36 Bluetooth: Remove unused bt_hci_driver_unregister() API by Johan Hedberg · 8 years ago
  82. 97109a6 kernel: doc: Add deprecation notice to legacy.h by Anas Nashif · 8 years ago
  83. bbb157d doc: add a doxygen group for the Kernel API by Anas Nashif · 8 years ago
  84. 0ad1332 doc: application porting guide to the unified kernel by Anas Nashif · 8 years ago
  85. 30162ae sensor: remove sensor value type by Bogdan Davidoaia · 8 years ago
  86. 662a2d6 Merge "Merge net branch into master" by Anas Nashif · 8 years ago
  87. e4e98f9 kernel: add user data API to timers by Benjamin Walsh · 8 years ago
  88. dae36b9 riscv32: added support for the riscv32-qemu soc by Jean-Paul Etienne · 8 years ago
  89. 2a8cfca riscv32: added support for the pulpino soc by Jean-Paul Etienne · 8 years ago
  90. cd83e85 arch: added support for the riscv32 architecture by Jean-Paul Etienne · 8 years ago
  91. e13a899 net: bt: Add disconnect management command by Luiz Augusto von Dentz · 8 years ago
  92. 4eae48e net: bt: Add scan management command by Luiz Augusto von Dentz · 8 years ago
  93. b434d0f net: bt: Add connect management command by Luiz Augusto von Dentz · 8 years ago
  94. 56261b2 net: mgmt: Make NET_MGMT_GET_* macros return meaningful values by Luiz Augusto von Dentz · 8 years ago
  95. 55d653f net: mgmt: Silently ignore net_mgmt_event functions if not enabled by Tomasz Bursztyka · 8 years ago
  96. 96294b7 net: tcp: Signal EOF with a NULL buffer in the callback by Andy Ross · 8 years ago
  97. 22bd26c net: net_context: state setting is a value not individual bits by Michael Scott · 8 years ago
  98. 72782f5 clock/stm32: add STM32F107 reset and clock control by Adam Podogrocki · 8 years ago
  99. 84cb997 arm: Adjust cortex-m7 support to reflect its ARMv7-M architecture. by Marcus Shawcroft · 8 years ago
  100. ef8200d arm: Replace CONFIG_CPU_CORTEX_M3_M4 with CONFIG_ARMV7_M by Marcus Shawcroft · 8 years ago