Files
onefinity-firmware/src/avr
David A. Carley 70f63c2910 Merge pull request #69 from dacarley/3
4 - Removed a bunch of dead code.
2022-08-23 15:33:01 -07:00
..
2020-08-27 23:20:27 -04:00
2020-08-27 23:20:27 -04:00
2020-08-27 23:20:27 -04:00
2020-08-27 23:20:27 -04:00
2020-08-27 23:20:27 -04:00
2020-08-27 23:20:27 -04:00
2020-08-27 23:20:27 -04:00

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