MCUME/MCUME_pico2
Jeff Epler 1c0fd85b42
Some checks failed
Build mcume / bins (push) Has been cancelled
Update sound to work with Fruit Jam Rev D
tested with speaker & headphones using the program from
https://www.c64-wiki.com/wiki/SID#Programming_in_BASIC
which plays a series of descending tones with different random settings
(some of them sound crunchy)
2025-08-05 10:03:29 -05:00
..
bin
config
display Update sound to work with Fruit Jam Rev D 2025-08-05 10:03:29 -05:00
fatfs
flash
pico-extras@53a6141256
pico-sdk@bddd20f928
pico20
pico64
pico81
pico800
pico8086
picocastaway
picocolem
picogb
picogen
picomsx
picoo2em
picopce
picosms
picospeccy
picovcs
psram
sd_driver
testkeymax
usb_kbd get int16_t definition 2025-03-26 19:31:10 -05:00
CMakeLists.txt Update sound to work with Fruit Jam Rev D 2025-08-05 10:03:29 -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