MCUME/MCUME_pico
..
FatFs_SPI
bin
config
gfxengine
pico20
pico64
pico81
pico800
pico5200
pico8086
picocolem
piconofrendo
picoo2em
picosnd
picospeccy
picovcs
picovga_t4
psram
schematic/MCUME_REV1
testio
testkeymax
testpsram
testvga
tft_t
vga_t4
CMakeLists.txt
pico_sdk_import.cmake
readme.txt

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