Skip to content

Commit 287fe6a

Browse files
committed
Update Libs to v1.4.0
1 parent bc3d45c commit 287fe6a

102 files changed

Lines changed: 319 additions & 34 deletions

File tree

Some content is hidden

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

Include/stm32_secure_patching_bootloader_interface_v1.3.0.h renamed to Include/stm32_secure_patching_bootloader_interface_v1.4.0.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
******************************************************************************
66
*/
77
/*
8-
* Copyright (c) 2021-2022 Firmware Modules Inc.
8+
* Copyright (c) 2021-2023 Firmware Modules Inc.
99
*
1010
* Permission is hereby granted, free of charge, to any person obtaining a copy
1111
* of this software and associated documentation files(the "Software"), to deal
@@ -304,7 +304,6 @@ void SE_PATCH_PrintStatus(SE_PATCH_Status* status);
304304
* - Invalid image type, including `ImageType_BOOT` which is not supported for update.
305305
* - Invalid state. Start can only be initiated when the update stage is IDLE.
306306
* An {@link #abort} is required before restarting an update in-progress.
307-
* @p
308307
*/
309308
SE_ErrorStatus SE_PATCH_Init(SE_PATCH_Status* p_PatchStatus, const SE_PATCH_StartInfo* p_StartInfo);
310309

@@ -331,6 +330,10 @@ SE_ErrorStatus SE_PATCH_Init(SE_PATCH_Status* p_PatchStatus, const SE_PATCH_Star
331330
* Additionally, the count of bytes is accumulated until the expected number
332331
* of bytes is received, at which time the written firmware image will be fully verified.
333332
* Any subsequent bytes will be ignored.
333+
*
334+
* This API uses the STM32 hardware CRC peripheral. The CRC unit is powered up and configured each
335+
* invocation. It is the caller's responsibility to (re)configure the hardware CRC for their own purposes
336+
* after each SE_PATCH_Data() call completes.
334337
*
335338
* @param(status) Supplied structure to be filled in with detailed API result status.
336339
* @param(data) Pointer to firmware image data buffer
@@ -346,7 +349,6 @@ SE_ErrorStatus SE_PATCH_Init(SE_PATCH_Status* p_PatchStatus, const SE_PATCH_Star
346349
* - StatusCode_INVALID_SECTION_KEY
347350
* - StatusCode_IMAGE_TOO_LARGE
348351
* - More...
349-
* @p
350352
*
351353
*/
352354
SE_ErrorStatus SE_PATCH_Data(SE_PATCH_Status* status, const uint8_t* data, uint32_t len );

Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader-README_B-L072Z-LRWAN1_v1.3.0.txt renamed to Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader-README_B-L072Z-LRWAN1_v1.4.0.txt

File renamed without changes.

Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader-linker-gcc_B-L072Z-LRWAN1_v1.3.0.ld renamed to Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader-linker-gcc_B-L072Z-LRWAN1_v1.4.0.ld

File renamed without changes.

Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader-postbuild_B-L072Z-LRWAN1_v1.3.0.sh renamed to Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader-postbuild_B-L072Z-LRWAN1_v1.4.0.sh

File renamed without changes.

Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader_B-L072Z-LRWAN1_v1.3.0.bin.asc

Lines changed: 0 additions & 1 deletion
This file was deleted.

Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader_B-L072Z-LRWAN1_v1.3.0.bin renamed to Libs/B-L072Z-LRWAN1/stm32-secure-patching-bootloader_B-L072Z-LRWAN1_v1.4.0.bin

49.4 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c2e0bb48a1346dbf8d3ae59a8ce7bdc37c3b31ef58bd5a6cca42377d1ae64953 stm32-secure-patching-bootloader_B-L072Z-LRWAN1_v1.4.0.bin

Libs/B-L4S5I-IOT01A/stm32-secure-patching-bootloader-README_B-L4S5I-IOT01A_v1.3.0.txt renamed to Libs/B-L4S5I-IOT01A/stm32-secure-patching-bootloader-README_B-L4S5I-IOT01A_v1.4.0.txt

File renamed without changes.

Libs/B-L4S5I-IOT01A/stm32-secure-patching-bootloader-linker-gcc_B-L4S5I-IOT01A_v1.3.0.ld renamed to Libs/B-L4S5I-IOT01A/stm32-secure-patching-bootloader-linker-gcc_B-L4S5I-IOT01A_v1.4.0.ld

File renamed without changes.

Libs/B-L4S5I-IOT01A/stm32-secure-patching-bootloader-postbuild_B-L4S5I-IOT01A_v1.3.0.sh renamed to Libs/B-L4S5I-IOT01A/stm32-secure-patching-bootloader-postbuild_B-L4S5I-IOT01A_v1.4.0.sh

File renamed without changes.

0 commit comments

Comments
 (0)