altos: profiling on STM32L
authorKeith Packard <keithp@keithp.com>
Wed, 24 Oct 2012 05:17:49 +0000 (22:17 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 25 Oct 2012 07:07:14 +0000 (00:07 -0700)
commitb119e19604aa557a40e848c60d98a67b5f259bbd
tree2391c2fb7db1843096ec4e3d288cb26f7cb88b92
parent7d34811ba035367bbf26a8510265754f3fbb5a95
altos: profiling on STM32L

Add sample-based profiling, using a 1kHz timer

Signed-off-by: Keith Packard <keithp@keithp.com>
13 files changed:
src/core/ao_flight.c
src/core/ao_sample_profile.c [new file with mode: 0644]
src/core/ao_sample_profile.h [new file with mode: 0644]
src/core/ao_task.c
src/core/ao_task.h
src/drivers/ao_cc1120.c
src/drivers/ao_ms5607.c
src/megametrum-v0.1/Makefile
src/megametrum-v0.1/ao_megametrum.c
src/stm/ao_arch.h
src/stm/ao_sample_profile_timer.c [new file with mode: 0644]
src/stm/ao_sample_profile_timer.h [new file with mode: 0644]
src/stm/stm32l.h