zephyr/soc/microchip
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
..
mec soc: mec172x: ecia: Adjust girq_regs to avoid flexible-array-like behaviors 2025-06-18 09:25:04 -04:00
miv soc: miv: polarfire: Increase NUM_IRQS to cover 1st and 2nd level irqs 2025-03-19 09:02:06 -04:00
sam soc: microchip: sam: add code for sama7g5 clocks 2025-05-28 08:14:08 +02:00