MCUME/MCUME_pico
jean-marcharvengt 19f87c9c59 add pico schematic 2021-04-10 17:41:06 +02:00
..
FatFs_SPI
bin
build
gfxengine
pico64
pico81
pico800
pico5200
picocolem
piconofrendo
picoo2em
picospeccy
picovcs
shematic add pico schematic 2021-04-10 17:41:06 +02:00
testio
vga_t4
.DS_Store
CMakeLists.txt
pico_sdk_import.cmake
readme.txt

readme.txt

#only need cmake, copiler 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