Instead of using an interrupt to read a serial message, a thread is created within the interrupt that reads serial data coming in. Original project for LPC1768.
History
Removed mutex, serial already uses mutex
2019-03-07, by Ritzerk [Thu, 07 Mar 2019 16:33:37 +0000] rev 2
Removed mutex, serial already uses mutex
RTOS interrupt as thread
2019-03-07, by Ritzerk [Thu, 07 Mar 2019 16:29:56 +0000] rev 1
RTOS interrupt as thread
RTOS Interrupt as Thread
2019-03-05, by Ritzerk [Tue, 05 Mar 2019 12:16:33 +0000] rev 0
RTOS Interrupt as Thread