mactimer: add MAC NMI timer support.

Support for using the MAC timer, a NMI with a higher priority than the
maskable interrupts, but with similar practical limitations to the MAC layer
handler.
This commit is contained in:
Our Air Quality 2019-04-09 20:19:24 +10:00
parent a487762b2a
commit b4e9ceabd5
3 changed files with 212 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Component makefile for extras/mactimer
# Expected anyone using mactimer includes it as 'mactimer/mactimer.h'
INC_DIRS += $(mactimer_ROOT)..
# args for passing into compile rule generation
mactimer_INC_DIR =
mactimer_SRC_DIR = $(mactimer_ROOT)
$(eval $(call component_compile_rules,mactimer))