MCUME/MCUME_pico
2021-04-10 12:28:04 +02:00
..
bin add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
build add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
FatFs_SPI add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
gfxengine add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
pico64 add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
pico81 add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
pico800 add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
pico5200 add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
picocolem add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
piconofrendo add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
picoo2em add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
picospeccy add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
picovcs add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
testio add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
vga_t4 add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
.DS_Store add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
CMakeLists.txt add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
pico_sdk_import.cmake add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
readme.txt add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00

#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