Skip to content

Commit 1233b3b

Browse files
committed
Release v1.3.0
1 parent bf0b160 commit 1233b3b

File tree

166 files changed

+499
-435
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+499
-435
lines changed

Docs/README.md

Lines changed: 119 additions & 23 deletions
Binary file not shown.
Binary file not shown.

Include/README.md

Lines changed: 1 addition & 1 deletion

Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader-linker-gcc_B-L072Z-LRWAN1_v1.2.0.ld

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
SE_APP_GetActiveFwInfo = 0x08006e00;
2+
SE_APP_GetBootVer = 0x08006e98;
3+
SE_APP_GetSecureUserData = 0x08006e4c;
4+
SE_APP_SVC_Handler = 0x08006e44;
5+
SE_PATCH_Abort = 0x0800789c;
6+
SE_PATCH_Data = 0x080077f0;
7+
SE_PATCH_Init = 0x080077a0;
8+
SE_PATCH_InitStatus = 0x08007784;
9+
SE_PATCH_InstallAtNextReset = 0x08007848;
10+
SE_PATCH_Poll = 0x08007890;
11+
SE_PATCH_PrintStatus = 0x08007794;
12+
STM32_SECURE_PATCHING_BOOTLOADER_RAM_START = 0x20001500;
13+
STM32_SECURE_PATCHING_BOOTLOADER_SLOT0_END = 0x0801efff;
14+
STM32_SECURE_PATCHING_BOOTLOADER_SLOT0_START = 0x0800e000;
15+
VECTOR_SIZE = 0x00000200;

0 commit comments

Comments
 (0)