Home
last modified time | relevance | path

Searched full:branch (Results 1 – 15 of 15) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/patches/
HDMakefile1 BRANCH=freertos macro
6 git format-patch $(BRANCH)..$(BRANCH)-cbmc-patches
/FreeRTOS-Plus-TCP-v3.1.0/.github/workflows/
HDuncrustify.yml24 - name: get upstream branch
28 - name: echo upstream repo:branch
HDrelease.yml26 - name: create a new branch that references commit id
/FreeRTOS-Plus-TCP-v3.1.0/
HDmanifest.yml13 branch: "main"
HDREADME.md19 …or). For an example based on the Xilinx Zynq-7000, use the code in this [branch](https://github.co…
HDHistory.txt149 interface labs release - not a release of the current development branch.
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/cmock/
HDcoverage.cmake104 --branch-coverage
/FreeRTOS-Plus-TCP-v3.1.0/.github/
HDCONTRIBUTING.md36 1. You are working against the latest source on the *master* branch.
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DNS_Callback/
HDFreeRTOS_DNS_Callback_utest.c363 * sub-branch
/FreeRTOS-Plus-TCP-v3.1.0/source/
HDFreeRTOS_TCP_Transmission.c307 … if( pxNetworkBuffer != NULL ) /* LCOV_EXCL_BR_LINE the 2nd branch will never be reached */ in prvTCPReturnPacket()
929 …configASSERT( pxNetworkBuffer != NULL ); /* LCOV_EXCL_BR_LINE this branch will not be covered, sin… in prvTCPBufferResize()
1367 … if( pxSocket->u.xTCP.usTimeout < 1U ) /* LCOV_EXCL_BR_LINE, the second branch will never be hit */ in prvSendData()
HDFreeRTOS_Sockets.c322 …ASSERT( xReturn == pdPASS ); /* LCOV_EXCL_BR_LINE Exclude this line from branch coverage as the no… in prvDetermineSocketSize()
335 …ASSERT( xReturn == pdPASS ); /* LCOV_EXCL_BR_LINE Exclude this line from branch coverage as the no… in prvDetermineSocketSize()
344 …configASSERT( xReturn == pdPASS ); /* LCOV_EXCL_BR_LINE Exclude this line from branch coverage as … in prvDetermineSocketSize()
2627 /* Ignore the following line from branch coverage since the exits from this loop are in FreeRTOS_EUI48_pton()
4844 … >= 0 ); /* LCOV_EXCL_BR_LINE the 'taken' branch will never execute… in vTCPNetStat()
4845 … < ( int32_t ) sizeof( ucChildText ) ); /* LCOV_EXCL_BR_LINE the 'taken' branch will never execute… in vTCPNetStat()
HDFreeRTOS_TCP_IP.c799 configASSERT( pxSocket != NULL ); /* LCOV_EXCL_LINE ,this branch will not be hit*/ in xProcessReceivedTCPPacket()
HDFreeRTOS_DHCP.c1199 …/* Exclude this line from branch coverage as the not-taken condition will never happen unless the … in prvSendDHCPDiscover()
HDFreeRTOS_IP_Utils.c639 … /* Exclude this from branch coverage as this is only used for debugging. */ in usGenerateProtocolChecksum()
HDFreeRTOS_IP.c1562 … /* Exclude this from branch coverage as this is only used for debugging. */ in prvAllowIPPacket()