1. c1e5cbf devicetree: Generate BLUETOOTH_UART,UART_PIPE etc config from dt by Savinay Dharmappa · 8 years ago
  2. 9a13a0c Bluetooth: Add BUILD_ASSERT to check Tx and Rx thread priorities by Vinayak Kariappa Chettimada · 8 years ago
  3. 65a9d2a kernel: make K_.*_INITIALIZER private to kernel by Andrew Boie · 8 years ago
  4. ca61452 Bluetooth: drivers: Make RX thread priority consistent by Johan Hedberg · 8 years ago
  5. 2920815 bluetooth: hci: Kconfig: Fix dependency by Andy Gross · 8 years ago
  6. 2d4a36f drivers: use K_THREAD_STACK_DEFINE macros by Andrew Boie · 8 years ago
  7. 6c9e563 Bluetooth: Move common code to common/ by Carles Cufi · 8 years ago
  8. 899cf94 bluetooth: use k_thread_create() by Andrew Boie · 8 years ago
  9. 8a7eeeb Bluetooth: Move HCI driver debug to top-level Kconfig by Carles Cufi · 8 years ago
  10. 70e09b1 Bluetooth: Introduce buffer type parameter to bt_buf_get_rx by Johan Hedberg · 8 years ago
  11. 97f0241 Bluetooth: Fix alignment issues resulting from new integer types by Johan Hedberg · 8 years ago
  12. 93e4d72 spell: fix Kconfig help typos: /boards /drivers by David B. Kinder · 8 years ago
  13. d0eb235 Bluetooth: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  14. 5517893 Bluetooth: Make bt_hci_driver instances link-time constants by Johan Hedberg · 8 years ago
  15. 50678b0 Bluetooth: Reuse HCI command buffers for the command response by Johan Hedberg · 8 years ago
  16. 743379c Bluetooth: Kconfig: Merge headroom reserve variables into a single one by Johan Hedberg · 8 years ago
  17. bbf389a Bluetooth: drivers/h4: Add support for discarding certain events by Johan Hedberg · 8 years ago
  18. a3474a7 Bluetooth: SPI: Disable IRQ pin callback to avoid spurious IRQs by Ricardo Salveti · 8 years ago
  19. 2569e2e Bluetooth: SPI: retry spi_transceive calls if invalid by Ricardo Salveti · 8 years ago
  20. f27d8ee Bluetooth: SPI: switch to a single SPI transfer when receiving by Ricardo Salveti · 8 years ago
  21. 8227c72 Bluetooth: SPI: fix max SPI buffer length by Ricardo Salveti · 8 years ago
  22. 4afe063 Bluetooth: SPI: introduce CONFIG_BLUETOOTH_SPI_BLUENRG by Ricardo Salveti · 8 years ago
  23. ef7f2bd Bluetooth: SPI: fix Kconfig SPI IRQ PIN description by Ricardo Salveti · 8 years ago
  24. e2b759b Bluetooth: SPI: fix buf handling for HCI ACL packets by Ricardo Salveti · 8 years ago
  25. 916837c Bluetooth: SPI: Replace Apache boilerplate with SPDX tag by Johan Hedberg · 8 years ago
  26. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  27. 7890290 Bluetooth: Add HCI SPI driver by Lee Jones · 8 years ago
  28. 645f867 Bluetooth: Take advantage of IS_ENABLED macro for BT_DBG by Johan Hedberg · 8 years ago
  29. d64f47d Bluetooth: Create separate bt_recv_prio() API by Johan Hedberg · 8 years ago
  30. 3341d7d Bluetooth: h4: Convert TX path to be interrupt based by Johan Hedberg · 8 years ago
  31. 37aa1a1 Bluetooth: h4: Use k_fifo instead of k_sem by Johan Hedberg · 8 years ago
  32. 3fb654e Bluetooth: drivers: Use bt_buf_get_rx() in h5.c by Johan Hedberg · 8 years ago
  33. 95049fb Bluetooth: Convert H:4 HCI driver to RECV_IS_RX_THREAD by Johan Hedberg · 8 years ago
  34. 6f429a3 Bluetooth: Kconfig Remove HOST_BUFFERS option by Johan Hedberg · 8 years ago
  35. 63f71ad Bluetooth: Take advantage of new net_buf_add_mem() API by Johan Hedberg · 8 years ago
  36. f3c632b Bluetooth: Add timeout to event & ACL buffer allocation functions by Johan Hedberg · 8 years ago
  37. 71c7c01 net: buf: Remove the need for net_buf_pool_init() by Johan Hedberg · 8 years ago
  38. c3e08c8 net: buf: Redesigned pool & buffer allocation API by Johan Hedberg · 8 years ago
  39. a4b6b24 Bluetooth: Switch from printf to printk functions by Johan Hedberg · 8 years ago
  40. 9aafa97 Bluetooth: Fix incorrect logging format specifiers by Johan Hedberg · 8 years ago
  41. 2469bd6 Bluetooth: Use convenience macros for timeout durations by Johan Hedberg · 8 years ago
  42. 776b3e6 Bluetooth: drivers/h5: Convert to unified work APIs by Johan Hedberg · 8 years ago
  43. 5f5425f Bluetooth: drivers: Don't use deprecated NANOKERNEL init level by Johan Hedberg · 8 years ago
  44. c78bfd9 Bluetooth: Use k_sleep() instead of deprecated fiber_sleep() by Johan Hedberg · 8 years ago
  45. 918a8e6 Bluetooth: Use k_thread_spawn() instead of deprecated nano_fiber_start() by Johan Hedberg · 8 years ago
  46. b0f0742 Bluetooth: Use k_yield() instead of deprecated fiber_yield() by Johan Hedberg · 8 years ago
  47. 2b16287 Bluetooth: Use proper timeout defines for net_buf_get_timeout by Szymon Janc · 8 years ago
  48. e279549 Bluetooth: drivers: Use unified k_fifo API for FIFOs by Szymon Janc · 8 years ago
  49. b64e0d4 Bluetooth: Kconfig: Remove redundant 'default n' declarations by Johan Hedberg · 8 years ago
  50. c583a9f Bluetooth: Kconfig: Restructure for a more logical hierarchy by Johan Hedberg · 8 years ago
  51. d7f4fd7 Bluetooth: Use depends on SERIAL instead of selects by Johan Hedberg · 8 years ago
  52. 8cf56bc unified: dissociate system workqueue from common workqueue module by Benjamin Walsh · 8 years ago
  53. 20952b7 Bluetooth: uart: Fix UART TX stall condition by Carles Cufi · 8 years ago
  54. 4a345d3 Bluetooth: drivers: Include zephyr.h instead of nanokernel.h by Szymon Janc · 8 years ago
  55. 4599255 Bluetooth: drivers/Kconfig: Fix inconsistency issues by Johan Hedberg · 8 years ago
  56. 6989bf8 Bluetooth: Rename bt_driver to bt_hci_driver by Johan Hedberg · 8 years ago