Code Monkey home page Code Monkey logo

circuitpython's Introduction

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

circuitpython's People

Contributors

dpgeorge avatar tannewt avatar pfalcon avatar dhalbert avatar jepler avatar glennrub avatar hierophect avatar weblate avatar danicampora avatar jimmo avatar microdev1 avatar ladyada avatar stinos avatar dhylands avatar hathach avatar sommersoft avatar deshipu avatar iabdalkader avatar daveputz avatar wtuemura avatar gamblor21 avatar arturo182 avatar evaherrada avatar bergdahl avatar nickzoic avatar kattni avatar rhooper avatar robert-hh avatar xobs avatar kamtom480 avatar

circuitpython's Issues

USB on aux port for Cortex-M4

See if it's possible to have tinyusb operate on a different USB port, so that we have two ports operating at the same time

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.