MCUME/MCUME_pico
virgesmith 83a6786c82 fix include file case 2022-05-12 22:17:38 +01:00
..
FatFs_SPI
bin add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
config
gfxengine
pico20 add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
pico64 add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
pico81 add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
pico800 add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
pico5200 5200 now bootable on pico 2022-02-13 10:52:54 +01:00
pico8086
picocolem add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
piconofrendo add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
picoo2em add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
picosnd
picospeccy add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
picovcs add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
picovga_t4
psram
schematic/MCUME_REV1
testio
testkeymax
testpsram
testvga
tft_t fix include file case 2022-05-12 22:17:38 +01:00
vga_t4
CMakeLists.txt CMakeLists.txt fixed for PICO compilation 2022-03-09 20:35:52 +01:00
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