MCUME/MCUME_pico2
jean-marcharvengt 5929cce98b add atari5200 support for pico2 2025-03-30 23:11:00 +02:00
..
bin add atari5200 support for pico2 2025-03-30 23:11:00 +02:00
build add pico2 HDMI support 2025-01-26 17:25:30 +01:00
config emus updated for pico2zx 2025-03-30 15:36:21 +02:00
display emus updated for pico2zx 2025-03-30 15:36:21 +02: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 emus updated for pico2zx 2025-03-30 15:36:21 +02:00
pico64 emus updated for pico2zx 2025-03-30 15:36:21 +02:00
pico81 emus updated for pico2zx 2025-03-30 15:36:21 +02:00
pico800 add atari5200 support for pico2 2025-03-30 23:11:00 +02:00
pico5200 add atari5200 support for pico2 2025-03-30 23:11:00 +02:00
pico8086 emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picocastaway emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picocolem emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picogb emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picogen emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picomsx emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picoo2em emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picopce emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picosms emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picospeccy emus updated for pico2zx 2025-03-30 15:36:21 +02:00
picovcs emus updated for pico2zx 2025-03-30 15:36:21 +02:00
psram emus updated for pico2zx 2025-03-30 15:36:21 +02: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
.DS_Store add atari5200 support for pico2 2025-03-30 23:11:00 +02:00
CMakeLists.txt add atari5200 support for pico2 2025-03-30 23:11:00 +02: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