修复断电轮换保存及蓝牙广播构建

This commit is contained in:
2026-07-28 16:14:32 +08:00
parent cb7fe7f041
commit 2200a04f05
6 changed files with 23 additions and 14 deletions
@@ -1,6 +1,6 @@
LOAD 0x1100E000
LOAD 0x11011000
{
EXE 0x1100E000
EXE 0x11011000
{
startup_xinc.o (RESET, +FIRST)
* (+RO)
@@ -20,7 +20,8 @@ LOAD 0x1100E000
*(ram_em)
}
ScatterAssert((0x530077b0)+ImageLength(RW2) < 0x53008000)
ScatterAssert(ImageLength(EXE) <= 0x10000)
/* User settings start at flash offset 0x1E000. */
ScatterAssert(ImageLength(EXE) <= 0xD000)
}