Add Lux target
commitd1743146921c99d9986d71c5bec0d21a8f63f5b1
authorcmenard <curtis.menard@gmail.com>
Tue, 26 Jan 2016 23:19:44 +0000 (26 18:19 -0500)
committerborisbstyle <dreambb1982@gmail.com>
Tue, 2 Feb 2016 22:03:08 +0000 (2 23:03 +0100)
tree3c57433fbc5349c2c0915016714266a062a1c478
parente973bb149faacd38e0c18f211a7bcbb5200b4777
Add Lux target
14 files changed:
.travis.yml [changed mode: 0755->0644]
Makefile [changed mode: 0755->0644]
fake_travis_build.sh [changed mode: 0755->0644]
src/main/config/config.c
src/main/drivers/gyro_sync.c
src/main/drivers/pwm_mapping.c
src/main/drivers/system.c
src/main/drivers/timer.c
src/main/io/gps.c
src/main/sensors/initialisation.c
src/main/target/LUX_RACE/system_stm32f30x.c [new file with mode: 0644]
src/main/target/LUX_RACE/system_stm32f30x.h [new file with mode: 0644]
src/main/target/LUX_RACE/target.h [new file with mode: 0644]
top_makefile