[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] c2576c: [spi] increase max siz
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] c2576c: [spi] increase max size for spi buffer length (8bi... |
Date: |
Tue, 10 Feb 2015 09:23:52 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: c2576c37fe7722098877e6db90ae850bd681f03d
https://github.com/paparazzi/paparazzi/commit/c2576c37fe7722098877e6db90ae850bd681f03d
Author: Gautier Hattenberger <address@hidden>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M sw/airborne/arch/linux/mcu_periph/spi_arch.c
M sw/airborne/arch/lpc21/mcu_periph/spi_arch.c
M sw/airborne/mcu_periph/spi.h
Log Message:
-----------
[spi] increase max size for spi buffer length (8bits to 16bits)
Commit: bcd241a0c7f72ae5f8754b12d46a2c6b2ec36b51
https://github.com/paparazzi/paparazzi/commit/bcd241a0c7f72ae5f8754b12d46a2c6b2ec36b51
Author: Gautier Hattenberger <address@hidden>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M conf/modules/module.dtd
M sw/tools/generators/gen_aircraft.ml
Log Message:
-----------
[generators] allow conditions on modules' defines
Commit: 637da500530c2fc034ce23c289566d3d924ed15e
https://github.com/paparazzi/paparazzi/commit/637da500530c2fc034ce23c289566d3d924ed15e
Author: Gautier Hattenberger <address@hidden>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M conf/modules/meteo_stick.xml
M sw/airborne/modules/meteo/meteo_stick.c
M sw/airborne/modules/meteo/meteo_stick.h
A sw/airborne/modules/meteo/meteo_stick_calib.c
A sw/airborne/modules/meteo/meteo_stick_calib.h
A sw/airborne/peripherals/eeprom25AA256.c
A sw/airborne/peripherals/eeprom25AA256.h
Log Message:
-----------
[modules] update meteo_stick to use calibration eeprom
Commit: 05b933f768a8351bc5ebf55d4d9c3b63d4a2bfd5
https://github.com/paparazzi/paparazzi/commit/05b933f768a8351bc5ebf55d4d9c3b63d4a2bfd5
Author: Piotr Esden-Tempski <address@hidden>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M sw/airborne/arch/stm32/mcu_periph/gpio_arch.c
Log Message:
-----------
[stm32f4_spektrum] Fixes the additional glitch pulse.
If you set the alternate function before setting the pin to input AF.
The GPIO will pull down the line down very briefly. This will cause an
additional pulse to be detected by a spektrum satellite if it is being
reconfigured as a UART RX after sending bind mode pulses.
closes #1090 and fixes #780
Compare:
https://github.com/paparazzi/paparazzi/compare/605527b1fde5...05b933f768a8