Skip to content

Peripheral driver library with command line interface for Gumstix RoboVero

License

Notifications You must be signed in to change notification settings

zhaoruibing/firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source for the firmware that ships with Gumstix RoboVero expansion boards.

Contents
========
Makefile	Rules to build firmware
script.ld	Linker script
src/		C source files
src/wrap	Wrapper functions for NXP peripheral driver library
src/usb		USB device configuration
lib/		Contains libgcc, libc, and prebuilt peripheral driver library
include/	Header files
contrib		Additional files that may be useful

Getting Started
===============
Run make flash from the root directory once OpenOCD and gdb are installed. Visit http://robovero.org/index.php/tutorials/firmware for details and http://robovero.org/index.php/tutorials/toolchain for installing OpenOCD and gdb.

About

Peripheral driver library with command line interface for Gumstix RoboVero

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • Assembly 1.7%
  • C++ 1.1%
  • Python 0.1%