kopia lustrzana https://github.com/Jean-MarcHarvengt/MCUME
|
|
||
|---|---|---|
| .. | ||
| bin | ||
| build | ||
| config | ||
| display | ||
| fatfs | ||
| flash | ||
| pico20 | ||
| pico64 | ||
| pico81 | ||
| pico800 | ||
| pico8086 | ||
| picocolem | ||
| picogb | ||
| picogen | ||
| picomsx | ||
| picoo2em | ||
| picopce | ||
| picosms | ||
| picospeccy | ||
| picovcs | ||
| psram | ||
| sd_driver | ||
| testkeymax | ||
| usb_kbd | ||
| .DS_Store | ||
| CMakeLists.txt | ||
| ffconf.h | ||
| pico_sdk_import.cmake | ||
| readme.txt | ||
| tusb_config.h | ||
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