Base repository for RP2040 based devices
- CMake
- Build Tools for Visual Studio 2022
- Arm GNU Toolchain
- You need the filename ending with -arm-none-eabi.exe - I used
arm-gnu-toolchain-12.2.mpacbti-bet1-mingw-w64-i686-arm-none-eabi
.
- You need the filename ending with -arm-none-eabi.exe - I used
- Raspberry Pico SDK
- Clone it to a
pico-sdk
directory in the parent directory of this repository
- Clone it to a
You can run env.bat
on the root, which defaults to the build directory.
Run CMake and then start VSCode at the root directory:
git submodule update --recursive --init
cmake -G "NMake Makefiles" ..
code ..
git submodule update --recursive --init
mkdir build
cd build
cmake -G "NMake Makefiles" ..
nmake