raspberrypi / pico-vscode

The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment.
https://marketplace.visualstudio.com/items?itemName=raspberry-pi.raspberry-pi-pico
Mozilla Public License 2.0
131 stars 16 forks source link

FreeRTOS example doesn't come up as an option when creating a new project from an example #81

Open SpencerWF-Machnet opened 2 months ago

SpencerWF-Machnet commented 2 months ago

image

will-v-pi commented 2 months ago

Yes - the extension currently only supports a subset of the examples, and the FreeRTOS one is not yet supported as it requires downloading a FreeRTOS kernel

SpencerWF-Machnet commented 2 months ago

What is the currently recommended method of getting freertos running from a windows machine?

will-v-pi commented 2 months ago

You can create a project with the extension as usual, then add FreeRTOS to that project based on the FreeRTOS example - you'll have to do this manually for now, until we add support for FreeRTOS to this extension