Build grblHAL for RPi Pico Devices
- Download and build the various repos needed for RPi Pico grblHAL firmware.
- Type "make"
- gmake
- cmake >= 3.13 (https://cmake.org/)
- ninja >= 1.9.0 (https://ninja-build.org/)
- Uses pico sdk 2.0.0.
- Dependencies are downloaded and cached in the ./dl directory.
- Builds on Debian Linux.
- Builds for the pico-cnc board (https://github.com/phil-barrett/PicoCNC)
- Builds for pico (rp2040) boards.
- Does not build for pico2 (rp2350) boards (not supported by grblHAL as of 2024-09-24).