diff options
author | 2020-06-09 14:44:59 -0700 | |
---|---|---|
committer | 2020-06-09 14:44:59 -0700 | |
commit | 1c198a1f53b0fdef53c723843331a059da6cb6a3 (patch) | |
tree | 355e193e480c253672501a14ba883b9238847b97 /src/lib.rs | |
parent | c9c7539233954822a6132f4bc13e5763371b5cb2 (diff) | |
download | cortex-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