Skip to content

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

License

Notifications You must be signed in to change notification settings

asmr-systems/mcu-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published