Searched full:tools (Results 1 – 25 of 31) sorted by relevance
12
1 [submodule "tools/CMock"]2 path = tools/CMock
76 This repository uses [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to bring…84 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel90 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel99 - tools100 …- This directory contains the tools and related files (CMock/uncrustify) required to run tests/che…124 In order to run these proofs you will need to install CBMC and other tools by following the instruc…
238 add_subdirectory(tools)
9 The following versions for tools/libraries were used during development and testing of this driver:11 - TI ARM Code Generation Tools ((C) Texas Instruments) (CGT) - 20.2.6.LTS
21 cd tools/CMock61 PATH=$PATH:main/tools/spell63 …sed -i 's/find $DIRNAME/find $DIRNAME -not -path '*portable*'/g' main/tools/spell/find-unknown-com…164 uncrustify -c tools/uncrustify.complexity.cfg -f ${SOURCE_FILE} > ${TARGET_FILE}
54 …find . -iname "*.[ch]" | xargs uncrustify --no-backup --replace --if-changed -c tools/uncrustify.c…
53 - name: Install ZIP tools
27 ● Add tools/tcp_sources/tcp_mem_stats.c to the sources31 #include "tools/tcp_sources/include/tcp_mem_stats.h"
10 ● Make sure that tools/tcp_dump_packets.c is added to the source files27 #include "../tools/tcp_dump_packets.h"
7 Make sure that your FreeRTOSIPConfig.h includes tools/tcp_utilities/include/tcp_netstat.h:
31 * See tools/tcp_mem_stats.md for further description.
8 "proof-root": "tools/cbmc/proofs"
12 "proof-root": "tools/cbmc/proofs"
15 "proof-root": "tools/cbmc/proofs"
11 …* The proof can be found here: https://github.com/aws/amazon-freertos/tree/master/tools/cbmc/proof…
2 This directory is made for the purpose of Unit testing and tries to provide the tools for developin…28 - `git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel`
149 -I ${MODULE_ROOT_DIR}/tools/CMock/vendor/unity/src170 -I ${MODULE_ROOT_DIR}/tools/CMock/vendor/unity/src234 set( CMOCK_DIR ${MODULE_ROOT_DIR}/tools/CMock CACHE INTERNAL "CMock library source directory." )
263 /* See tools/tcp_mem_stat.c */285 /* See tools/tcp_dump_packets.c */
148 * A "challenge ACK" is as per https://tools.ietf.org/html/rfc5961#section-3.2,
24 * @brief: TI's Code Generation Tools do not add a trailing directive for packing structures
4 set(CMOCK_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../tools/CMock )
221 /* Implement https://tools.ietf.org/html/rfc5961#section-3.2. */ in xProcessReceivedTCPPacket_IPV4()
214 /* Implement https://tools.ietf.org/html/rfc5961#section-3.2. */ in xProcessReceivedTCPPacket_IPV6()
328 * and this RFC: https://tools.ietf.org/html/rfc1624#page-4 in prvAllowIPPacketIPv4()
33 /* suppressing the use of _static as it is used for other tools like cbmc */