Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 958 Bytes

README.md

File metadata and controls

33 lines (30 loc) · 958 Bytes

PyCubedMini CircuitPython Fork

The pycubedmini branch is a fork of version 7.3.x of circuitpython - the latest stable release.

PyCubed Mini Firmware files are located under ports/atmel-samd/boards/pycubedmini/

If you encounter any issues, refer to this adafruit article https://learn.adafruit.com/building-circuitpython/build-circuitpython

Setup

Fetch the Code to Build

git clone [email protected]:PyCubed-Mini/circuitpython.git
cd circuitpython
make fetch-submodules

Install Required Python Packages

# Install pip if it is not already installed (Linux only)
sudo apt install python3-pip

# Install needed Python packages from pypi.org.
pip3 install --upgrade -r requirements-dev.txt
pip3 install --upgrade -r requirements-doc.txt

Build mpy-cross

make -C mpy-cross

Build CircuitPython

cd ports/atmel-samd
make BOARD=pycubedmini

Built UF2 files can be found under ./build-pycubedmini/firmware.uf2