Skip to content

Commit 9a773cf

Browse files
authored
Update 202210.01-LTS libraries. (#33)
* Update 202210.01-LTS libraries. * Update changelog.
1 parent 02c8884 commit 9a773cf

File tree

15 files changed

+31
-21
lines changed

15 files changed

+31
-21
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v202211.00 (November 2022)
2+
Update Long Term Support (LTS) libraries to 202210.01-LTS:
3+
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
12+
113
## v202203.00 ( March 2022 )
214

315
This is the first release for the repository.

Middleware/FreeRTOS/coreMQTT

Submodule coreMQTT updated 55 files

Middleware/FreeRTOS/kernel

Submodule kernel updated 599 files

Middleware/FreeRTOS/tls_freertos/tls_freertos.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ BaseType_t TLS_Connect( void * pvContext )
858858
}
859859

860860
#ifdef MBEDTLS_DEBUG_C
861-
862861
/* If mbedTLS is being compiled with debug support, assume that the
863862
* runtime configuration should use verbose output. */
864863
mbedtls_ssl_conf_dbg( &pxCtx->xMbedSslConfig, prvTlsDebugPrint, NULL );

examples/common/mqtt_agent/mqtt_agent_task.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ static BaseType_t prvCreateTLSConnection( NetworkContext_t * pxNetworkContext )
515515

516516
#if defined( democonfigUSE_AWS_IOT_CORE_BROKER )
517517
#if defined( democonfigCLIENT_USERNAME )
518-
519518
/*
520519
* When democonfigCLIENT_USERNAME is defined, use the "mqtt" alpn to connect
521520
* to AWS IoT Core with Custom Authentication on port 443.
@@ -535,7 +534,6 @@ static BaseType_t prvCreateTLSConnection( NetworkContext_t * pxNetworkContext )
535534
"must connect to TCP port 443 with the \"mqtt\" alpn." ) );
536535
}
537536
#else /* if defined( democonfigCLIENT_USERNAME ) */
538-
539537
/*
540538
* Otherwise, use the "x-amzn-mqtt-ca" alpn to connect to AWS IoT Core using
541539
* x509 Certificate Authentication.

examples/evkbmimxrt1060/defender/board/mflash_drv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ static int32_t mflash_drv_page_program_internal( uint32_t page_addr,
340340
__asm( "cpsid i" );
341341

342342
status_t status;
343+
343344
status = flexspi_nor_flash_page_program( MFLASH_FLEXSPI, page_addr, data, MFLASH_PAGE_SIZE );
344345

345346
/* Do software reset. */
@@ -384,6 +385,7 @@ static int32_t mflash_drv_read_internal( uint32_t addr,
384385
__asm( "cpsid i" );
385386

386387
status_t status;
388+
387389
status = flexspi_nor_read_data( MFLASH_FLEXSPI, addr, buffer, len );
388390

389391
/* Do software reset. */

examples/evkbmimxrt1060/pubsub/board/mflash_drv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ static int32_t mflash_drv_page_program_internal( uint32_t page_addr,
340340
__asm( "cpsid i" );
341341

342342
status_t status;
343+
343344
status = flexspi_nor_flash_page_program( MFLASH_FLEXSPI, page_addr, data, MFLASH_PAGE_SIZE );
344345

345346
/* Do software reset. */
@@ -384,6 +385,7 @@ static int32_t mflash_drv_read_internal( uint32_t addr,
384385
__asm( "cpsid i" );
385386

386387
status_t status;
388+
387389
status = flexspi_nor_read_data( MFLASH_FLEXSPI, addr, buffer, len );
388390

389391
/* Do software reset. */

examples/evkbmimxrt1060/shadow/board/mflash_drv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ static int32_t mflash_drv_page_program_internal( uint32_t page_addr,
340340
__asm( "cpsid i" );
341341

342342
status_t status;
343+
343344
status = flexspi_nor_flash_page_program( MFLASH_FLEXSPI, page_addr, data, MFLASH_PAGE_SIZE );
344345

345346
/* Do software reset. */
@@ -384,6 +385,7 @@ static int32_t mflash_drv_read_internal( uint32_t addr,
384385
__asm( "cpsid i" );
385386

386387
status_t status;
388+
387389
status = flexspi_nor_read_data( MFLASH_FLEXSPI, addr, buffer, len );
388390

389391
/* Do software reset. */

examples/evkbmimxrt1060/test/board/mflash_drv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ static int32_t mflash_drv_page_program_internal( uint32_t page_addr,
340340
__asm( "cpsid i" );
341341

342342
status_t status;
343+
343344
status = flexspi_nor_flash_page_program( MFLASH_FLEXSPI, page_addr, data, MFLASH_PAGE_SIZE );
344345

345346
/* Do software reset. */
@@ -384,6 +385,7 @@ static int32_t mflash_drv_read_internal( uint32_t addr,
384385
__asm( "cpsid i" );
385386

386387
status_t status;
388+
387389
status = flexspi_nor_read_data( MFLASH_FLEXSPI, addr, buffer, len );
388390

389391
/* Do software reset. */

0 commit comments

Comments
 (0)