nuttx/arch/arm
raiden00pl a33c555b5e arch/stm32f0l0g0/stm32_serial_v2.c: fix compilation error
fix compilation error for CONFIG_SERIAL_TERMIOS=y

chip/stm32_serial_v2.c:923:35: error: 'struct up_dev_s' has no member named 'rxftcfg'
  923 |   regval |= USART_CR3_RXFTCFG(priv->rxftcfg);

Signed-off-by: raiden00pl <raiden00@railab.me>
2026-04-17 14:18:51 +02:00
..
include arch/arm: add STM32H755XI chip 2026-04-17 13:18:02 +02:00
src arch/stm32f0l0g0/stm32_serial_v2.c: fix compilation error 2026-04-17 14:18:51 +02:00
CMakeLists.txt
Kconfig arch/arm/ht32f491x3: add initial support 2026-03-30 09:48:16 +08:00