Skip to content

darbelo/Firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/** \page README Readme
 **
 ** This is the root directory of the CIAA Firmware Project
 **
 ** In this project we are using git submodules, if you use "download zip" link from
 ** github it will NOT download the git submodules :(. Please download the releases
 ** or clone using:
 ** git clone --recursive https://github.com/ciaa/Firmware.git
 **
 ** This includes following directories:
 **
 ** * doc           -> contains the project documentation.
 ** * examples      -> contains examples of how to use CIAA Firmware.
 ** * externals     -> contains extenral of this project, software not developed
 **                    by CIAA but used within. This externals may have
 **                    different license, please take this into account.
 ** * modules       -> contains the CIAA Firmware software.
 ** * README        -> aftear reading this file and before reading the
 **                    documentation (Doc dir) you may want to take a look here.
 **                    This directory also contains the License information.
 **
 ** Report tickets to: https://github.com/ciaa/firmware/issues
 **
 ** Official page of the project: http://www.proyecto-ciaa.com.ar
 **
 **/

Packages

No packages published

Languages

  • C 82.7%
  • C++ 7.4%
  • Perl 4.8%
  • Ruby 2.9%
  • Makefile 1.7%
  • Assembly 0.4%
  • Other 0.1%