zephyr/arch/arc
Andrew Boie 9175d20ceb arc: fix CONFIG_ARC_STACK_CHECKING
- There's no clear need to disable frame pointers if this feature is
used, remove this directive.
- The 'top' and 'base' terms are reversed. The 'base' is the high
address of the stack. The top is the lowest address, where we cannot
push further down. Fixup member and offset names to correspond to how
these terms are used in hardware documentation.
- Use correct pointers for stack top location
- Fatal exceptions now go through _NanoFatalErrorHandler to report the
faulting ip and thread.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-05-13 15:14:41 -04:00
..
core arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
include arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
soc arch/arc/soc: If IOAPIC is not enabled, gpio_dw should still compile 2017-04-21 16:34:54 +00:00
Kbuild
Kconfig arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
Makefile arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
defconfig arc: Remove nonexistant Kconfig sybmol from defconfig 2016-07-27 17:14:54 +00:00