This repository contains convenience scripts for developing CircuitPython programs on macOS for the Raspberry Pi Pico family of devices. It is meant to be reusable across multiple projects by adding this repository as a Git submodule instead of copying scripts each time.
Add a submodule to the main project repository:
git submodule add https://github.com/ide/circuitpython-devtools.gitAdd the submodule's bin directory to PATH. For instance, with direnv:
# .envrc
PATH_add circuitpython-devtools/binRead the code under bin.