Skip to content

open-robotics/orfa1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

770cb2d · Jul 19, 2012
Oct 1, 2011
Jul 19, 2012
Oct 14, 2010
Jul 19, 2012
Oct 1, 2011
May 10, 2010
Oct 1, 2011
Jun 7, 2009
Jul 19, 2012
Jan 31, 2011
Oct 14, 2010
Oct 14, 2010
Oct 14, 2010
Jul 19, 2012
Oct 14, 2010
Jul 8, 2009
Oct 4, 2010
Oct 14, 2010

Repository files navigation

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