fixed here: https://github.com/apache/nuttx/pull/19454/
On Thu, Jul 16, 2026 at 8:08 AM Peter Barada <[email protected]> wrote: > All, > > My PR at https://github.com/apache/nuttx/pull/19449 fails to build due > to my branch configured for nucleo-f302r8:ihm07m1_b16 being too large - > https://github.com/apache/nuttx/actions/runs/29448994217/job/87466997161 > shows the error: > > /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: > region `flash' overflowed by 20 bytes > Memory region Used Size Region Size %age Used > flash: 65556 B 64 KB 100.03% > sram: 5676 B 16 KB 34.64% > collect2: error: ld returned 1 exit status > > When I configure/build nucleo-f302r8:ihmo7m1_b16 on master it also fails > due to region 'flash' exceeding limits, without any changes on my > branch. My PR changes are not contributing to this failure... > > Any chance someone can look/fix this so my PR can build? > > Thanks in advance! > > -- > Peter Barada > [email protected] >
