Reorganize the structure of the code folder
This commit is contained in:
1562
Code/PicoMite/PicoMite.patch
Normal file
1562
Code/PicoMite/PicoMite.patch
Normal file
File diff suppressed because it is too large
Load Diff
15
Code/PicoMite/README.md
Normal file
15
Code/PicoMite/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# How to compile PicoMite(MMBasic)
|
||||
|
||||
```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
|
||||
Reference in New Issue
Block a user