nuttx/drivers/wireless/bluetooth
Masayuki Ishikawa d87f350831 arch, boards, drivers, include, sched, wireless: Change spinlock APIs.
Summary:
- This commit changes spinlock APIs (spin_lock_irqsave/spin_unlock_irqrestore)
- In the previous implementation, the global spinlock (i.e. g_irq_spin) was used.
- This commit allows to use caller specific spinlock but also supports to use
  g_irq_spin for backword compatibility (In this case, NULL must be specified)

Impact:
- None

Testing:
- Tested with the following configurations
- spresnse:wifi, spresense:wifi_smp
- esp32-devkitc:smp (QEMU), sabre6-quad:smp (QEMU)
- maxi-bit:smp (QEMU), sim:smp
- stm32f4discovery:wifi

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-02-07 21:28:56 -08:00
..
bt_null.c
bt_uart_bcm4343x.c bluetooth: Move the lower half null check to common place 2021-01-17 20:49:19 -08:00
bt_uart_cc2564.c bluetooth: Move the lower half null check to common place 2021-01-17 20:49:19 -08:00
bt_uart_generic.c bluetooth: Move the lower half null check to common place 2021-01-17 20:49:19 -08:00
bt_uart_shim.c arch, boards, drivers, include, sched, wireless: Change spinlock APIs. 2021-02-07 21:28:56 -08:00
bt_uart.c bt_uart: Retry the lower half operation if -EINTR is returned 2020-12-28 10:38:03 +01:00
bt_uart.h wireless/bluetooth: move H4_* definition to external 2021-01-16 11:18:26 -08:00
Kconfig bluetooth: BLUETOOTH_BCM4343X shouldn't select BLUETOOTH_UART_SHIM 2020-12-29 18:11:21 -08:00
Make.defs build: Move INCDIROPT to common place 2020-05-18 15:02:55 -06:00