MCUME/MCUME_pico2
jean-marcharvengt fdc2f72477 add AtariST emulation 2025-02-18 20:49:00 +01:00
..
bin add AtariST emulation 2025-02-18 20:49:00 +01:00
build add pico2 HDMI support 2025-01-26 17:25:30 +01:00
config add sega genesis emu 2025-02-02 20:59:51 +01:00
display add sega genesis emu 2025-02-02 20:59:51 +01:00
fatfs add pico2 HDMI support 2025-01-26 17:25:30 +01:00
flash add sega genesis emu 2025-02-02 20:59:51 +01:00
pico20 add pico2 usbhost bin 2025-01-26 21:17:50 +01:00
pico64 add sega genesis emu 2025-02-02 20:59:51 +01:00
pico81 add pico2 usbhost bin 2025-01-26 21:17:50 +01:00
pico800 add pico2 usbhost bin 2025-01-26 21:17:50 +01:00
pico8086 add pico2 HDMI support 2025-01-26 17:25:30 +01:00
picocastaway add AtariST emulation 2025-02-18 20:49:00 +01:00
picocolem add pico2 usbhost bin 2025-01-26 21:17:50 +01:00
picogb add pico2 usbhost bin 2025-01-26 21:17:50 +01:00
picogen add sound to sms and pce emus 2025-02-04 23:38:08 +01:00
picomsx add AtariST emulation 2025-02-18 20:49:00 +01:00
picoo2em add pico2 usbhost bin 2025-01-26 21:17:50 +01:00
picopce add sound to sms and pce emus 2025-02-04 23:38:08 +01:00
picosms add sound to sms and pce emus 2025-02-04 23:38:08 +01:00
picospeccy add pico2 usbhost bin 2025-01-26 21:17:50 +01:00
picovcs add pico2 usbhost bin 2025-01-26 21:17:50 +01:00
psram add AtariST emulation 2025-02-18 20:49:00 +01:00
sd_driver add pico2 HDMI support 2025-01-26 17:25:30 +01:00
testkeymax add pico2 HDMI support 2025-01-26 17:25:30 +01:00
usb_kbd add AtariST emulation 2025-02-18 20:49:00 +01:00
CMakeLists.txt add AtariST emulation 2025-02-18 20:49:00 +01:00
ffconf.h add pico2 HDMI support 2025-01-26 17:25:30 +01:00
pico_sdk_import.cmake add pico2 HDMI support 2025-01-26 17:25:30 +01:00
readme.txt add pico2 HDMI support 2025-01-26 17:25:30 +01:00
tusb_config.h add pico2 usbhost bin 2025-01-26 21:17:50 +01:00

readme.txt

# install PICO-SDK (or update it by pulling)
Use pico-sdk 2.0 (for RP2350, pico2)
------------------------------------
git clone -b master https://github.com/raspberrypi/pico-sdk.git
cd pico-sdk/
git submodule update --init
cd lib/tinyusb
python3 tools/get_deps.py rp2040
python3 tools/get_deps.py rp2350
cd ..
export PICO_SDK_PATH=/Users/jean-marcharvengt/Documents/pico/pico-sdk-2.1.0 (path to pico-sdk!)


mkdir build
cd build
pico2/2w: cmake -DPICO_PLATFORM=rp2350 -DPICO_BOARD=pico2 ..

make