commit | 6c95f23d81e6256c42c5afd20e3076e8a8dd5ce2 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Wed Sep 27 10:25:50 2023 -0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Nov 20 06:07:58 2023 -0500 |
tree | 680aa8ca713f610cb034fe197fc865236c750c92 | |
parent | d04c834c0fc4d97cb83ca73af9b123700a0c3b63 [diff] |
samples/code_relocation_nocopy: Increase fake flash size When linking with the 0.16.3 SDK version of picolibc, using long long cbprintf support pulls in the full floating point printf which is much larger than the integer-only version. This ends up overflowing the memory region available for it. Increase the size of that by bumping the start of the fake region by 8kB. Signed-off-by: Keith Packard <keithp@keithp.com>