ZacharyWesterman / pico-utils

Utilities for analyzing / debugging Raspberry Pi Pico projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Utilities for analyzing / debugging Raspberry Pi Pico projects

License:MIT License


Languages

Language:C++ 82.3%Language:Shell 9.6%Language:Makefile 8.1%