third_party.pigweed.src/pw_cpu_exception_armv7m
Armando Montanez aec61ccb5d pw_cpu_exception_armv7m: Unit test updates
- Adds a test that ensures nested faults are correctly handled.
 - Properly clears CFSR and HFSR registers when handling exceptions.
 - Fixes a typo useage -> usage.

Verified test passes on the stm32f429i-disc1 target.

Change-Id: Ib00f5d9f5ff59bba101b451415f6bd75076d4863
2020-03-12 15:57:17 +00:00
..
public/pw_cpu_exception_armv7m pw_cpu_exception: Add CPU exception module 2019-12-13 11:26:08 -08:00
BUILD pw_cpu_exception: Add CPU exception module 2019-12-13 11:26:08 -08:00
BUILD.gn Rename pw_dumb_io to pw_sys_io 2020-03-03 18:19:17 +00:00
CMakeLists.txt Basic CMake build 2020-01-04 01:05:46 +00:00
cpu_exception_entry.cc pw_cpu_exception: Add CPU exception module 2019-12-13 11:26:08 -08:00
cpu_state.cc pw_cpu_exception: Add CPU exception module 2019-12-13 11:26:08 -08:00
docs.rst pw_cpu_exception: Add CPU exception module 2019-12-13 11:26:08 -08:00
exception_entry_test.cc pw_cpu_exception_armv7m: Unit test updates 2020-03-12 15:57:17 +00:00