[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 331aed: [ext][stm32] update li
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 331aed: [ext][stm32] update libopencm3 |
Date: |
Fri, 07 Nov 2014 01:20:03 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 331aedd84e6ee3bb4c53a1b238bdc04712116327
https://github.com/paparazzi/paparazzi/commit/331aedd84e6ee3bb4c53a1b238bdc04712116327
Author: Felix Ruess <address@hidden>
Date: 2014-11-06 (Thu, 06 Nov 2014)
Changed paths:
M sw/airborne/arch/stm32/mcu_arch.c
M sw/airborne/arch/stm32/mcu_arch.h
M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c
M sw/airborne/arch/stm32/subsystems/actuators/actuators_shared_arch.c
M sw/ext/libopencm3
Log Message:
-----------
[ext][stm32] update libopencm3
to get updates from libopencm3 and remove our own workarounds for:
- STM32F4 25Mhz clock: https://github.com/libopencm3/libopencm3/pull/311
- STM32 defines for TIM9-TIM17:
https://github.com/libopencm3/libopencm3/pull/350
- STM32 set I2C address: https://github.com/libopencm3/libopencm3/pull/344
additionally get fixes:
- STM32 safe gpio toggle: https://github.com/libopencm3/libopencm3/pull/337
Commit: 7b892a5ae0c3b6210dd4824e70828a82fa829cbc
https://github.com/paparazzi/paparazzi/commit/7b892a5ae0c3b6210dd4824e70828a82fa829cbc
Author: Gautier Hattenberger <address@hidden>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M sw/airborne/arch/stm32/mcu_arch.c
M sw/airborne/arch/stm32/mcu_arch.h
M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c
M sw/airborne/arch/stm32/subsystems/actuators/actuators_shared_arch.c
M sw/ext/libopencm3
Log Message:
-----------
Merge pull request #932 from paparazzi/update_locm3
[ext][stm32] update libopencm3
Compare:
https://github.com/paparazzi/paparazzi/compare/3b9b2193e8c5...7b892a5ae0c3