PicoCalc/Code/PicoMite
cuu 95a528d5b7 Reorganize the structure of the code folder 2025-03-16 22:34:10 +08:00
..
PicoMite.patch Reorganize the structure of the code folder 2025-03-16 22:34:10 +08:00
README.md Reorganize the structure of the code folder 2025-03-16 22:34:10 +08:00

README.md

How to compile PicoMite(MMBasic)

git clone https://github.com/cuu/PicoMite.git
cd PicoMite

git apply PicoMite.patch

export PICO_SDK_PATH=/to/where/your/pico/sdk/is
mkdir build
cd build
cmake ..
make

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