commit | 970274ea26029e6b8907a9ce70000be973365e8a | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Mon Feb 11 17:28:16 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Feb 11 11:37:06 2019 -0600 |
tree | b95aa29c378e12ddd5f5052967154090eee4d72f | |
parent | 576b391053abbb8f6bbd3d960942963b3718d807 [diff] |
ext/hal: stm32f2xx: 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: 61324 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>