commit | d30975b0b2fff9c36ccf1940f64edf867e86cd4e | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Mon Feb 11 17:31:03 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Feb 11 11:37:06 2019 -0600 |
tree | b681a72e56c187414a1005a0acdc6ffa46c51998 | |
parent | d4d6a2a4d1a0065dea20b4b7d64962786293c661 [diff] |
ext/hal: stm32l4xx: 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: 61328 Fixes #13237 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>