Felix Ruess
|
0e3bc1cdfa
|
removed defines of GLIDE_AIRSPEED, GLIDE_VSPEED and GLIDE_PITCH. They were only ever used in the mav07.xml flight plan...
|
2011-12-01 15:54:19 +01:00 |
|
Felix Ruess
|
c8a2220922
|
removed some old GYRO_NB_SAMPLES defines, use configure of imu_analog subsystem instead. moved some old ENAC airframes to obsolete dir
|
2011-11-24 16:32:19 +01:00 |
|
Felix Ruess
|
686a26b356
|
Merge branch 'master' into dev
|
2011-11-24 15:45:52 +01:00 |
|
Felix Ruess
|
b1c8d2af45
|
removed obsolete DATALINK section from airframe files
|
2011-11-24 01:40:56 +01:00 |
|
Felix Ruess
|
8fa33298e0
|
Merge branch 'dev' into imu_analog_gyro
|
2011-11-18 01:17:20 +01:00 |
|
Christophe De Wagter
|
d309f21cd8
|
SD Logger
|
2011-11-09 17:06:40 +01:00 |
|
Felix Ruess
|
ba9da3f6ea
|
moved microjet_raw_makefile.xml example file to obsolete dir... is totally out of date
|
2011-10-31 18:58:45 +01:00 |
|
Felix Ruess
|
2bb9dc530c
|
more airframe cleanup
|
2011-10-13 22:12:07 +02:00 |
|
Felix Ruess
|
343c9ee69b
|
moved some of Antoine's old booz airframe files to obsolte
|
2011-10-13 21:58:02 +02:00 |
|
Felix Ruess
|
f77fae3361
|
cleanup trailing whitespaces
|
2011-08-18 09:47:40 +02:00 |
|
Felix Ruess
|
22366305f8
|
moved more airframes to obsolete dir
|
2011-01-18 19:21:38 +01:00 |
|
Felix Ruess
|
ecb63cc6fb
|
moved some more old airframes to obsolete dir
|
2011-01-18 19:09:31 +01:00 |
|
Felix Ruess
|
570685e969
|
moved old booz airframe file to obsolte dir
|
2011-01-06 19:42:40 +01:00 |
|
Felix Ruess
|
3f96b52c31
|
fix path to uart arch file (uart_hw.c -> mcu_periph/uart_arch.c) in some makefiles and lots of old airframes
|
2011-01-04 20:30:14 +01:00 |
|
Felix Ruess
|
1016a2899d
|
replaced LED with USE_LED in lots of airframes and some makefiles
|
2011-01-04 20:13:06 +01:00 |
|
Felix Ruess
|
f0c9716dcd
|
Merge branch 'master' into nav and resolve conflicts
|
2010-11-23 22:42:20 +01:00 |
|
Felix Ruess
|
399400e25a
|
rename GYRO flag to USE_GYRO
|
2010-11-23 21:47:13 +01:00 |
|
Felix Ruess
|
d1dc839954
|
change GPS flag to USE_GPS
|
2010-11-23 21:47:13 +01:00 |
|
Felix Ruess
|
bfb41a5295
|
change INFRARED flag to use USE_INFRARED in airframes and makefiles
|
2010-11-23 21:47:13 +01:00 |
|
Felix Ruess
|
13780c00c9
|
move traffic info into subsystems/navigation
|
2010-11-23 19:08:21 +01:00 |
|
Felix Ruess
|
41c086954e
|
move bomb to subsystems/navigation
|
2010-11-20 14:39:41 +01:00 |
|
Felix Ruess
|
8127955e57
|
move snav to subsystems/navigation
|
2010-11-20 14:39:32 +01:00 |
|
Felix Ruess
|
d872c7047a
|
fix discsurvey paths
|
2010-11-20 14:37:58 +01:00 |
|
Felix Ruess
|
167afe9d26
|
fix path to nav.c in makefiles
|
2010-11-20 14:13:23 +01:00 |
|
Felix Ruess
|
9b4aaf4df9
|
fix path for some nav functions in makefiles
|
2010-11-20 14:00:11 +01:00 |
|
Felix Ruess
|
8ddd3e8c72
|
fix common_nav includes
|
2010-11-20 13:48:01 +01:00 |
|
Martin Mueller
|
6e7aa3318d
|
Start converting planes, turn meteo sensors into modules, adapt to new I2C framework.
|
2010-10-15 19:56:09 +00:00 |
|
Felix Ruess
|
d3a374b805
|
deleted every occuren of the definition MIN_CIRCLE_RADIUS as it is not used anywhere
|
2010-10-05 15:02:38 +00:00 |
|
Felix Ruess
|
5b783e62e2
|
removed makefile variable $(TARGET).ARCH, for AVRs please define your MCU with e.g. $(TARGET).MCU = atmega8 instead of $(TARGET).ARCH
|
2010-09-22 21:40:38 +00:00 |
|
Felix Ruess
|
f5bc50323b
|
introduced .MCU makefile variable so we can remove .ARCH later which is only used to set the MCU type for the compiler. .MCU is now only used for AVRs as for the others it is set in the makefiles (e.g. Makefile.arm7, Makefile.stm32, etc.)
|
2010-09-22 21:40:15 +00:00 |
|
Felix Ruess
|
d9936c8243
|
removed ().TARGET and ().TARGETDIR as it is never used
|
2010-09-15 23:43:45 +00:00 |
|
Gautier Hattenberger
|
be6bda4164
|
laas aircrafts
|
2010-08-19 08:38:26 +00:00 |
|
Gautier Hattenberger
|
d5a00bbf5a
|
move droping wing AC
|
2010-08-19 08:33:22 +00:00 |
|
Felix Ruess
|
8a03b64906
|
airframes cleanup. Moved airframes that seem not to beeing used anymore into the subdir obsolete. If you still use one of these airframes please update them and move them back to the appropriate place.
|
2010-08-15 22:53:14 +00:00 |
|