-
I am trying to build the async uart test (zephyrproject/zephyr/tests/drivers/uart/uart_async_api) for stm32_min_dev_blue. I keep getting -ENOTSUP whenever uart_tx is called. The error comes from include/drivers.uart.h:482
CONFIG_UART_ASYNC_API is set to "y" in proj.conf, however, it does not appear in the build/zephyr/.confg and, therefore, the #ifdef test fails. I am not sure if this is a bug or I am missing something! proj.conf
Appreciate your input/help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@dj0405 UART_ASYNC_API is not yzet supported on STM32 serial driver. |
Beta Was this translation helpful? Give feedback.
@dj0405 UART_ASYNC_API is not yzet supported on STM32 serial driver.
You can check #14916 for a WIP implementation