Add systemd service for STM
[tools/muxpi.git] / README
1 Directory structure:
2
3 .
4
5 └── doc - overall documentation for all of the components of MuxPi
6
7 └── hw - MuxPi board design and fabrication files
8
9 └── sw - MuxPi's software
10     │
11     └── attiny - firmware for ATtiny10 microcontroller (watchdog)
12     │
13     └── cortex - firmware for STM32F030 (controller)
14     │
15     └── nanopi - configs, scripts, tools, OS recipes, etc. for NanoPi NEO
16         │
17         └── config - ansible files for configuring NanoPi NEO
18         │
19         └── os - recipes and files needed to create or download operating system for NanoPi NEO
20         │
21         └── stm - tools/libs for communicating with STM32F030 microntroller