I want to setup simple unit testing using something like tinytest or minctest running on the target processor. The idea is to have the application project and a test project in the same workspace. The test project will only implement a UART for repor...