Skip to content

ereide/avionics14

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUSF Avionics 2014

Firmware Compilation

Designed to be compiled with the GNU ARM Toolchain - https://launchpad.net/gcc-arm-embedded

This project uses the Fatfs module and so when setting up your local copy you will need to extract the fatfs zip under /ChibiOS-RT/ext and place its contents (doc and src) in a folder called fatfs in the ext folder.

You will also need to uncomment

#define STM32F407xx

on line 76 of ChibiOS-RT/os/ext/CMSIS/ST/stm32f4xx.h

The project should then simply compile with

make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.8%
  • Eagle 16.4%
  • MATLAB 6.5%
  • C++ 5.4%
  • Objective-C 2.2%
  • Makefile 1.3%
  • Other 1.4%