zephyr/drivers
Vinayak Kariappa Chettimada 9a13a0c732 Bluetooth: Add BUILD_ASSERT to check Tx and Rx thread priorities
Added BUILD_ASSERT check for Tx and Rx thread priorities.

The Tx thread priority shall be higher than Rx thread
priority in order to correctly detect transaction violations
in ATT and SMP protocols. The Number of Completed Packets
for a connection shall be processed before any new data is
received and processed for that connection.

The Controller's priority receive thread priority shall be
higher than the Host's Tx and the Controller's Rx thread
priority.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2017-07-12 13:50:51 +03:00
..
adc
aio
bluetooth Bluetooth: Add BUILD_ASSERT to check Tx and Rx thread priorities 2017-07-12 13:50:51 +03:00
clock_control clock_control: nRF5x: Select 251-500ppm as default for 32kHz RCOSC 2017-07-11 10:29:46 -05:00
console devicetree: Generate CONFIG_UART_CONSOLE_ON_DEV_NAME from dt 2017-07-11 12:09:10 -05:00
counter
crc
crypto
display kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
dma
ethernet driver: eth_stm32_hal: make phy address configurable 2017-07-12 12:53:51 +03:00
flash
gpio
grove
i2c
ieee802154
interrupt_controller
ipm
pci
pinmux pinmux: stm32: add ethernet controller pins 2017-07-12 12:53:51 +03:00
pwm
random
rtc
sensor
serial
shared_irq
slip
spi kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
timer drivers: timer: init earlier in boot sequence 2017-07-10 11:44:56 -07:00
usb
watchdog
Kconfig
Makefile