1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/stm32f1
Kaspar Schleiser f584bd6921 cpu: stm32f1: fix timer auto reload value
Previously, the auto-reload register was set to TIMERx_MAXVALUE. This is
incorrect, as TIMERx combines two 16bit timers.

This commit fixes the assignment.
2015-07-30 14:35:27 +02:00
..
include cpu/stm32f1: adjusted to changed GPIO interface 2015-06-12 19:10:49 +02:00
ldscripts cpu: use cortexm common linkerscript 2015-05-30 13:43:19 +02:00
periph cpu: stm32f1: fix timer auto reload value 2015-07-30 14:35:27 +02:00
cpu.c cpu/stm32f1: adapted to centralized cpu conf 2015-05-29 16:44:52 +02:00
lpm_arch.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
Makefile cpu: adapted Makefiles to unified cortexm module 2015-05-28 19:30:07 +02:00
Makefile.include cpu: adapted Makefiles to unified cortexm module 2015-05-28 19:30:07 +02:00
vectors.c cpu/stm32f1: optimization of startup code 2015-06-15 16:00:51 +02:00