commit | 5405da78d392838c5c82ee168e66b924da28497b | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Mon Feb 11 17:29:19 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Feb 11 11:37:06 2019 -0600 |
tree | 690eef9d2fab540309396b3085b176cb16c40be1 | |
parent | 970274ea26029e6b8907a9ce70000be973365e8a [diff] |
ext/hal: stm32f4xx: Use of (__packed uint32_t *) produces warnings Using Zephyr SDK 0.10.0-rc2, GNUCC 8.2.0 is used and (__packed uint32_t *) are now generating warnings.. Replace with CMSIS macros __UNALIGNED_UINT32_READ and __UNALIGNED_UINT32_WRITE ST internal reference: 61325 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>