Home
last modified time | relevance | path

Searched full:update (Results 1 – 25 of 60) sorted by relevance

123

/FreeRTOS-Plus-TCP-v4.0.0/
D.gitmodules4 update = none
8 update = none
DREADME.md84 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel
90 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel
/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Duncrustify.yml19 … sudo apt-get update && sudo apt-get --assume-yes install software-properties-common curl jq sed
21 sudo apt-get update && sudo apt-get --assume-yes install git
46 sudo apt-get update && sudo apt-get --assume-yes install uncrustify
Dci.yml20 git submodule update --checkout
22 git submodule update --init vendor/unity
203 git submodule update --init --checkout --recursive
204 sudo apt-get update
Drelease.yml36 git commit -m 'Update SBOM'
45 git remote update
64 git submodule update --init --checkout --recursive
Drelease-candidate.yml33 git remote update
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c73 /** update entry at \p index in the cache. */
152 * @brief perform a dns update in the local cache
190 * @brief process a DNS Cache request (get, update, or insert)
193 * @param[in,out] pxIP when doing a lookup, will be set, when doing an update,
228 /* Is this function called for a lookup or to add/update an IP address? */ in FreeRTOS_ProcessDNSCache()
405 * @brief update entry at \p index in the cache
408 * @param[in] pxIP ip to update the cache with
448 /* Add or update the item. */ in prvInsertCacheEntry()
DFreeRTOS_IPv4_Sockets.c250 * @brief Called by FreeRTOS_recvfrom(), this function will update socket
DFreeRTOS_ICMP.c161 /* Update the TTL field. */ in prvProcessICMPEchoRequest()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/Compiler/CompilerName/
DReadMe.txt1 Update pack_struct_start.h and pack_struct_end.h for your architecure.
Dpack_struct_end.h34 ; /* FIX ME. Update for the compiler specifier needed at end of a struct declaration to pack the st…
Dpack_struct_start.h34 /* FIX ME. Update for the compiler specifier needed at the start of a struct declaration to pack th…
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
DREADME.md25 - `git submodule update --checkout --init --recursive`
29 1. Update the compiler configuration in Coverity
DCMakeLists.txt33 execute_process( COMMAND git submodule update --init --checkout ${KERNEL_DIRECTORY}
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/board_family/
DReadMe.txt1 Update NetworkInterface.c and include other files needed by FreeRTOS+TCP here.
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
Dcmock_build.cmake6 COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive ${CMOCK_DIR}
DREADME.md28 - `git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel`
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IPv4_Sockets.h58 * @brief Called by FreeRTOS_recvfrom(), this function will update socket
DFreeRTOS_IPv6_Sockets.h115 * @brief Called by FreeRTOS_recvfrom(), this function will update socket
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/lib/
Dprint_tool_versions.py17 "cbmc-starter-kit-update",
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ND/
DFreeRTOS_ND_utest.c621 /*Update Entry one as invalid ucValid = 0 */ in test_vNDAgeCache_InvalidEntry()
641 /*Update Entry one as invalid ucValid = 0 */ in test_vNDAgeCache_ValidEntry()
663 /*Update Entry one as Valid entry */ in test_vNDAgeCache_ValidEntryDecrement()
687 /*Update Entry one as Valid entry */ in test_vNDAgeCache_NSNullEP()
715 /*Update Entry one as Valid entry */ in test_vNDAgeCache_NSIncorrectDataLen()
753 /*Update Entry one as Valid entry */ in test_vNDAgeCache_NSHappyPath()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/component/
Dgmac.h658 …RUD_Msk ( 0xffffffffu << GMAC_EFTS_RUD_Pos ) /**< \brief (GMAC_EFTS) Register Update */
661 …RUD_Msk ( 0x3fffffffu << GMAC_EFTN_RUD_Pos ) /**< \brief (GMAC_EFTN) Register Update */
664 …RUD_Msk ( 0xffffffffu << GMAC_EFRS_RUD_Pos ) /**< \brief (GMAC_EFRS) Register Update */
667 …RUD_Msk ( 0x3fffffffu << GMAC_EFRN_RUD_Pos ) /**< \brief (GMAC_EFRN) Register Update */
670 …UD_Msk ( 0xffffffffu << GMAC_PEFTS_RUD_Pos ) /**< \brief (GMAC_PEFTS) Register Update */
673 …UD_Msk ( 0x3fffffffu << GMAC_PEFTN_RUD_Pos ) /**< \brief (GMAC_PEFTN) Register Update */
676 …UD_Msk ( 0xffffffffu << GMAC_PEFRS_RUD_Pos ) /**< \brief (GMAC_PEFRS) Register Update */
679 …UD_Msk ( 0x3fffffffu << GMAC_PEFRN_RUD_Pos ) /**< \brief (GMAC_PEFRN) Register Update */
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
Dm480_eth.c231 /* Update System Core Clock */ in __eth_clk_pin_init()
417 …t; /* in case TX is transmitting and overwrite next pointer before we can update cur_tx_desc_ptr */ in numaker_eth_trigger_tx()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ksz8851snl/
DNetworkInterface.c169 * // RX step22-23: update frame count to be read.
687 * \brief Update Micrel state machine and perform required actions.
865 /* Remove CRC and update buffer length. */ in ksz8851snl_update()
961 /* RX step22-23: update frame count to be read. */ in ksz8851snl_update()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
Dcompute_patch.py122 # Git does not update the modified file list returned by diff-files on

123