]> begriffs open source - cmsis/commit
CMSIS-Core(M): Fix cache maintenance functions.
authorJonatan Antoni <jonatan.antoni@arm.com>
Mon, 19 Apr 2021 12:30:41 +0000 (14:30 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Tue, 20 Apr 2021 07:45:12 +0000 (09:45 +0200)
commit63554e7bbe8326ba9b8b563b81e098d30636ec37
tree934300dbe30f4cd183a2f49393484a56672c8920
parent0e2c6b290cb6cbabd6a1dba65de695dbd2e22579
CMSIS-Core(M): Fix cache maintenance functions.

The addr argument needs to accept volatile void* in order
to be generic. In fact it doesn't affect the function
behavior which actual data type is used as only the
address of the data is required.
CMSIS/Core/Include/cachel1_armv7.h