zephyr/tests
Luiz Augusto von Dentz ad4bb37b17 Bluetooth: shell: Fix deadlock when receiving L2CAP packet
The TX and RX pool needs to be split otherwise the TX code path may
consume all buffers causing the RX thread to deadlock which will
possible deadlock the TX thread as well in case it needs more credits.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-05-04 08:36:12 +03:00
..
benchmarks test: benchmarking: Timing metrics for the kernel 2017-05-03 08:46:30 -04:00
bluetooth Bluetooth: shell: Fix deadlock when receiving L2CAP packet 2017-05-04 08:36:12 +03:00
booting/stub license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
compliance
crypto tests: crypto: reduce high timeout value 2017-05-01 09:37:34 -04:00
drivers tests: uart_basic_api: Don't assume we can drink from IRQ firehose. 2017-05-02 09:31:36 -04:00
include tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
kernel arch: sam3x: update Kconfig options after move to SAM SoC family tree 2017-05-03 13:51:37 -04:00
lib/json tests: json: use JSON_OBJ_DESCR_PRIM 2017-05-03 13:52:57 -04:00
net tests: net: set reasonable timeout on dns test 2017-05-01 09:37:34 -04:00
power samples: power: Time is passed as milliseconds in tickless kernel 2017-04-27 13:46:35 +00:00
subsys tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
unit tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
ztest kernel: expose struct k_thread implementation 2017-04-26 16:29:06 +00:00
defaults.tc
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile
Makefile.test