Open main menu

DAVE Developer's Wiki β

Changes

VSC/cross-toolchain integration
This example shows how to build the <code>freertos_hello_world</code> application and how to catch errors generated by the cross-toolchain in order to edit the erroneous source files accordingly.
As it was tested on a Windows PC, it requires [Cynwin https://www.cygwin.com/Cygwin] to work.
First, create a ''Default Build Task'' as described [https://code.visualstudio.com/docs/editor/tasks here]. The <code>tasks.json</code> file should look like this:
4,650
edits