Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1020 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1020 Bytes

xio-device-base-rp2040

Base repository for RP2040 based devices

Requirements

Build Instructions (Windows 10)

Using VSCode

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 ..

Manual Instructions

git submodule update --recursive --init
mkdir build
cd build
cmake -G "NMake Makefiles" ..
nmake