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

[IMPROVEMENT] Remove old branches to make things easier #53

Closed PhilippvK closed 4 years ago

PhilippvK commented 4 years ago

What should be improved? We have a lot of temporary development branches which are not required anymore.

Describe the solution you'd like The minimal set of branches would be master and pong. I can live with some more, but 9 are too much.

PhilippvK commented 4 years ago

I already deleted some of my old branches. The ones left are mostly related to pen pull requests. Lets just make sure that we do not forget to remove them when the merge is complete

alxhoff commented 4 years ago

The ones that are there now are from my stuff, mainly the persistent TCP #20 and the safe print #21. gh-pages is used by travis ci for uploaded generated doxygen documentation to the repo's pages page.