This repository contains freertos integrated with pico 2. Feel free to use it for projects :)
To run the software using please do the follwing :
- Download vscode and install Raspberry pi pico extension
- Restart vscode and click on teh extension.
- Select import projects and select the folderpico_freertos
- click on the compile button on the left hand side window.
- To debug we need raspberry pi debugger.
Note : select compiler and debug options pointing to current directory where elf file is present not boot or any other option.