commit | d34d554d60b94bee7a82ccc14e5800a9287309d5 | [log] [tgz] |
---|---|---|
author | Björn Bergman <bjorn.bergman@iar.com> | Thu Feb 27 11:53:30 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Sat Mar 08 08:46:43 2025 +0100 |
tree | d7fbb7f3f19c5ebc83cbd6a838e6b1e13b01d55d | |
parent | 43b43f540857c19096f81eb81ded393f27c62859 [diff] |
arch: arm: mpu: Fix BUILD_ASSERT on pointer value Some compilers (iccarm included) does not support BUILD_ASSERT() to check alignment of arrays. This fix checks if an IAR compiler is used and disables the start-alignment check if it is. Signed-off-by: Björn Bergman <bjorn.bergman@iar.com>