Go to file
Johan Hedberg 58ab2526e8 Bluetooth: Make UART draining logic consistent across drivers
There's no need to drain twice if NRF51_PM is enabled, the draining
shouldn't use rx_ready(), and it should happen after disabling
interrupts. Also rename uart.h to util.h to avoid conflicts with
include/uart.h and remove the left-over ISR prototype declaration.

Change-Id: Id38110dd38cf48edfe4a7b8e2e68cd358a9aa5ea
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-05-04 13:37:44 +00:00
arch quark_x1000: The Quark X1000 does have an FPU 2016-05-04 10:24:30 +00:00
boards qemu_x86: Make the FPU available if it's not building for IAMCU 2016-05-04 10:24:30 +00:00
doc doc: Edit arch.rst markup 2016-05-03 13:09:16 -05:00
drivers Bluetooth: Make UART draining logic consistent across drivers 2016-05-04 13:37:44 +00:00
include Bluetooth: Simplify advertising API 2016-05-04 11:11:34 +00:00
kernel nanokernel: tighten _is_thread_essential() 2016-05-03 17:42:54 +00:00
lib nios2: basic build, non-functional 2016-05-03 23:18:45 +00:00
misc
net net: timer_expired may not return the right value when called twice 2016-05-04 13:37:10 +00:00
samples sensor: bmg160: add sample application 2016-05-04 13:14:00 +00:00
scripts
tests Bluetooth: tester: Add possibility to set scan response data 2016-05-04 13:07:02 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile build: use gcc instead of ld for linking 2016-05-04 10:27:18 +00:00
Makefile.inc
zephyr-env.sh