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:
parent
a487762b2a
commit
b4e9ceabd5
3 changed files with 212 additions and 0 deletions
10
extras/mactimer/component.mk
Normal file
10
extras/mactimer/component.mk
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue