Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Bump FreeRTOS-Plus-TCP commit hash #67

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading