mbed-os/platform/source/TARGET_CORTEX_M
Kevin Bracey b6a7a0896e Streamline crash data access
Use correctly-typed external definition for the crash data region, and
eliminate unnecessary pointer indirection.

Results in a small ROM saving even with crash capture disabled, as there
was a pointer for the fault context store in either case. The pointer
isn't needed, as the context store location is fixed according to the
configuration flag.
2020-04-24 10:59:13 +03:00
..
TOOLCHAIN_ARM Streamline crash data access 2020-04-24 10:59:13 +03:00
TOOLCHAIN_GCC Streamline crash data access 2020-04-24 10:59:13 +03:00
TOOLCHAIN_IAR Streamline crash data access 2020-04-24 10:59:13 +03:00
mbed_fault_handler.c Streamline crash data access 2020-04-24 10:59:13 +03:00