Searched full:update (Results 1 – 25 of 60) sorted by relevance
123
| /FreeRTOS-Plus-TCP-v4.0.0/ |
| D | .gitmodules | 4 update = none 8 update = none
|
| D | README.md | 84 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/ |
| D | uncrustify.yml | 19 … 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
|
| D | ci.yml | 20 git submodule update --checkout 22 git submodule update --init vendor/unity 203 git submodule update --init --checkout --recursive 204 sudo apt-get update
|
| D | release.yml | 36 git commit -m 'Update SBOM' 45 git remote update 64 git submodule update --init --checkout --recursive
|
| D | release-candidate.yml | 33 git remote update
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/ |
| D | FreeRTOS_DNS_Cache.c | 73 /** 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()
|
| D | FreeRTOS_IPv4_Sockets.c | 250 * @brief Called by FreeRTOS_recvfrom(), this function will update socket
|
| D | FreeRTOS_ICMP.c | 161 /* Update the TTL field. */ in prvProcessICMPEchoRequest()
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/Compiler/CompilerName/ |
| D | ReadMe.txt | 1 Update pack_struct_start.h and pack_struct_end.h for your architecure.
|
| D | pack_struct_end.h | 34 ; /* FIX ME. Update for the compiler specifier needed at end of a struct declaration to pack the st…
|
| D | pack_struct_start.h | 34 /* 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/ |
| D | README.md | 25 - `git submodule update --checkout --init --recursive` 29 1. Update the compiler configuration in Coverity
|
| D | CMakeLists.txt | 33 execute_process( COMMAND git submodule update --init --checkout ${KERNEL_DIRECTORY}
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/board_family/ |
| D | ReadMe.txt | 1 Update NetworkInterface.c and include other files needed by FreeRTOS+TCP here.
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ |
| D | cmock_build.cmake | 6 COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive ${CMOCK_DIR}
|
| D | README.md | 28 - `git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel`
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
| D | FreeRTOS_IPv4_Sockets.h | 58 * @brief Called by FreeRTOS_recvfrom(), this function will update socket
|
| D | FreeRTOS_IPv6_Sockets.h | 115 * @brief Called by FreeRTOS_recvfrom(), this function will update socket
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/lib/ |
| D | print_tool_versions.py | 17 "cbmc-starter-kit-update",
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ND/ |
| D | FreeRTOS_ND_utest.c | 621 /*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/ |
| D | gmac.h | 658 …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/ |
| D | m480_eth.c | 231 /* 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/ |
| D | NetworkInterface.c | 169 * // 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/ |
| D | compute_patch.py | 122 # Git does not update the modified file list returned by diff-files on
|
123