altos: Create a 32-bit 1MHz timer for use in profiling execution
authorKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 06:18:44 +0000 (23:18 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 06:18:44 +0000 (23:18 -0700)
commitfb2b83fcd28199d8c686e676d46d6ecfbf706f37
tree26635a66c252141b6ddf3f10db783e009ef59a4b
parent097b337eb9b7deff13d5dcdafddec9bec3868b93
altos: Create a 32-bit 1MHz timer for use in profiling execution

This provides a simple method for getting high-resolution timer data
to use in performance tuning code. It's not used by default anywhere.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/ao_profile.c [new file with mode: 0644]
src/stm/ao_profile.h [new file with mode: 0644]
src/stm/stm32l.h