Skip to content

Commit

Permalink
build: Bump FreeRTOS-Plus-TCP commit hash
Browse files Browse the repository at this point in the history
CS315 support have been added to the FreeRTOS-Plus-TCP.
Bumped the submodule's commit hash to the one which
added the new platform.

Signed-off-by: Dávid Házi <[email protected]>
  • Loading branch information
david-hazi-arm authored and urutva committed Apr 22, 2024
1 parent 781d45f commit d1d901f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 14,417 deletions.
9 changes: 0 additions & 9 deletions components/connectivity/freertos_plus_tcp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ set(freertos_plus_tcp_SOURCE_DIR
"Path to FreeRTOS-Plus-TCP source code"
)

include(ApplyPatches)

set(PATCH_FILES_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/patches")
set(PATCH_FILES
"${PATCH_FILES_DIRECTORY}/0001-platform-Add-Corstone-315-support.patch"
)
iot_reference_arm_corstone3xx_apply_patches("${freertos_plus_tcp_SOURCE_DIR}" "${PATCH_FILES}")


if (${ARM_CORSTONE_BSP_TARGET_PLATFORM} STREQUAL "corstone300" OR ${ARM_CORSTONE_BSP_TARGET_PLATFORM} STREQUAL "corstone310")
set(FREERTOS_PLUS_TCP_NETWORK_IF "MPS3_AN552" CACHE STRING "FreeRTOS Plus TCP Network Interface selection")
elseif (${ARM_CORSTONE_BSP_TARGET_PLATFORM} STREQUAL "corstone315")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int32_t network_startup( void )
}
#endif /* ( ipconfigUSE_DHCP != 0 ) */

memcpy( ipLOCAL_MAC_ADDRESS, ucMACAddress, sizeof( ucMACAddress ) );
memcpy( xEndPoints[ 0 ].xMACAddress.ucBytes, ucMACAddress, sizeof( ucMACAddress ) );

FreeRTOS_IPInit_Multi();
#else /* if defined( ipconfigIPv4_BACKWARD_COMPATIBLE ) && ( ipconfigIPv4_BACKWARD_COMPATIBLE == 0 ) */
Expand Down
2 changes: 1 addition & 1 deletion components/connectivity/freertos_plus_tcp/library
Submodule library updated 306 files
Loading

0 comments on commit d1d901f

Please sign in to comment.