https://github.com/ide/circuitpython-devtools
Convenience scripts for developing CircuitPython programs on macOS
https://github.com/ide/circuitpython-devtools
Last synced: about 1 year ago
JSON representation
Convenience scripts for developing CircuitPython programs on macOS
- Host: GitHub
- URL: https://github.com/ide/circuitpython-devtools
- Owner: ide
- License: mit
- Created: 2024-07-21T04:15:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T04:26:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T14:40:45.947Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
git submodule add https://github.com/ide/circuitpython-devtools.git
```
Add the submodule's `bin` directory to `PATH`. For instance, with [direnv](https://direnv.net/):
```sh
# .envrc
PATH_add circuitpython-devtools/bin
```
## Documentation
Read the code under `bin`.