Go to file
Johan Hedberg d79bdd74e9 Bluetooth: Controller: Use bt_buf_get_rx for buffer allocation
The controller uses K_FOREVER for the allocations so there's no
benefit in trying to use specialized pools (which exist to try to
guarantee availability of buffers for critical data).

Change-Id: I130f2c44a2f28af1284290e6a0b17dcba438862f
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-01-05 08:49:17 +02:00
.known-issues
arch arc: add -fno-delete-null-pointer-checks 2017-01-04 19:06:41 +00:00
boards boards/arduino101: Enable GPIO 2016-12-25 19:16:37 +00:00
doc doc: move c library section to subsystems 2017-01-03 17:31:58 +00:00
drivers Bluetooth: drivers: Use bt_buf_get_rx() in h5.c 2017-01-05 08:49:17 +02:00
ext ext: Update Nordic MDK header files 2016-12-20 09:14:48 -06:00
include Bluetooth: Add bt_buf_get_rx() helper API 2017-01-05 08:49:17 +02:00
kernel logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
lib net: Restructure network protocols 2017-01-02 10:03:19 +01:00
misc kernel: replace all remaining nanokernel occurances 2016-12-25 14:34:43 -05:00
samples bluetooth: Tune stack sizes after measuring with hci_uart 2017-01-05 08:49:16 +02:00
scripts sanitycheck: reduce number of unnecessary configuration builds 2017-01-05 02:05:58 +00:00
subsys Bluetooth: Controller: Use bt_buf_get_rx for buffer allocation 2017-01-05 08:49:17 +02:00
tests Bluetooth: Controller: Kconfig connection RSSI measurement 2017-01-05 08:49:16 +02:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild kernel: move kernel code to kernel/ directly 2016-12-19 14:59:35 -05:00
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst
MAINTAINERS maintainers: update KNOWN ISSUES and MAINTAINERS section 2017-01-04 23:49:29 +00:00
Makefile kernel: move kernel code to kernel/ directly 2016-12-19 14:59:35 -05:00
Makefile.inc tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
release-notes.rst release-note: initial import with 1.6 release notes 2016-12-03 00:06:23 -05:00
zephyr-env.sh