Merge pull request #2062 from stefanrueger/128a4u-apptable

Fix apptable size for x128a4/u
This commit is contained in:
Stefan Rueger
2025-11-12 17:09:45 +01:00
committed by GitHub

View File

@@ -17609,8 +17609,9 @@ part parent ".xmega-ab" # x128a4
;
memory "apptable"
size = 8192;
page_size = 512;
offset = 0x81f000;
offset = 0x81e000;
;
memory "boot"
@@ -17693,7 +17694,8 @@ part parent ".xmega-ab" # x128a4u
;
memory "apptable"
offset = 0x81f000;
size = 8192;
offset = 0x81e000;
;
memory "boot"