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

freertos-plus-tcp: Update git submodule commit to include security patch #76

Merged
merged 1 commit into from
Jun 19, 2024
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2023 Arm Limited and/or its affiliates
/* Copyright 2023-2024 Arm Limited and/or its affiliates
* <[email protected]>
* SPDX-License-Identifier: MIT
*/
Expand Down Expand Up @@ -76,6 +76,9 @@ const uint8_t ucMACAddress[ 6 ] =
/* It will have several end-points. */
static NetworkEndPoint_t xEndPoints[ 4 ];

extern NetworkInterface_t * pxLAN91C111_FillInterfaceDescriptor( BaseType_t xEMACIndex,
NetworkInterface_t * pxInterface );

#endif /* defined( ipconfigIPv4_BACKWARD_COMPATIBLE ) && ( ipconfigIPv4_BACKWARD_COMPATIBLE == 0 ) */

int32_t network_startup( void )
Expand Down
2 changes: 1 addition & 1 deletion components/connectivity/freertos_plus_tcp/library
Submodule library updated 132 files
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies:
path: "components/tools/unity/library"
- name: "FreeRTOS-Plus-TCP"
license: "MIT"
version: "7b68a91f0870f9bcff444bb14e441d6a08658377"
version: "ba4e25c350020abcb787a3a319fdf991bef70538"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
Expand Down
1 change: 1 addition & 0 deletions release_changes/202406141224.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
freertos-plus-tcp: Update to latest commit on FreeRTOS-Plus-TCP main branch.
Loading