/pico-utils

Utilities for analyzing / debugging Raspberry Pi Pico projects

Primary LanguageC++MIT LicenseMIT

pico-utils

Utilities for analyzing / debugging Raspberry Pi Pico projects

uf2usage: Reads a given .uf2 file and spits out the amount of memory that will be used on the target hardware. Requires the libzed library.

picoterm: Attempt to connect to a Pico that is connected via a USB cable. Requires minicom to be installed if using in interactive mode (run with -i or --interactive flag).

uf2topico: Copy a uf2 file to the Pico. Assumes the Pico is mounted under /run/media/{your user}/RPI-RP2