jimtremblay / nOS

RTOS for microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test suite

spth opened this issue · comments

I suggest to add a test program.
Maybe something that goes over all the functionality, from simpler to more complex, and reports the status as it goes.
After each sub-test there could be a line output via printf(), and there could be some LED blinking (slow if no error so far, fast is there was an error already).

Philipp

Sure, it is a great idea. If you can help to define the tests and how it should works, it will be great.

I think a new repo should contain the tests programs with nOS as submodule.

Jim