Skip to content

Commit

Permalink
Merge branch 'main' into release_changelog_pre_v420
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Jun 24, 2024
2 parents 8b617f4 + 9a88c9f commit 61e04e7
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = FreeRTOS-Plus-TCP
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = V4.1.0
PROJECT_NUMBER = V4.2.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "FreeRTOS-Plus-TCP"
version: "V4.1.0"
version: "V4.2.0"
description:
"Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to
implement the TCP/IP protocol. Suitable for microcontrollers."
license: "MIT"
dependencies:
- name: "FreeRTOS-Kernel"
version: "V11.0.1"
version: "V11.1.0"
license: "MIT"
repository:
type: "git"
Expand Down
2 changes: 1 addition & 1 deletion test/FreeRTOS-Kernel
Submodule FreeRTOS-Kernel updated 702 files
6 changes: 3 additions & 3 deletions test/cbmc/proofs/DNS_ParseDNSReply/Configurations.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"ENTRY": "DNS_ParseDNSReply",
"TEST_PAYLOAD_SIZE": 5,
"TEST_IPV4_PACKET_SIZE": 59,
"TEST_IPV6_PACKET_SIZE": 79,
"TEST_PAYLOAD_SIZE": 2,
"TEST_IPV4_PACKET_SIZE": 29,
"TEST_IPV6_PACKET_SIZE": 49,
"CBMCFLAGS":
[
"--unwind 1",
Expand Down
4 changes: 2 additions & 2 deletions test/unit-test/FreeRTOS_ARP/FreeRTOS_ARP_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void vApplicationDaemonTaskStartupHook( void )
}
void vApplicationGetTimerTaskMemory( StaticTask_t ** ppxTimerTaskTCBBuffer,
StackType_t ** ppxTimerTaskStackBuffer,
uint32_t * pulTimerTaskStackSize )
configSTACK_DEPTH_TYPE * puxTimerTaskStackSize )
{
}
void vPortDeleteThread( void * pvTaskToDelete )
Expand Down Expand Up @@ -125,7 +125,7 @@ void vPortCloseRunningThread( void * pvTaskToDelete,
}
void vApplicationGetIdleTaskMemory( StaticTask_t ** ppxIdleTaskTCBBuffer,
StackType_t ** ppxIdleTaskStackBuffer,
uint32_t * pulIdleTaskStackSize )
configSTACK_DEPTH_TYPE * puxIdleTaskStackSize )
{
}
void vConfigureTimerForRunTimeStats( void )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void vApplicationDaemonTaskStartupHook( void )
}
void vApplicationGetTimerTaskMemory( StaticTask_t ** ppxTimerTaskTCBBuffer,
StackType_t ** ppxTimerTaskStackBuffer,
uint32_t * pulTimerTaskStackSize )
configSTACK_DEPTH_TYPE * puxTimerTaskStackSize )
{
}
void vPortDeleteThread( void * pvTaskToDelete )
Expand Down Expand Up @@ -121,7 +121,7 @@ void vPortCloseRunningThread( void * pvTaskToDelete,
}
void vApplicationGetIdleTaskMemory( StaticTask_t ** ppxIdleTaskTCBBuffer,
StackType_t ** ppxIdleTaskStackBuffer,
uint32_t * pulIdleTaskStackSize )
configSTACK_DEPTH_TYPE * puxIdleTaskStackSize )
{
}
void vConfigureTimerForRunTimeStats( void )
Expand Down
4 changes: 2 additions & 2 deletions test/unit-test/FreeRTOS_DHCP/FreeRTOS_DHCP_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void vApplicationDaemonTaskStartupHook( void )
}
void vApplicationGetTimerTaskMemory( StaticTask_t ** ppxTimerTaskTCBBuffer,
StackType_t ** ppxTimerTaskStackBuffer,
uint32_t * pulTimerTaskStackSize )
configSTACK_DEPTH_TYPE * puxTimerTaskStackSize )
{
}
void vPortDeleteThread( void * pvTaskToDelete )
Expand Down Expand Up @@ -181,7 +181,7 @@ void vPortCloseRunningThread( void * pvTaskToDelete,
}
void vApplicationGetIdleTaskMemory( StaticTask_t ** ppxIdleTaskTCBBuffer,
StackType_t ** ppxIdleTaskStackBuffer,
uint32_t * pulIdleTaskStackSize )
configSTACK_DEPTH_TYPE * puxIdleTaskStackSize )
{
}
void vConfigureTimerForRunTimeStats( void )
Expand Down
4 changes: 2 additions & 2 deletions test/unit-test/FreeRTOS_TCP_WIN/FreeRTOS_TCP_WIN_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void vApplicationDaemonTaskStartupHook( void )

void vApplicationGetTimerTaskMemory( StaticTask_t ** ppxTimerTaskTCBBuffer,
StackType_t ** ppxTimerTaskStackBuffer,
uint32_t * pulTimerTaskStackSize )
configSTACK_DEPTH_TYPE * puxTimerTaskStackSize )
{
}

Expand Down Expand Up @@ -144,7 +144,7 @@ void vPortCloseRunningThread( void * pvTaskToDelete,

void vApplicationGetIdleTaskMemory( StaticTask_t ** ppxIdleTaskTCBBuffer,
StackType_t ** ppxIdleTaskStackBuffer,
uint32_t * pulIdleTaskStackSize )
configSTACK_DEPTH_TYPE * puxIdleTaskStackSize )
{
}

Expand Down
4 changes: 2 additions & 2 deletions test/unit-test/FreeRTOS_Tiny_TCP/FreeRTOS_Tiny_TCP_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void vApplicationDaemonTaskStartupHook( void )
}
void vApplicationGetTimerTaskMemory( StaticTask_t ** ppxTimerTaskTCBBuffer,
StackType_t ** ppxTimerTaskStackBuffer,
uint32_t * pulTimerTaskStackSize )
configSTACK_DEPTH_TYPE * puxTimerTaskStackSize )
{
}
void vPortDeleteThread( void * pvTaskToDelete )
Expand Down Expand Up @@ -135,7 +135,7 @@ void vPortCloseRunningThread( void * pvTaskToDelete,
}
void vApplicationGetIdleTaskMemory( StaticTask_t ** ppxIdleTaskTCBBuffer,
StackType_t ** ppxIdleTaskStackBuffer,
uint32_t * pulIdleTaskStackSize )
configSTACK_DEPTH_TYPE * puxIdleTaskStackSize )
{
}
void vConfigureTimerForRunTimeStats( void )
Expand Down

0 comments on commit 61e04e7

Please sign in to comment.