Update READMEs

master
Ted Slesinski 2017-11-10 05:27:25 -05:00
parent ed294151ab
commit 3d7349f7e7
4 changed files with 58 additions and 22 deletions

View File

@ -57,20 +57,10 @@ Directory structure
Programming (over USB)
------
Programming the STM32
```
cd board
./get_sdk.sh
make recover # initially
make # future
```
[Programming the Board (STM32)](board/README.md)
[Programming the ESP](boardesp/README.md)
Programming the ESP
```
cd boardesp
./get_sdk.sh
make
```
Debugging
------

View File

@ -1,9 +0,0 @@
== Building ==
./get_sdk.sh
dfu-util from
git@github.com:dsigma/dfu-util.git

33
board/README.md 100644
View File

@ -0,0 +1,33 @@
Dependencies
--------
**Mac**
```
./get_mac_sdk.sh
```
**Debian / Ubuntu**
```
./get_sdk.sh
```
Programming
----
**Panda**
```
make
```
**NEO**
```
make -f Makefile.legacy
```
[dfu-util](http://github.com/dsigma/dfu-util.git) for flashing

22
boardesp/README.md 100644
View File

@ -0,0 +1,22 @@
Dependencies
-----
**Mac**
```
./get_sdk.sh
```
**Debian / Ubuntu**
```
./get_mac_sdk.sh
```
Programming
-----
```
make
```