This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
37b1d1eb55
zephyr
/
arch
/
arm
/
soc
/
atmel_sam3
/
Kbuild
2 lines
15 B
Plaintext
Raw
Normal View
History
Unescape
Escape
arch: arm: move nmi to common location The nmi_on_reset.S functions are used by all ARM platforms. It makes no sense to repeat the same code for all platforms. Moving the code from each SOC implementation to arch/arm/core. The same treatment for the NMI_INIT() macro. Moving it from a per SOC implementation to the include/arch/arm/cortex_m/nmi.h. Change-Id: I574d8880a44046cc7b9e1b635e80d6e83657b8c1 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2016-03-09 05:13:02 +08:00
obj-y += soc.o