add buttonless dfu support

This commit is contained in:
Shuanglei Tao
2025-05-12 23:02:08 +08:00
parent 0df0557991
commit eca0f1a93b
11 changed files with 442 additions and 20 deletions

View File

@@ -5,8 +5,8 @@ GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000
RAM (rwx) : ORIGIN = 0x20001fe8, LENGTH = 0x6018
FLASH (rx) : ORIGIN = 0x1B000, LENGTH = 0x25000
RAM (rwx) : ORIGIN = 0x20001FF8, LENGTH = 0x2008
}
SECTIONS