No description
Find a file
2026-07-03 16:00:46 +03:00
.idea Rename project 2026-07-03 16:00:46 +03:00
scripts Hello World for ESP32-C6, together with setting up dev tooling 2026-05-16 19:10:28 +03:00
src Hello World for ESP32-C6, together with setting up dev tooling 2026-05-16 19:10:28 +03:00
.gitignore Hello World for ESP32-C6, together with setting up dev tooling 2026-05-16 19:10:28 +03:00
.python-version Hello World for ESP32-C6, together with setting up dev tooling 2026-05-16 19:10:28 +03:00
mise.toml Hello World for ESP32-C6, together with setting up dev tooling 2026-05-16 19:10:28 +03:00
pyproject.toml Rename project 2026-07-03 16:00:46 +03:00
README.md Hello World for ESP32-C6, together with setting up dev tooling 2026-05-16 19:10:28 +03:00
uv.lock Hello World for ESP32-C6, together with setting up dev tooling 2026-05-16 19:10:28 +03:00

About

Hello world repository to set up CircuitPython and an Adafruit ESP32-C6 Feather.

Installation and usage

Setup and deployment use uv and mise.

Ensure a .env file exists at the root containing the HOST and PASS, for example:

CIRCUITPY_HOST=cpy-bflash_nopsram-.....local
CIRCUITPY_PASS=password
# Trust the current mise file
$ mise trust

# Run the one time setup for this particular board
$ mise setup

# After making code changes to the local directory, sync them to the board
$ mise deploy