[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] d6e2a0: [stm32] fix adc
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] d6e2a0: [stm32] fix adc |
Date: |
Mon, 08 Sep 2014 05:49:24 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: d6e2a05ca2c8d2a585d1dd50c4031ff4b5ac402f
https://github.com/paparazzi/paparazzi/commit/d6e2a05ca2c8d2a585d1dd50c4031ff4b5ac402f
Author: Felix Ruess <address@hidden>
Date: 2014-09-05 (Fri, 05 Sep 2014)
Changed paths:
M sw/airborne/arch/stm32/mcu_periph/adc_arch.c
M sw/airborne/arch/stm32/mcu_periph/adc_arch.h
Log Message:
-----------
[stm32] fix adc
very hack-ish fix for when using multiple ADs, e.g. AD1 and AD2
Before this "fix" e.g. AD1_1 and AD2_1 had the same value (0).
Can probably be done more nicely...
Commit: 172c67c4e4eeb80f08730ac367b2bcf0235c4677
https://github.com/paparazzi/paparazzi/commit/172c67c4e4eeb80f08730ac367b2bcf0235c4677
Author: Felix Ruess <address@hidden>
Date: 2014-09-05 (Fri, 05 Sep 2014)
Changed paths:
M sw/airborne/arch/lpc21/mcu_periph/adc_arch.h
M sw/airborne/arch/stm32/mcu_periph/adc_arch.h
M sw/airborne/mcu_periph/adc.h
M sw/airborne/test/mcu_periph/test_adc.c
Log Message:
-----------
[mcu_periph] NB_ADC only needed for lpc21
Commit: 48fd4b20062ea1e2e0b15f55694b38d34dcbd364
https://github.com/paparazzi/paparazzi/commit/48fd4b20062ea1e2e0b15f55694b38d34dcbd364
Author: Felix Ruess <address@hidden>
Date: 2014-09-08 (Mon, 08 Sep 2014)
Changed paths:
M sw/airborne/arch/lpc21/mcu_periph/adc_arch.h
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/airborne/test/mcu_periph/test_adc.c
Log Message:
-----------
Merge pull request #822 from paparazzi/stm32_fix_adc
[stm32] fix adc
very hack-ish fix for when using multiple ADs, e.g. AD1 and AD2
Before this "fix" e.g. AD1_1 and AD2_1 had the same value (0).
Compare:
https://github.com/paparazzi/paparazzi/compare/a1953a96c096...48fd4b20062e