zephyr/soc/microchip/mec
Ella MA 3f58d49843 soc: mec172x: ecia: Adjust girq_regs to avoid flexible-array-like behaviors
Struct girq_regs has an array field of length 1 at its end. Since this
field is never used in the code base, we can replace it with a non-array
field of its original element type to remove the flexible-array-like
behaviors and avoid using a flexible array file in the middle of a
struct or defining an array of flexible array struct type.

Fixes zephyrproject-rtos#84251

Signed-off-by: Ella MA <xutong.ma@inria.fr>
2025-06-18 09:25:04 -04:00
..
common drivers: adc: microchip: Different channels per package type 2024-12-11 21:35:49 +01:00
mec15xx soc: microchip: mec: Unify kernel timer tick rate configuration 2025-04-11 17:31:37 +02:00
mec172x soc: mec172x: ecia: Adjust girq_regs to avoid flexible-array-like behaviors 2025-06-18 09:25:04 -04:00
mec174x soc: microchip: mec: Unify kernel timer tick rate configuration 2025-04-11 17:31:37 +02:00
mec175x soc: microchip: mec: Unify kernel timer tick rate configuration 2025-04-11 17:31:37 +02:00
mech172x soc: microchip: mec: Unify kernel timer tick rate configuration 2025-04-11 17:31:37 +02:00
CMakeLists.txt
Kconfig
Kconfig.defconfig
Kconfig.soc
soc.yml