PicoCalc/Code/FUZIX
cuu 87dc42ed36 Update all code's readme
add pre-compiled uf2 link
2025-03-20 17:04:56 +08:00
..
README.md Update all code's readme 2025-03-20 17:04:56 +08:00
fuzix.patch Reorganize the structure of the code folder 2025-03-16 22:34:10 +08:00

README.md

How to compile FUZIX

git clone https://github.com/EtchedPixels/FUZIX.git
cd FUZIX

git reset --hard f0d56efd5ba70211c4c2d0b084a154fcff30ac5a
git apply fuzix.patch

export PICO_SDK_PATH=/to/where/your/pico/sdk/is
cd Kernel/platform/platform-rpipico
make world

Copy build/fuzix.uf2 into picocalc like every pico device

Pre-compiled uf2

https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc%20SD/firmware/PicoCalc_Fuzix_v1.0.uf2