Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asynchronous_rx in xilinx_uart #2337

Open
buha opened this issue Oct 15, 2024 · 0 comments
Open

asynchronous_rx in xilinx_uart #2337

buha opened this issue Oct 15, 2024 · 0 comments
Labels

Comments

@buha
Copy link
Contributor

buha commented Oct 15, 2024

Context: https://ez.analog.com/microcontroller-no-os-drivers/f/q-a/587353/usage-uart-rx-interrupts-xilinx-platform

xilinx_uart lacks the asynchronous_rx feature, we should implement it and get rid of these #ifdefs:

no-OS/iio/iio_app/iio_app.c

Lines 242 to 245 in 70d148c

#if defined(STM32_PLATFORM) || defined(MAXIM_PLATFORM) || defined(ADUCM_PLATFORM) || defined(PICO_PLATFORM)
.irq_id = uart_init_par->irq_id,
.asynchronous_rx = true,
#endif

@buha buha added the feature label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant