AOS - Arduboy Operating System

Hello all!

I proudly present AOS - an attempt to create some kind of operating system for a standardized piece of arduino hardware (Arduboy).

See more at:

or see a short video at:

Regards
deetee

Thanks for sharing! It looks very nice and the documentation is very good.

I have one minor suggestion: I don't like the versioning via the file name. When you change filenames on every version release, the Git history is much harder to work with. Git already provides a way to do versioning via tags. Even easier and more powerful is GitHub Releases. You also display the AOS version in your About page. So this can make it very easy to track versioning without needing to resort to the filename approach.