Felix Ruess
3ef44bff54
[cm3] fix doxygen for systick_get_value, add systick_get_reload
...
Fix the reload value in the examples:
to get a SysTick interrupt every N clock pulses: set reload to N-1
see http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/BGBEEJHC.html#BABGACGG
2013-02-19 19:22:49 +01:00
Piotr Esden-Tempski
cb2fd43666
Removed dummy character string from examples due to api change in: 7a5da60
2013-01-09 00:39:42 -08:00
Piotr Esden-Tempski
0eeca37e9f
Fixed compilation of all the examples after merging pull requests...
2013-01-06 18:32:18 -08:00
Piotr Esden-Tempski
6b2ca89f48
Merge pull request #22 fixing usb and f4 alignment issues
...
Merge remote-tracking branch 'jdk/master'
Conflicts:
lib/stm32/f1/Makefile
lib/stm32/f4/Makefile
2012-10-31 13:34:18 -07:00
chrysn
bc5146b710
unified systick handling
...
the only change this results in in the example binaries is in the
hackrf-jellybean/systick example, where the the check in
systick_set_clocksource for overflowing from the stm32 area gets used.
2012-10-18 22:48:14 +02:00
chrysn
e20f1c0d8f
unify scb (system control block)
...
these register definitions are common to all cortex mcus. some of the
registers might not be implemented everywhere (especially the floating
point registers), but defining them does no harm.
this modification does not result in any changes in the example
binaries.
2012-10-18 21:45:20 +02:00
Jason Kotzin
34beeae925
USB core updated for reentrance based on Christian Cier-Zniewski's branch
2012-09-13 10:43:35 -07:00
Piotr Esden-Tempski
43561de329
License change of the library to LGPL, version 3 or later.
...
Agreed to by all the significant contributors to the library.
2012-03-02 14:44:49 -08:00
Uwe Hermann
bb8741a79b
examples: Even more coding-style fixes.
2011-11-13 23:21:58 +01:00
Uwe Hermann
cc3565a544
Various cosmetic and whitespace fixes.
2011-11-02 22:13:01 +01:00
Stephen Caudle
580d25a84b
Move STM32 example projects in family specific folders
2011-10-31 00:16:37 -04:00