]> begriffs open source - cmsis/commit
CMSIS-Core(M): Fix up MPU implementation.
authorJonatan Antoni <jonatan.antoni@arm.com>
Wed, 19 Jul 2017 08:46:01 +0000 (10:46 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Wed, 19 Jul 2017 08:46:01 +0000 (10:46 +0200)
commitc8877335591946adc2024fac3c889afa071cda54
tree37f39ec7baf539d902da7edb2f323466aa2b3b8e
parent7a42ae9797adc13dedcc97a9c13b65185f8ad9e8
CMSIS-Core(M): Fix up MPU implementation.

- Prefixed defines with ARM_ to prevent name clashes with ST HAL.
- Modified implementation to be C89 conformant.
- Substituted restrict keyword with compiler specific define.
CMSIS/Core/Include/cmsis_armcc.h
CMSIS/Core/Include/cmsis_armclang.h
CMSIS/Core/Include/cmsis_compiler.h
CMSIS/Core/Include/cmsis_gcc.h
CMSIS/Core/Include/mpu_armv7.h