analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
971 stars 1.67k forks source link

asynchronous_rx in xilinx_uart #2337

Open buha opened 1 month ago

buha commented 1 month ago

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: https://github.com/analogdevicesinc/no-OS/blob/70d148cd856644520db0109b81af0549886ff0c2/iio/iio_app/iio_app.c#L242-L245