• App UART FIFO Thead Safe

    I'm using FreeRTOS in my project and I wanted to check if the APP UART FIFO implementation is thread safe, IE I want to have a reader and writer thread. Each FIFO has a separate buffer and separate read and write pointers. Thanks, Darren