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

Reimplement Pong Demo #48

Closed PhilippvK closed 4 years ago

PhilippvK commented 4 years ago

I have not fixed these bugs yet: #50

alxhoff commented 4 years ago

image

alxhoff commented 4 years ago

Shall I wait to review?

PhilippvK commented 4 years ago

I dont think so. The only file I have merged is main.c so ignore the rest which is just the changes which happened on the master branch over the last weeks.

alxhoff commented 4 years ago

the merge conflicts in main are pretty huge. any chance you can resolve this @PhilippvK?

PhilippvK commented 4 years ago

Hmm there are two options:

Just replace the current main.c with the new one. Or trow the pong branch away and rename pong2 (the new pong implementation) to pong (we would loose some commit history this way)

PhilippvK commented 4 years ago

better?

alxhoff commented 4 years ago

i'll check it now. Thanks for the update

alxhoff commented 4 years ago

look good! Thanks!

alxhoff commented 4 years ago

I will move this to the pong branch