MCUME/MCUME_pico2
2025-03-06 09:36:24 -06:00
..
bin
config initialize psram (doesn't get used yet) 2025-03-06 09:00:47 -06:00
display initialize psram (doesn't get used yet) 2025-03-06 09:00:47 -06:00
fatfs
flash Use psram for cache of ROM file, if available 2025-03-06 09:36:24 -06:00
pico-sdk@bddd20f928
pico20
pico64
pico81
pico800
pico8086
picocastaway
picocolem
picogb
picogen fix another stdint problem 2025-03-05 10:35:04 -06:00
picomsx
picoo2em
picopce
picosms
picospeccy
picovcs
psram
sd_driver
testkeymax
usb_kbd
CMakeLists.txt move line around 2025-03-05 11:17:30 -06: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