zephyr/drivers
Andrei Emeltchenko 712689c9a3 drivers/nble: Use semaphore to control notification rate
At the moment firmware reads everything we send to it over UART and
when an application tries to send too much notifications we are stuck.
The proper approach would be forcing firmware to read from UART only
when there is available memory. In this case we would block on UART
FIFO and everything handles gracefully.
This workaround mimics solution used by firmware project by allowing
to send next notification only after previous was sent correctly.

Change-Id: I56dd5abc4d13735d285415da04db75e7bb8bc459
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-07-22 19:03:43 +00:00
..
adc sensor: adc: Fix a bug in ADC QMSI shim driver 2016-07-06 22:06:17 +00:00
aio qmsi: update qmsi to 1.1 alpha 2016-05-23 21:30:04 +00:00
bluetooth drivers/nble: Use semaphore to control notification rate 2016-07-22 19:03:43 +00:00
clock_control sys_log: replace old debug macros at clock control driver 2016-07-08 19:41:26 +00:00
console console: shell: Reduce stack usage of tab completion 2016-06-02 13:28:15 +00:00
counter qmsi: aon counter: Use locking mechanism to guard critical regions of API call 2016-07-21 02:05:43 +00:00
dma drivers: dma: Add QMSI 1.1-based DMA shim driver 2016-06-22 16:46:50 +00:00
ethernet Revert "net: Restructured Ethernet driver menu" 2016-07-20 22:57:55 +00:00
flash Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
gpio drivers: gpio: Fix a gpio port read bug 2016-06-03 16:36:25 +00:00
grove Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
i2c sys_log: replace old debug macros at i2c 2016-07-08 18:20:28 +00:00
ieee802154 cc2520: Fix how FREGs and SREGs are accessed 2016-06-22 04:47:43 +00:00
interrupt_controller _loapic_isr_vector_get: fix implementation 2016-07-13 22:41:51 +00:00
ipm ipm: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:16 +00:00
pci sys_log: removed unused macro at pci_config.c 2016-07-08 19:41:50 +00:00
pinmux More cleanup whitespace in Kconfig files 2016-06-01 22:39:54 +00:00
pwm pwm: Implement set period and duty cycle API 2016-07-06 22:01:51 +00:00
random Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
rtc rtc: qmsi: Adds device suspend/resume to rtc_qmsi device 2016-07-21 11:25:31 -07:00
sensor sensor: add driver for LPS25HB 2016-07-21 16:22:03 +00:00
serial uart: qmsi: Adds device suspend/resume to uart_qmsi device 2016-07-21 11:25:31 -07:00
shared_irq refactor common driver initialization priorities 2016-03-28 15:58:29 -07:00
spi ext qmsi: Update to QMSI 1.1-Beta 2016-07-01 13:43:02 -07:00
timer timer: Adds device suspend/resume to loapic timer 2016-07-21 11:25:31 -07:00
usb usb: dw: Protect FIFO writes 2016-07-08 18:22:18 +00:00
watchdog qmsi: update qmsi to 1.1 alpha 2016-05-23 21:30:04 +00:00
Kconfig slip: Add driver for host to qemu connectivity 2016-07-12 07:22:31 +00:00
Makefile ext qmsi: Make QMSI headers available to more than just drivers 2016-07-18 18:47:51 +00:00