Home
last modified time | relevance | path

Searched full:install (Results 1 – 13 of 13) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Dci.yml24 sudo apt-get install -y lcov
25 sudo apt-get install -y unifdef
55 - name: Install spell
57 sudo apt-get install spell
58 sudo apt-get install util-linux
93 - name: Build Install Dependencies
95 sudo apt-get install -y libpcap-dev
151 run: sudo apt-get install complexity
152 - name: Install Uncrustify
153 run: sudo apt-get install uncrustify
[all …]
Duncrustify.yml17 - name: Install Utils
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
42 - name: Install Uncrustify
44 : # Install Uncrustify
45 echo "::group::Install Uncrustify"
46 sudo apt-get update && sudo apt-get --assume-yes install uncrustify
Drelease.yml53 - name: Install ZIP tools
54 run: sudo apt-get install zip unzip
81 sudo apt-get install -y lcov
82 sudo apt-get install unifdef
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
DREADME.md9 - Not found? Try `apt-get install make`.
11 - Not found? Try `apt-get install ruby`.
13 - Not found? Try `apt-get install cmake`
20 - Run `make -j$(nproc)' and then run `sudo make install`.
23 - 'sudo apt-get install lcov'
25 - 'sudo apt-get install unifdef'
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/
DREADME.md78 - Download and install CMake from the [CMake website](https://cmake.org/download).
79 - Download and install the "git for Windows" package, which also
83 "Install" it by dropping the contents of the entire unzipped
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Sockets.h127 …#define FREERTOS_SO_TCP_CONN_HANDLER ( 6 ) /* Install a callback for (dis) connection events. …
128 … #define FREERTOS_SO_TCP_RECV_HANDLER ( 7 ) /* Install a callback for receiving TCP data. */
129 … #define FREERTOS_SO_TCP_SENT_HANDLER ( 8 ) /* Install a callback for sending TCP data. */
130 … #define FREERTOS_SO_UDP_RECV_HANDLER ( 9 ) /* Install a callback for receiving UDP data. */
131 … #define FREERTOS_SO_UDP_SENT_HANDLER ( 10 ) /* Install a callback for sending UDP data. */
DFreeRTOSIPConfigDefaults.h999 * Use the socket option 'FREERTOS_SO_WAKEUP_CALLBACK' to install a function
/FreeRTOS-Plus-TCP-v4.0.0/
DREADME.md35 For running the script, you will need Python version > 3.7. You can download/install it from [here]…
124 In order to run these proofs you will need to install CBMC and other tools by following the instruc…
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
DREADME.md21 … - You can see the downloading and installation instructions [here](https://gcc.gnu.org/install/).
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/
Dportmacro.h152 * Install an interrupt handler to be called by the simulated interrupt handler
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
Dconfig.doxyfile1198 # - Install the latest version of global
1463 # running make install will install the docset in
1640 # install this plugin and make it available under the help contents menu in
1759 # enabled you may also need to install MathJax separately and configure the path
1800 # MathJax. However, it is strongly recommended to install a local copy of
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Routing.c78 * @brief Configure and install a new IPv4 end-point.
608 * @brief Configure and install a new IPv6 end-point.
DFreeRTOS_Sockets.c2859 …case FREERTOS_SO_TCP_RECV_HANDLER: /* Install a callback for receiving TCP data. Supply pointer to… in FreeRTOS_setsockopt()
2860 …case FREERTOS_SO_TCP_SENT_HANDLER: /* Install a callback for sending TCP data. Supply pointer to '… in FreeRTOS_setsockopt()
2862 …case FREERTOS_SO_UDP_RECV_HANDLER: /* Install a callback for receiving UDP data. Supply pointe… in FreeRTOS_setsockopt()
2863 …case FREERTOS_SO_UDP_SENT_HANDLER: /* Install a callback for sending UDP data. Supply pointer … in FreeRTOS_setsockopt()