Skip to content

open-robotics/orfa1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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