Skip to content

ide/circuitpython-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CircuitPython Devtools

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.

Setup

Add a submodule to the main project repository:

git submodule add https://github.com/ide/circuitpython-devtools.git

Add the submodule's bin directory to PATH. For instance, with direnv:

# .envrc
PATH_add circuitpython-devtools/bin

Documentation

Read the code under bin.

About

Convenience scripts for developing CircuitPython programs on macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages