aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2021-01-26 17:06:10 -0800
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-02-02 22:46:48 +0000
commita9ca999b09670ca02cd5a2540a3e3507667111ad (patch)
tree3494f2afe3e362e3c32d513fd14f9b3b442f1605 /README.md
parent03d22812fa9b544cda91c4553bbdea880a3dd940 (diff)
downloadpigweed-a9ca999b09670ca02cd5a2540a3e3507667111ad.tar.gz
pw_cpu_exception_cortex_m: Move armv7m->cortex_m
Moves the armv7m implementation of pw_cpu_exception to pw_cpu_exception_cortex_m since much of the logic can be shared between ARMv8-M and ARMv7-M. Symbol names are also updated to reflect current naming style for extern "C" symbols. Old names will be removed in pwrev/31060. Warning, symbol renames are breaking! pw_CpuExceptionEntry -> pw_cpu_exception_Entry pw_CpuExceptionDefaultHandler -> pw_cpu_exception_DefaultHandler Change-Id: I7ab99ac7637c436ba959d7546043090c66fe4215 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/30922 Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com> Reviewed-by: Ewout van Bekkum <ewout@google.com> Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0938a5b8d..c8804b9f9 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ on-device.
See the "Module Guides" in the documentation for the complete list and
documentation for each, but is a selection of some others:
- - `pw_cpu_exception_armv7m`: Robust low level hardware fault handler for ARM
+ - `pw_cpu_exception_cortex_m`: Robust low level hardware fault handler for ARM
Cortex-M; the handler even has unit tests written in assembly to verify
nested-hardware-fault handling!