mbed-os/targets/TARGET_STM/TARGET_STM32F2
Laurent Meunier 402f3f1c3f STM32: check for UART ongoing transfers before entering deepsleep
As suggested by Russ Butler in mbed-os issue #7328, and until there is an
implementation of mbed-os issue #4408, we are implementing a workaround
at HAL level to check if there is any ongoing serial transfer (which happens
if HW FIFO is not yet empty).

In case a transfer is ongoing, we're not entering deep sleep and
return immediately.
2018-08-07 11:30:53 +02:00
..
TARGET_NUCLEO_F207ZG stm32 ticker: typo corrections 2018-07-11 14:43:36 +02:00
device fix hash alignment of F2, F7, L4 2018-06-13 11:51:24 +02:00
analogin_device.c STM32F2 ADC internal channels update 2018-05-22 11:37:09 +02:00
analogout_device.c TARGET_STM32F2 astyle 2018-06-27 14:31:31 +02:00
can_device.h STM32: Use CAN3_BASE + typos 2017-11-14 09:48:02 +01:00
device.h STM32: check for UART ongoing transfers before entering deepsleep 2018-08-07 11:30:53 +02:00
flash_api.c TARGET_STM32F2 astyle 2018-06-27 14:31:31 +02:00
gpio_irq_device.c STM32: move pin_lines_desc to c file 2017-02-16 19:34:11 +01:00
gpio_irq_device.h STM32F2/F4/F7 : LL API is now available 2018-07-18 15:17:46 +02:00
i2c_device.h [STM32] Make most of the I2C code into a common file 2016-11-30 08:23:13 +01:00
objects.h STM32F2: Add Flash API support 2018-01-03 15:26:10 +01:00
pin_device.h TARGET_STM32F2 astyle 2018-06-27 14:31:31 +02:00
pwmout_device.c TARGET_STM32F2 astyle 2018-06-27 14:31:31 +02:00
pwmout_device.h STM32: move pwmout device tables to C file 2017-02-27 17:07:01 +01:00
serial_device.c STM32 serial RX/TX active patch 2018-06-28 18:05:52 +02:00
spi_api.c TARGET_STM32F2 astyle 2018-06-27 14:31:31 +02:00
spi_device.h STM32 SPI specific mode for higher performance 2017-06-16 10:23:48 +02:00