Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trmckay/otter-tools

Development environment for OTTER MCU
https://github.com/trmckay/otter-tools

Last synced: about 1 month ago
JSON representation

Development environment for OTTER MCU

Awesome Lists containing this project

README

        

# otter-tools
Development environment for OTTER MCU

## Bootstrap tools and dependencies for Debian/Ubuntu

```bash
git clone https://github.com/trmckay/otter-tools
cd otter-tools
sudo apt install $(cat DEPS_deb.txt)
sudo ./bootstrap.sh
```