Skip to content

Commit

Permalink
tests: drivers: adc: increase RODATA region size
Browse files Browse the repository at this point in the history
Increase the rodata section for build_all/adc to
successfully build on the platform atsame54_xpro.

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
  • Loading branch information
benediktibk committed Jul 25, 2023
1 parent 9a620e6 commit c41a0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/drivers/build_all/adc/prj.conf
Expand Up @@ -3,3 +3,4 @@ CONFIG_TEST_USERSPACE=y
CONFIG_ADC=y
CONFIG_MAX_THREAD_BYTES=4
CONFIG_ADC_INIT_PRIORITY=80
CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES=256

0 comments on commit c41a0dd

Please sign in to comment.