Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 615 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 615 Bytes

Open Robotics Firmware Architecture

Firmware for Open Robotics controller boards.

Documentation

See documentation at:

Requirements

  • avr-gcc > 4.2
  • avr-libc > 1.6
  • binutils-avr
  • avrdude (optional)

Installation

First configure youre local_config.mk:

$ make config $ edit local_config.mk

Compile:

$ make

You also can program this firmware into flash (see PROGRAMMER section of local_config.mk):

$ make program