MCUME/MCUME_pico2
2025-04-08 16:02:12 -04:00
..
bin
config add usb host power for rev b 2025-03-24 10:43:09 -04:00
display Revert "try to add usb gamepad to gameboy emulator" 2025-04-08 11:16:20 -04:00
fatfs
flash Use psram for cache of ROM file, if available 2025-03-06 09:36:24 -06:00
pico-extras@53a6141256 add pico-extras submodule 2025-03-25 10:24:08 -05:00
pico-sdk@bddd20f928
pico20
pico64
pico81
pico800
pico8086
picocastaway
picocolem
picogb
picogen Add fruit jam sound 2025-03-25 10:24:08 -05:00
picomsx try to fix a trival build error 2025-03-05 09:26:18 -06:00
picoo2em
picopce
picosms
picospeccy
picovcs
psram
sd_driver
testkeymax
usb_kbd up, down, left and right working, try a, b 2025-04-08 16:02:12 -04:00
CMakeLists.txt Add fruit jam sound 2025-03-25 10:24:08 -05:00
ffconf.h
pico_sdk_import.cmake
readme.txt
tusb_config.h

# 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