[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 8c8460: [tools] gen_aircraft:
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 8c8460: [tools] gen_aircraft: change order of define flags |
Date: |
Fri, 24 Jan 2014 04:03:26 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 8c8460ee93fbb2346933d55597775777c680af02
https://github.com/paparazzi/paparazzi/commit/8c8460ee93fbb2346933d55597775777c680af02
Author: Felix Ruess <address@hidden>
Date: 2014-01-24 (Fri, 24 Jan 2014)
Changed paths:
M sw/tools/gen_aircraft.ml
Log Message:
-----------
[tools] gen_aircraft: change order of define flags
The change of order in define flags is to prevent that these flag are erased if
the firmware use = instead of += (at least the first time),
which is usually the case for test programs.
It should not make any other difference since multiple occurrences of flags are
merged at the and anyway.
Commit: daf9408171ad10f2d859f12b57d2dc818566f86c
https://github.com/paparazzi/paparazzi/commit/daf9408171ad10f2d859f12b57d2dc818566f86c
Author: Gautier Hattenberger <address@hidden>
Date: 2014-01-24 (Fri, 24 Jan 2014)
Changed paths:
M sw/airborne/arch/stm32/mcu_periph/adc_arch.c
M sw/airborne/arch/stm32/mcu_periph/adc_arch.h
M sw/airborne/mcu_periph/adc.h
M sw/ext/libopencm3
Log Message:
-----------
[stm32] update libopencm3 and hence also adc injected channel order
Compare:
https://github.com/paparazzi/paparazzi/compare/056a61869899...daf9408171ad
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 8c8460: [tools] gen_aircraft: change order of define flags,
GitHub <=