Skip to content

Commit

Permalink
samples: helloshell: avoid FLASH overflow on qemu_nios2
Browse files Browse the repository at this point in the history
Disable SENSORS components to avoid FLASH overflow on RODATA allocation.

Signed-off-by: Stephan Linz <[email protected]>
  • Loading branch information
rexut committed Sep 26, 2023
1 parent 2f5ff0f commit 7e2265a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/helloshell/boards/qemu_nios2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@
# disable unsupported components or components with issues
CONFIG_FLASH=n
CONFIG_FLASH_SHELL=n

# disable components to avoid FLASH overflow on RODATA allocation
CONFIG_SENSOR=n
CONFIG_SENSOR_INFO=n
CONFIG_SENSOR_SHELL=n

0 comments on commit 7e2265a

Please sign in to comment.