Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trmckay/otter-tools
- Owner: trmckay
- Created: 2021-02-11T19:34:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T17:52:49.000Z (over 3 years ago)
- Last Synced: 2024-10-12T06:22:36.994Z (2 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```