MCUME/MCUME_pico
jean-marcharvengt d06e0ba9a2 5200 now bootable on pico 2022-02-13 10:52:54 +01:00
..
FatFs_SPI add initial support for PICOMPUTER and MCUME_REV2 2021-06-30 22:26:15 +02:00
bin add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
config picoVGA lib stripped and reduced clock to 240 for heavy emulators 2021-11-19 10:40:52 +01:00
gfxengine stripped down VGA driver and add sound to C64 2021-05-01 21:08:50 +02:00
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 add support for PICORETROVGA board 2021-11-14 21:50:46 +01:00
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 add support for PICORETROVGA board 2021-11-14 21:50:46 +01:00
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 picoVGA lib stripped and reduced clock to 240 for heavy emulators 2021-11-19 10:40:52 +01:00
psram add initial psram support and 8086 emulator for PICO 2021-10-12 21:28:12 +02:00
schematic/MCUME_REV1 add initial support for PICOMPUTER and MCUME_REV2 2021-06-30 22:26:15 +02:00
testio add initial support for PICOMPUTER and MCUME_REV2 2021-06-30 22:26:15 +02:00
testkeymax add support for PICORETROVGA board 2021-11-14 21:50:46 +01:00
testpsram add initial psram support and 8086 emulator for PICO 2021-10-12 21:28:12 +02:00
testvga picoVGA lib stripped and reduced clock to 240 for heavy emulators 2021-11-19 10:40:52 +01:00
tft_t add dual screen support to speccy, c64 and 81 pico with MCUME_REV2 board 2021-10-04 21:22:05 +02:00
vga_t4 add support for PICORETROVGA board 2021-11-14 21:50:46 +01:00
CMakeLists.txt add support for PICORETROVGA board 2021-11-14 21:50:46 +01:00
pico_sdk_import.cmake add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
readme.txt add pico readme 2021-04-10 17:43:44 +02:00

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