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.
This commit is contained in:
chrysn
2012-10-18 22:26:46 +02:00
parent e20f1c0d8f
commit bc5146b710
14 changed files with 60 additions and 205 deletions

View File

@@ -21,7 +21,7 @@
#include <libopencm3/lpc43xx/scu.h>
#include <libopencm3/lpc43xx/cgu.h>
#include <libopencm3/cm3/nvic.h>
#include <libopencm3/lpc43xx/systick.h>
#include <libopencm3/cm3/systick.h>
#include <libopencm3/cm3/scs.h>
#include "../jellybean_conf.h"