On 3/23/25 10:37, Richard Henderson wrote:
Increase TARGET_PHYS_ADDR_SPACE_BITS to allow flexibility in the page
size without triggering an assert. Select the page size based on the
size of sram. This leaves sram on exactly one page and minimizes the
number of pages required to span the flash.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
target/avr/cpu-param.h | 11 +++++++++--
hw/avr/arduino.c | 15 +++++++++++++++
2 files changed, 24 insertions(+), 2 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>