aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Cliff L. Biffle <cliff@oxide.computer> 2020-06-09 14:44:59 -0700
committerGravatar Cliff L. Biffle <cliff@oxide.computer> 2020-06-09 14:44:59 -0700
commit1c198a1f53b0fdef53c723843331a059da6cb6a3 (patch)
tree355e193e480c253672501a14ba883b9238847b97 /src/lib.rs
parentc9c7539233954822a6132f4bc13e5763371b5cb2 (diff)
downloadcortex-m-1c198a1f53b0fdef53c723843331a059da6cb6a3.tar.gz
cortex-m-1c198a1f53b0fdef53c723843331a059da6cb6a3.tar.zst
cortex-m-1c198a1f53b0fdef53c723843331a059da6cb6a3.zip
Initial ARMv8-M MPU support.
The v8-M MPU is entirely different from, and incompatible with, the earlier PMSA MPU. And so this commit does two things: 1. Makes the old RegisterBlock depend on armv6m (for M0+) and armv7m. 2. Defines a new RegisterBlock containing the right layout for v8m. The hack for documenting fields by opting in x86-64 means the v8m version won't appear in the docs.
Diffstat (limited to 'src/lib.rs')
0 files changed, 0 insertions, 0 deletions