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

WIP: VSCode Integration #35

Closed PhilippvK closed 4 years ago

PhilippvK commented 4 years ago

I will clean up the commit mess a little bit and am going to comment a few parts to make them clear for you.

Documentation is also in the works.

Supported "Toolchains" are:

Everything should work fine with or without VSCode. The “Remote” Toolchain allows to develop on the Host instead of inside the guest VM, using the virtualbox only for running the program. Like with the docker based builds, it is totally optional and will be documented extensively.

I just want to make this clear: The default (recommended) option for Students will be a Ubuntu Installation/VM or the vm image supplied by us.

PhilippvK commented 4 years ago

Merge Conflicts and Travis Errors are fixed now.

PhilippvK commented 4 years ago

i have annotated some code snippets now!