mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-26 23:36:32 -04:00
Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus.
Projects under FreeRTOS-Labs directory are in beta, developers updating projects please make sure you are using the correct version of -CLI -TCP -Trace. If you must edit -CLI -TCP and -Trace, please ensure the copies are synced.
This commit is contained in:
parent
ec6f3d77c3
commit
9fdfbf33e9
58 changed files with 4129 additions and 4415 deletions
|
|
@ -280,13 +280,6 @@ UBaseType_t uxCount;
|
|||
pxReturn->pxNextBuffer = NULL;
|
||||
}
|
||||
#endif /* ipconfigUSE_LINKED_RX_MESSAGES */
|
||||
|
||||
if( xTCPWindowLoggingLevel > 3 )
|
||||
{
|
||||
FreeRTOS_debug_printf( ( "BUF_GET[%ld]: %p (%p)\n",
|
||||
bIsValidNetworkDescriptor( pxReturn ),
|
||||
pxReturn, pxReturn->pucEthernetBuffer ) );
|
||||
}
|
||||
}
|
||||
iptraceNETWORK_BUFFER_OBTAINED( pxReturn );
|
||||
}
|
||||
|
|
@ -390,11 +383,6 @@ BaseType_t xListItemAlreadyInFreeList;
|
|||
{
|
||||
xSemaphoreGive( xNetworkBufferSemaphore );
|
||||
prvShowWarnings();
|
||||
if( xTCPWindowLoggingLevel > 3 )
|
||||
FreeRTOS_debug_printf( ( "BUF_PUT[%ld]: %p (%p) (now %lu)\n",
|
||||
bIsValidNetworkDescriptor( pxNetworkBuffer ),
|
||||
pxNetworkBuffer, pxNetworkBuffer->pucEthernetBuffer,
|
||||
uxGetNumberOfFreeNetworkBuffers( ) ) );
|
||||
}
|
||||
iptraceNETWORK_BUFFER_RELEASED( pxNetworkBuffer );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue