Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 670 Bytes

Microcontroller Library

A library of datasheets, headers, startup-code, etc. for microcontrollers used in ASMR labs.

The purpose of this repository is to vendor all third-party code and assets related to the microcontrollers we use.

Getting Started

To add new microcontrollers or assets to this repository, use the asmr cli toolkit.

python3 -m venv venv            # create a virtual env.
. venv/bin/activate[.fish]      # activate env [in fish].
pip install -r requirements.txt # install asmr toolkit

Now we can fetch materials for supported a supported mcu.

asmr mcu fetch <mcu> <asset>