mbed-os/targets/TARGET_STM
jeromecoutant 6eb564f434 STM32 serial RX/TX active patch
In serial_tx_active and serial_rx_active functions,
we check the internal state value with

HAL_UART_STATE_BUSY_TX = 0x21U,
HAL_UART_STATE_BUSY_RX = 0x22U,

It seems that value can also be :
HAL_UART_STATE_BUSY_TX_RX = 0x23U,
2018-06-29 17:11:50 +01:00
..
TARGET_STM32F0 STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
TARGET_STM32F1 STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
TARGET_STM32F2 STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
TARGET_STM32F3 STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
TARGET_STM32F4 STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
TARGET_STM32F7 STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
TARGET_STM32L0 STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
TARGET_STM32L1 STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
TARGET_STM32L4 STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
PeripheralPins.h STM32F4 Internal ADC channels rework 2017-04-11 10:12:25 +02:00
PinNamesTypes.h TARGET_STM astyle 2018-06-29 17:11:50 +01:00
PortNames.h STM32: make PortNames.h a common file 2017-01-19 15:27:19 +01:00
analogin_api.c STM32: fix linker error with adc_read() 2017-11-17 13:50:59 +01:00
analogout_api.c STM32: analog_out: generalize code for multiple instance handling 2017-06-27 09:27:46 +02:00
can_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
gpio_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
gpio_irq_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
gpio_object.h Typo: update comment (GPIO_IP_WITHOUT_BRR) 2017-02-27 16:32:44 +01:00
hal_tick_16b.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
hal_tick_32b.c Add comments for HAL_InitTick function 2018-06-29 17:10:17 +01:00
hal_tick_common.c Add license 2018-06-15 13:30:56 +01:00
i2c_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
lp_ticker.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
mbed_crc_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
mbed_overrides.c STM32F7: move cache initialization 2018-01-30 14:01:50 +01:00
mbed_rtx.h TARGET_STM astyle 2018-06-29 17:11:50 +01:00
nvic_addr.h TARGET_STM astyle 2018-06-29 17:11:50 +01:00
pinmap.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
port_api.c STM32: Change Set_GPIO_Clock return type 2017-02-16 18:55:44 +01:00
pwmout_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
rtc_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
rtc_api_hal.h STM32 LPTICKER update for targets supporting RTC 2018-05-25 12:29:54 -05:00
serial_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
serial_api_hal.h TARGET_STM astyle 2018-06-29 17:11:50 +01:00
sleep.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
stm32_assert.h TARGET_STM astyle 2018-06-29 17:11:50 +01:00
stm_spi_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
trng_api.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00
us_ticker.c TARGET_STM astyle 2018-06-29 17:11:50 +01:00