| .. | ||
| bin | ||
| config | ||
| FatFs_SPI | ||
| gfxengine | ||
| pico64 | ||
| pico81 | ||
| pico800 | ||
| pico5200 | ||
| pico8086 | ||
| picocolem | ||
| piconofrendo | ||
| picoo2em | ||
| picosnd | ||
| picospeccy | ||
| picovcs | ||
| psram | ||
| schematic/MCUME_REV1 | ||
| testio | ||
| testpsram | ||
| testtft | ||
| testvga | ||
| tft_t | ||
| vga_t4 | ||
| CMakeLists.txt | ||
| pico_sdk_import.cmake | ||
| readme.txt | ||
#only need cmake, ARM cross-compiler and pico-sdk (no extra, no playground)
git clone -b master https://github.com/raspberrypi/pico-sdk.git
cd pico-sdk/
git submodule update --init
export PICO_SDK_PATH=path-to-pico-sdk
cd path-to-MCUME-pico
# select emulator to compile in CMakeLists.txt, uncomment ${XXX_SOURCES} and comment out the rest
#add_executable(mcume
# ${GFXENGINE_SOURCES}
#)
cd build
cmake ..
make