Skip to content

Commit caaa763

Browse files
authored
Merge pull request #80 from awsblake/fr_main
Update changelog and manifest file
2 parents 1d96bbf + 546039a commit caaa763

File tree

3 files changed

+30
-17
lines changed

3 files changed

+30
-17
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
project: [b_u585i_iot02a_ntz, b_u585i_iot02a_tfm]
2424
include:
2525
- os: ubuntu-latest
26-
ide_pkg_name: "st-stm32cubeide_1.10.1_12716_20220707_0928_amd64"
27-
ide_pkg_url: "https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/e7/6e/03/0a/97/9f/49/2d/stm32cubeide_lnx/files/st-stm32cubeide_1.10.1_12716_20220707_0928_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.10.1_12716_20220707_0928_amd64.sh.zip"
26+
ide_pkg_name: "st-stm32cubeide_1.11.0_13638_20221122_1308_amd64"
27+
ide_pkg_url: "https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/0c/78/32/f9/97/af/49/e3/stm32cubeide_lnx/files/st-stm32cubeide_1.11.0_13638_20221122_1308_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.11.0_13638_20221122_1308_amd64.sh.zip"
2828
apt_pkg_deps: "unzip wget cmake ninja-build python3 python3-pip python3-virtualenv rsync"
2929
env:
3030
IDE_PKG_NAME: ${{ matrix.ide_pkg_name }}

CHANGELOG.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
1-
## v202211.00 (November 2022)
2-
Support IDT qualification test.
1+
# Changelog for STM32U5 Featured FreeRTOS IoT Integration
32

4-
Update Long Term Support (LTS) libraries to 202210.01-LTS:
3+
## v202212.00 (December 2022)
54

6-
* FreeRTOS-Kernel V10.5.1
7-
* coreMQTT v2.1.1
8-
* coreHTTP v3.0.0
9-
* corePKCS11 v3.5.0
10-
* coreJSON v3.2.0
11-
* backoffAlgorithm v1.3.0
12-
* AWS IoT Device Shadow v1.3.0
13-
* AWS IoT Device Defender v1.3.0
14-
* AWS IoT Jobs v1.3.0
15-
* AWS IoT Over-the-air Update v3.4.0
5+
### Changes
6+
- [#71](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/71) Update Long Term Support (LTS) libraries to 202210.01-LTS:
7+
* [FreeRTOS-Kernel V10.5.1](https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V10.5.1/History.txt)
8+
* [coreMQTT v2.1.1](https://github.com/FreeRTOS/coreMQTT/blob/v2.1.1/CHANGELOG.md)
9+
* [coreHTTP v3.0.0](https://github.com/FreeRTOS/coreHTTP/tree/v3.0.0)
10+
* [corePKCS11 v3.5.0](https://github.com/FreeRTOS/corePKCS11/tree/v3.5.0)
11+
* [coreJSON v3.2.0](https://github.com/FreeRTOS/coreJSON/tree/v3.2.0)
12+
* [backoffAlgorithm v1.3.0](https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.3.0)
13+
* [AWS IoT Device Shadow v1.3.0](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.3.0)
14+
* [AWS IoT Device Defender v1.3.0](https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.3.0)
15+
* [AWS IoT Jobs v1.3.0](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/tree/v1.3.0)
16+
* [AWS IoT Over-the-air Update v3.4.0](https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.4.0)
17+
18+
- [#79](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/79) FreeRTOS awareness in CubeIDE gdb server config
19+
- [#77](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/77) fix: cli_conf checks argument count to conf set
20+
- [#76](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/76) fix: mbedtls_transport now prints a valid IP
21+
- [#75](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/75) provision.py: Fix aws account credential detection from args
22+
- [#74](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/74) Fix CI build
23+
- [#56](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/56) and [#60](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/60) STM32 BSP submodules
24+
- [#59](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/59) env_setup.sh: Install virtualenv package if not already installed
25+
- [#58](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/58) Fix tfm.mk include of project_defs.mk
26+
- [#57](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/57) Fix various build related bugs
27+
- [#55](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/55) Update example config and flash script after further testing
28+
- [#63](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/63), [#64](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/64), [#65](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/65), [#66](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/66), [#67](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/67), [#68](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/68), [#70](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/70) and [#80](https://github.com/FreeRTOS/iot-reference-stm32u5/pull/80) Documentation updates
1629

1730
## v202205.00 ( May 2022 )
1831

manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ dependencies:
106106
url: "https://github.com/littlefs-project/littlefs.git"
107107
path: "Middleware/ARM/littlefs"
108108
- name: "ota-pal-psa"
109-
version: "20fcfd1"
109+
version: "fa68b13"
110110
repository:
111111
type: "git"
112-
url: "https://github.com/ravibhagavandas/freertos-ota-pal-psa.git"
112+
url: "https://github.com/Linaro/freertos-ota-pal-psa.git"
113113
path: "Middleware/ARM/ota-pal-psa"
114114
- name: "stm32u5_hal"
115115
version: "v1.1.0"

0 commit comments

Comments
 (0)