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