[riot-commits] [RIOT-OS/RIOT] 6e9f36: cpu/stm32_common/gpio: Use default gpio_t type and...
Oleg Hahm
oleg at hobbykeller.org
Wed Mar 30 01:31:45 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 6e9f36c0c5d1f08a0a73a4e8c768e5eb8c47f4da
https://github.com/RIOT-OS/RIOT/commit/6e9f36c0c5d1f08a0a73a4e8c768e5eb8c47f4da
Author: DipSwitch <dipswitch at ownage4u.nl>
Date: 2016-03-29 (Tue, 29 Mar 2016)
Changed paths:
M cpu/stm32_common/include/periph_cpu_common.h
M cpu/stm32f0/include/periph_cpu.h
M cpu/stm32f1/include/periph_cpu.h
M cpu/stm32f3/include/periph_cpu.h
M cpu/stm32f4/include/periph_cpu.h
M cpu/stm32l1/include/periph_cpu.h
Log Message:
-----------
cpu/stm32_common/gpio: Use default gpio_t type and defines
Commit: bd9b3a269c89ebbcd56fbbb261ea64a2dc8b9164
https://github.com/RIOT-OS/RIOT/commit/bd9b3a269c89ebbcd56fbbb261ea64a2dc8b9164
Author: DipSwitch <dipswitch at ownage4u.nl>
Date: 2016-03-29 (Tue, 29 Mar 2016)
Changed paths:
M boards/fox/include/periph_conf.h
M boards/iotlab-m3/include/periph_conf.h
M boards/limifrog-v1/include/periph_conf.h
M boards/nucleo-f091/include/periph_conf.h
M boards/nucleo-f103/include/periph_conf.h
M boards/nucleo-f303/include/periph_conf.h
M boards/nucleo-f334/include/periph_conf.h
M boards/nucleo-l1/include/periph_conf.h
M boards/spark-core/include/periph_conf.h
M boards/stm32f0discovery/include/periph_conf.h
M boards/stm32f3discovery/Makefile.features
M boards/stm32f3discovery/include/periph_conf.h
M boards/stm32f4discovery/include/periph_conf.h
M cpu/stm32_common/include/periph_cpu_common.h
A cpu/stm32_common/periph/dac.c
M cpu/stm32f0/include/periph_cpu.h
M cpu/stm32f1/include/periph_cpu.h
M cpu/stm32f3/include/periph_cpu.h
M cpu/stm32f3/periph/gpio.c
M cpu/stm32f4/include/periph_cpu.h
R cpu/stm32f4/periph/dac.c
M cpu/stm32l1/include/periph_cpu.h
M cpu/stm32l1/periph/gpio.c
Log Message:
-----------
cpu/stm32/perip/dac: Move DAC implementation to stm32_common/periph since all STM32 DAC's have the same basics
Commit: d411387bec067098f2692de8332d07af82973137
https://github.com/RIOT-OS/RIOT/commit/d411387bec067098f2692de8332d07af82973137
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2016-03-30 (Wed, 30 Mar 2016)
Changed paths:
M boards/fox/include/periph_conf.h
M boards/iotlab-m3/include/periph_conf.h
M boards/limifrog-v1/include/periph_conf.h
M boards/nucleo-f091/include/periph_conf.h
M boards/nucleo-f103/include/periph_conf.h
M boards/nucleo-f303/include/periph_conf.h
M boards/nucleo-f334/include/periph_conf.h
M boards/nucleo-l1/include/periph_conf.h
M boards/spark-core/include/periph_conf.h
M boards/stm32f0discovery/include/periph_conf.h
M boards/stm32f3discovery/Makefile.features
M boards/stm32f3discovery/include/periph_conf.h
M boards/stm32f4discovery/include/periph_conf.h
M cpu/stm32_common/include/periph_cpu_common.h
A cpu/stm32_common/periph/dac.c
M cpu/stm32f0/include/periph_cpu.h
M cpu/stm32f1/include/periph_cpu.h
M cpu/stm32f3/include/periph_cpu.h
M cpu/stm32f3/periph/gpio.c
M cpu/stm32f4/include/periph_cpu.h
R cpu/stm32f4/periph/dac.c
M cpu/stm32l1/include/periph_cpu.h
M cpu/stm32l1/periph/gpio.c
Log Message:
-----------
Merge pull request #4225 from DipSwitch/stm32f1_dac_implementation
cpu/stm32f1/periph/dac: DAC implementation for STM32F1
Compare: https://github.com/RIOT-OS/RIOT/compare/7bce5a9ef806...d411387bec06
More information about the commits
mailing list