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

VS code integration documentation in README #7

Closed alxhoff closed 4 years ago

alxhoff commented 4 years ago

@PhilippvK Just thought i'd leave a reminder here that we should document the usage of VS code in the README.

PhilippvK commented 4 years ago

I was going to provide a whole set of manual pages in this Repos Wiki.

PhilippvK commented 4 years ago

I havent looked into the tracing stuff you implemented yet. Could you possibly write a short manual on how to use it in the following weeks.

Also do you see any way integrating the tracing results into the IDE?

alxhoff commented 4 years ago

Ahhh right, forgot about that. I implemented that ages ago to help me debug some issue. Hopefully my bash history still has teh right commands :P, will document it

alxhoff commented 4 years ago

I was going to provide a whole set of manual pages in this Repos Wiki.

Sound good. I'd just add a link from the readme or just add a note that there are wiki pages. So students don't miss it

PhilippvK commented 4 years ago

When I do the wiki, I probably also move the YCM (vim) related part of the readme there. And yes i will link it.

alxhoff commented 4 years ago

Sounds like a good idea

PhilippvK commented 4 years ago

I also have a tool to make a HTML/PDF export of the Wiki.

alxhoff commented 4 years ago

a pdf export would be useful for students I think