commit | eba24b60a72115e21e850977b3019aaf037c66c9 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Mar 25 15:32:50 2025 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Apr 22 14:07:12 2025 -0700 |
tree | 1140167c1046eee9cf4f8cf36267eb075a5433af | |
parent | 9f99072fc08e1044700404ae0a5f13a30a0a2a60 [diff] |
target/avr: Increase TARGET_PAGE_BITS to 10 Now that we can handle the MCU allocating only a portion of the first page to i/o, increase the page size. Choose 10 as larger than the i/o on every MCU, just so that this path is tested. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>