[riot-commits] [RIOT-OS/RIOT] 7979c3: cpu/stm32_common: added periph_apb_clk() function
Hauke Petersen
devel at haukepetersen.de
Tue Dec 13 10:24:00 CET 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 7979c3ac5c570851f962d8d3b75d1c83fb1410a3
https://github.com/RIOT-OS/RIOT/commit/7979c3ac5c570851f962d8d3b75d1c83fb1410a3
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-12-09 (Fri, 09 Dec 2016)
Changed paths:
M cpu/stm32_common/cpu_common.c
M cpu/stm32_common/include/periph_cpu_common.h
Log Message:
-----------
cpu/stm32_common: added periph_apb_clk() function
Commit: 1bc1dd94baa760dbdb84685ec9ccade018ad6c8d
https://github.com/RIOT-OS/RIOT/commit/1bc1dd94baa760dbdb84685ec9ccade018ad6c8d
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-12-09 (Fri, 09 Dec 2016)
Changed paths:
M boards/iotlab-common/include/periph_conf_common.h
M boards/limifrog-v1/include/periph_conf.h
M boards/nucleo-f030/include/periph_conf.h
M boards/nucleo-f070/include/periph_conf.h
M boards/nucleo-f072/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/stm32f0discovery/include/periph_conf.h
M boards/stm32f3discovery/include/periph_conf.h
Log Message:
-----------
boards/stm32-based: added missing CLOCK_APBx defines
Commit: e50479f84fe677a9a058b21f1701d4e0c7dd3a24
https://github.com/RIOT-OS/RIOT/commit/e50479f84fe677a9a058b21f1701d4e0c7dd3a24
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-12-09 (Fri, 09 Dec 2016)
Changed paths:
M cpu/stm32f0/include/stm32f030x8.h
M cpu/stm32f0/include/stm32f051x8.h
M cpu/stm32f0/include/stm32f070xb.h
M cpu/stm32f0/include/stm32f072xb.h
M cpu/stm32f0/include/stm32f091xc.h
M cpu/stm32f2/include/stm32f205xx.h
M cpu/stm32f2/include/stm32f207xx.h
M cpu/stm32f2/include/stm32f215xx.h
M cpu/stm32f2/include/stm32f217xx.h
M cpu/stm32f3/include/stm32f303xc.h
M cpu/stm32f3/include/stm32f303xe.h
M cpu/stm32f3/include/stm32f334x8.h
M cpu/stm32f4/include/stm32f401xe.h
M cpu/stm32f4/include/stm32f407xx.h
M cpu/stm32f4/include/stm32f415xx.h
M cpu/stm32f4/include/stm32f446xx.h
M cpu/stm32l1/include/stm32l1xx.h
Log Message:
-----------
cpu/stm32: changed TIM->CCR def in vendor headers
Commit: 47b379e45d530aaf4faffd93cd2dc6dcaa363271
https://github.com/RIOT-OS/RIOT/commit/47b379e45d530aaf4faffd93cd2dc6dcaa363271
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-12-09 (Fri, 09 Dec 2016)
Changed paths:
M cpu/stm32_common/include/periph_cpu_common.h
A cpu/stm32_common/periph/timer.c
R cpu/stm32f0/periph/timer.c
M cpu/stm32f1/include/periph_cpu.h
R cpu/stm32f1/periph/timer.c
M cpu/stm32f2/include/periph_cpu.h
R cpu/stm32f2/periph/timer.c
R cpu/stm32f3/periph/timer.c
R cpu/stm32f4/periph/timer.c
M cpu/stm32l1/include/periph_cpu.h
R cpu/stm32l1/periph/timer.c
Log Message:
-----------
cpu/stm32x: unified timer driver
Commit: 0aa70faa3d1fb9a9f8b841bbef38068ead014ac3
https://github.com/RIOT-OS/RIOT/commit/0aa70faa3d1fb9a9f8b841bbef38068ead014ac3
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-12-09 (Fri, 09 Dec 2016)
Changed paths:
M boards/nucleo-f207/Makefile.features
R cpu/stm32f2/periph/pwm.c
Log Message:
-----------
cpu/stm32f2: temporarily removed PWM driver
Commit: 2a62ec5f6bd1263c58346cce9795dd2521306a64
https://github.com/RIOT-OS/RIOT/commit/2a62ec5f6bd1263c58346cce9795dd2521306a64
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-12-09 (Fri, 09 Dec 2016)
Changed paths:
M cpu/stm32f3/periph/pwm.c
M cpu/stm32f4/periph/pwm.c
Log Message:
-----------
cpu/stm32f[3|4] adapted PWM driver
Commit: ab12d60d05d8f048396d0618b99c92805de80818
https://github.com/RIOT-OS/RIOT/commit/ab12d60d05d8f048396d0618b99c92805de80818
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-12-09 (Fri, 09 Dec 2016)
Changed paths:
M boards/f4vi1/include/periph_conf.h
M boards/fox/include/periph_conf.h
M boards/iotlab-common/include/periph_conf_common.h
M boards/msbiot/include/periph_conf.h
M boards/nucleo-f030/include/periph_conf.h
M boards/nucleo-f070/include/periph_conf.h
M boards/nucleo-f072/include/periph_conf.h
M boards/nucleo-f091/include/periph_conf.h
M boards/nucleo-f103/include/periph_conf.h
M boards/nucleo-f207/include/periph_conf.h
M boards/nucleo-f303/include/periph_conf.h
M boards/nucleo-f334/include/periph_conf.h
M boards/nucleo-f401/include/board.h
M boards/nucleo-f401/include/periph_conf.h
M boards/nucleo-f446/include/board.h
M boards/nucleo-f446/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/include/periph_conf.h
M boards/stm32f4discovery/include/board.h
M boards/stm32f4discovery/include/periph_conf.h
Log Message:
-----------
boards/stm32-based: adapted timer configurations
Commit: 0111946c51e869bf63f70abb2190cf40840c80cf
https://github.com/RIOT-OS/RIOT/commit/0111946c51e869bf63f70abb2190cf40840c80cf
Author: Hauke Petersen <devel at haukepetersen.de>
Date: 2016-12-13 (Tue, 13 Dec 2016)
Changed paths:
M boards/f4vi1/include/periph_conf.h
M boards/fox/include/periph_conf.h
M boards/iotlab-common/include/periph_conf_common.h
M boards/limifrog-v1/include/periph_conf.h
M boards/msbiot/include/periph_conf.h
M boards/nucleo-f030/include/periph_conf.h
M boards/nucleo-f070/include/periph_conf.h
M boards/nucleo-f072/include/periph_conf.h
M boards/nucleo-f091/include/periph_conf.h
M boards/nucleo-f103/include/periph_conf.h
M boards/nucleo-f207/Makefile.features
M boards/nucleo-f207/include/periph_conf.h
M boards/nucleo-f303/include/periph_conf.h
M boards/nucleo-f334/include/periph_conf.h
M boards/nucleo-f401/include/board.h
M boards/nucleo-f401/include/periph_conf.h
M boards/nucleo-f446/include/board.h
M boards/nucleo-f446/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/include/periph_conf.h
M boards/stm32f4discovery/include/board.h
M boards/stm32f4discovery/include/periph_conf.h
M cpu/stm32_common/cpu_common.c
M cpu/stm32_common/include/periph_cpu_common.h
A cpu/stm32_common/periph/timer.c
M cpu/stm32f0/include/stm32f030x8.h
M cpu/stm32f0/include/stm32f051x8.h
M cpu/stm32f0/include/stm32f070xb.h
M cpu/stm32f0/include/stm32f072xb.h
M cpu/stm32f0/include/stm32f091xc.h
R cpu/stm32f0/periph/timer.c
M cpu/stm32f1/include/periph_cpu.h
R cpu/stm32f1/periph/timer.c
M cpu/stm32f2/include/periph_cpu.h
M cpu/stm32f2/include/stm32f205xx.h
M cpu/stm32f2/include/stm32f207xx.h
M cpu/stm32f2/include/stm32f215xx.h
M cpu/stm32f2/include/stm32f217xx.h
R cpu/stm32f2/periph/pwm.c
R cpu/stm32f2/periph/timer.c
M cpu/stm32f3/include/stm32f303xc.h
M cpu/stm32f3/include/stm32f303xe.h
M cpu/stm32f3/include/stm32f334x8.h
M cpu/stm32f3/periph/pwm.c
R cpu/stm32f3/periph/timer.c
M cpu/stm32f4/include/stm32f401xe.h
M cpu/stm32f4/include/stm32f407xx.h
M cpu/stm32f4/include/stm32f415xx.h
M cpu/stm32f4/include/stm32f446xx.h
M cpu/stm32f4/periph/pwm.c
R cpu/stm32f4/periph/timer.c
M cpu/stm32l1/include/periph_cpu.h
M cpu/stm32l1/include/stm32l1xx.h
R cpu/stm32l1/periph/timer.c
Log Message:
-----------
Merge pull request #6184 from haukepetersen/opt_stm32_timer
cpu/stm32x: unified timer driver
Compare: https://github.com/RIOT-OS/RIOT/compare/50b1e7b6a587...0111946c51e8
More information about the commits
mailing list