Verison 1.0.3 Release

Based on Buildbotics 0.4.14
This commit is contained in:
OneFinityCNC
2020-08-27 23:20:27 -04:00
parent 6137475077
commit 24dfa6c64d
302 changed files with 58865 additions and 0 deletions

18
src/avr/README.md Normal file
View File

@@ -0,0 +1,18 @@
The Buildbotics firmware is a 4 axis motion control system designed for
high-performance on small to mid-sized machines. It operates in conjunction
with the Buildbotics RaspberryPi firmware.
# Build Instructions
To build in Linux run:
make
Other make commands are:
* **size** - Display program and data sizes
* **program** - program using AVR dude and an avrispmkII
* **erase** - Erase chip
* **fuses** - Write AVR fuses bytes
* **read_fuses** - Read and print AVR fuse bytes
* **clean** - Remove build files
* **tidy** - Remove backup files