add PicoMite.patch

This commit is contained in:
cuu 2025-03-15 21:19:52 +08:00
parent 49411950b1
commit df80546407
2 changed files with 1577 additions and 0 deletions

1562
Code/PicoMite.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -31,6 +31,21 @@ make world
now copy `build/fuzix.uf2` into picocalc like every pico device
## How to compile PicoMite(MMB) for picocalc
```bash
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