Skip to content

{bp-19722} boards/arm/stm32f3/nucleo-f302r8: fix qenco configuration - #19723

Merged
xiaoxiang781216 merged 1 commit into
apache:releases/13.0from
jerpelea:bp-19722
Aug 7, 2026
Merged

{bp-19722} boards/arm/stm32f3/nucleo-f302r8: fix qenco configuration#19723
xiaoxiang781216 merged 1 commit into
apache:releases/13.0from
jerpelea:bp-19722

Conversation

@jerpelea

@jerpelea jerpelea commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Summary

build will fail with the following error
arm-none-eabi-ld: /awork/android/NuttX/nuttx/nuttx section flash' arm-none-eabi-ld: region .text' will not fit in region flash' overflowed by 1144 bytes

before
Register: qe
Register: nsh
Register: sh
LD: nuttx
arm-none-eabi-ld: /awork/android/NuttX/nuttx/nuttx section .text will not fit in region flash arm-none-eabi-ld: region flash overflowed by 1144 bytes
Memory region Used Size Region Size %age Used
flash: 66680 B 64 KB 101.75%
sram: 5136 B 16 KB 31.35%
make[1]: *** [Makefile:230: nuttx] Error 1
make: *** [tools/Unix.mk:569: nuttx] Error 2

after
Register: qe
Register: nsh
Register: sh
LD: nuttx
Memory region Used Size Region Size %age Used
flash: 38008 B 64 KB 58.00%
sram: 4132 B 16 KB 25.22%
CP: nuttx.hex
CP: nuttx.bin

Impact

RELEASE

Testing

local and CI

build will fail with the following error
arm-none-eabi-ld: /awork/android/NuttX/nuttx/nuttx section flash'
arm-none-eabi-ld: region .text' will not fit in region flash' overflowed by 1144 bytes

before
Register: qe
Register: nsh
Register: sh
LD: nuttx
arm-none-eabi-ld: /awork/android/NuttX/nuttx/nuttx section .text will not fit in region flash
arm-none-eabi-ld: region flash overflowed by 1144 bytes
Memory region         Used Size  Region Size  %age Used
           flash:       66680 B        64 KB    101.75%
            sram:        5136 B        16 KB     31.35%
make[1]: *** [Makefile:230: nuttx] Error 1
make: *** [tools/Unix.mk:569: nuttx] Error 2

after
Register: qe
Register: nsh
Register: sh
LD: nuttx
Memory region         Used Size  Region Size  %age Used
           flash:       38008 B        64 KB     58.00%
            sram:        4132 B        16 KB     25.22%
CP: nuttx.hex
CP: nuttx.bin

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
@cederom

cederom commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot added Size: S The size of the change in this PR is small Board: arm labels Aug 6, 2026
@xiaoxiang781216
xiaoxiang781216 merged commit 3f87185 into apache:releases/13.0 Aug 7, 2026
28 of 37 checks passed
@jerpelea
jerpelea deleted the bp-19722 branch August 7, 2026 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Board: arm Size: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants