- fixes to cortexm-common - Added ARM CMSIS headers to cortexm_common - thread_exit fixes to cortexm-common - cortexm-common adjusted documentation - cortexm_common added eINT dINT defines for now
6 lines
94 B
Makefile
6 lines
94 B
Makefile
|
|
# define the module that is build
|
|
MODULE = cortexm_common
|
|
|
|
include $(RIOTBASE)/Makefile.base
|