alxhoff / FreeRTOS-Emulator

POSIX based FreeRTOS emulator with SDL2 graphics interface and multiple async communications interfaces, aiming to make it possible to teach FreeRTOS without embedded hardware using similar processes
https://alxhoff.github.io/FreeRTOS-Emulator/
GNU General Public License v3.0
60 stars 105 forks source link

Lint/Format Everything #26

Closed PhilippvK closed 4 years ago

PhilippvK commented 4 years ago

I recently saw, that the formatting (f. e. in TUM_Events.c) is a bit broken. Also I also need a few attempts to get it 100% correct.

We should probably add a linter to the travis checks to recognize them early enough.

alxhoff commented 4 years ago

Agreed. Ill add some more tests.

alxhoff commented 4 years ago

started work on ci branch

alxhoff commented 4 years ago

Just needing proper coverage integration and it should be good