I am working on developing a UART driver. I am looking for APIs that support this. I see 3 sets of implementation examples:
1. nrf_serial
2. nrf_drv_uart
3. nrfx_uart
Which is the best option for me to choose as my requirement is just 1 character Tx and Rx at a time
Also, is the serial_xxx old implementation?