Skip to content

Commit 37b23f6

Browse files
authored
Update changelog and manifest for v202212.00 release (#34)
1 parent 9a773cf commit 37b23f6

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

CHANGELOG.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
1-
## v202211.00 (November 2022)
2-
Update Long Term Support (LTS) libraries to 202210.01-LTS:
1+
# Changelog for NXP i.MX RT1060 Featured FreeRTOS IoT Integration
32

4-
* FreeRTOS-Kernel V10.5.1
5-
* coreMQTT v2.1.1
6-
* corePKCS11 v3.5.0
7-
* coreJSON v3.2.0
8-
* backoffAlgorithm v1.3.0
9-
* AWS IoT Device Shadow v1.3.0
10-
* AWS IoT Device Defender v1.3.0
11-
* AWS IoT Over-the-air Update v3.4.0
3+
## v202212.00 ( December 2022 )
4+
- [#33](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/33) and [#29](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/29) Update Long Term Support (LTS) libraries to 202210.01-LTS:
5+
* [FreeRTOS-Kernel V10.5.1](https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V10.5.1/History.txt)
6+
* [coreMQTT v2.1.1](https://github.com/FreeRTOS/coreMQTT/blob/v2.1.1/CHANGELOG.md)
7+
* [corePKCS11 v3.5.0](https://github.com/FreeRTOS/corePKCS11/tree/v3.5.0)
8+
* [coreJSON v3.2.0](https://github.com/FreeRTOS/coreJSON/tree/v3.2.0)
9+
* [backoffAlgorithm v1.3.0](https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.3.0)
10+
* [AWS IoT Device Shadow v1.3.0](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.3.0)
11+
* [AWS IoT Device Defender v1.3.0](https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.3.0)
12+
* [AWS IoT Over-the-air Update v3.4.0](https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.4.0)
1213

14+
- [#28](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/28) Add IDT configs for passing qualification suite
15+
- [#27](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/27) demos: Make alpn identifiers work with mbedtls
16+
- [#26](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/26) Set default configuration to retry connection forever
17+
- [#21](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/21) Update FreeRTOS Kernel to V10.4.3-LTS-Patch-2
18+
- [#19](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/19) and [#20](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/20) Change MQTT PUB/SUB retry behavior and minor refactor
19+
- [#18](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/18) Add default error messages for generating bootloader keys
20+
- [#16](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/16) Device advisor integration
21+
- [#14](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/14) Update ci.yml to ignore NXP directory
22+
- [#12](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/12) Support for OTA E2E test
23+
- [#10](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/10) Updated the test project for OTA and PKCS11 test
24+
- [#9](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/9) Updated test project to run qualification tests
25+
- [#8](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/8), [#11](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/11), [#15](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/15), [#17](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/17), [#22](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/22), [#23](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/23), [#24](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/24), [#25](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/25) and [#34](https://github.com/FreeRTOS/iot-reference-nxp-rt1060/pull/34) Manifest, project file and documentation updates
26+
1327
## v202203.00 ( March 2022 )
1428

1529
This is the first release for the repository.

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: |-
44
"Reference IoT integration project using NXP i.MX RT1060 with EdgeLock® SE050 secure element and FreeRTOS LTS libraries"
55
dependencies:
66
- name: "FreeRTOS-Kernel"
7-
version: "V10.5.01"
7+
version: "V10.5.1"
88
repository:
99
type: "git"
1010
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"

0 commit comments

Comments
 (0)