Home
last modified time | relevance | path

Searched full:are (Results 1 – 25 of 271) sorted by relevance

1234567891011

/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
Dcoverity_misra.config19 reason: "Functions are interfaces to be called by application modules."
27 … reason: "#includes are used to include compiler specific attributes to make (packed structures)"
35 …reason: "There are a number of macros which are present for backward compatibility in FreeRTOS+TCP…
39 …reason: "The way we declare structures are conformant with the FreeRTOS kernel, which leaves somes…
43are always declared with both a struct tag and typedef alias. Some of these structs are always ref…
51 …eRTOS+TCP is optimised to work on small micro-controllers. To achieve that, macros are being used."
55 …reason: "Multiple breaks in a do { ... } while ( 0 ); block are used to make the code easier to re…
60 all uses are checked and tested not to cause misalignment, pointers
61 are switched back to their original type before they are accessed"
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dreadme.md4 Some STM32 network settings are stored in 'stm32h7xx_hal_conf.h'.
8 The descriptors for transmission are protected with a counting semaphore.
17 Here are settings give a high performance for iperf3:
25 Two more defines that are needed:
32 The following macro's are **not** used by the FreeRTOS driver:
42 It is possible to use the AXI SRAM for this, but RAM{1,2,3} are also connected
70 Please make sure that the addresses and lengths are correct for your model of STM32H7xx.
102 The most important DMAC registers, along with their names which are used in the reference manual:
/FreeRTOS-Plus-TCP-v4.0.0/
DMISRA.md7 The specific deviations, suppressed inline, are listed below.
25 defined by the FreeRTOS-Kernel, which are deterministic. Additionally,
33 - MISRA C-2012 Rule 2.2 Unions are used for checksum computation to speed up the
35 the 16-bit union members are used to then compute the final checksum.
61 operation is safe to perform in that case, as we are using a generic API
83 packets are stored are always aligned to a 4 byte word boundary with an
122 - When sending and receiving a DHCP event to the IP-stack, the events are
156 In this case however, the number of recursions are limited by design.
170 are undefined using `#undef` before being redefined to a proper
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
Dconfig.doxyfile40 # double-quotes, unless you are using Doxywizard) that should identify the
88 # sub-directories are organized in 2 levels, the first level always has a fixed
106 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Bulgarian,
119 # descriptions after the members that are listed in the file and class
128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
139 # following values are used ($name is automatically replaced with the name of
155 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
193 # specify the list of include paths that are normally passed to the compiler
238 # Note that setting this tag to YES also means that rational rose comments are
244 # By default Python docstrings are displayed as preformatted text and doxygen's
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DNetworkInterface.h41 /* Since there are multiple interfaces, there are multiple versions
43 * These are now declared static in NetworkInterface.c and their addresses
44 * are stored in a struct NetworkInterfaceDescriptor_t.
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/mw300_rd/
DREADME.md3 …port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the la…
13are interested in contributing to the development of this port or have any question regarding this…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DREADME.md3 …port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the la…
11are interested in contributing to the development of this port or have any question regarding this…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/esp32/
DREADME.md3 …port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the la…
13are interested in contributing to the development of this port or have any question regarding this…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/SH2A/
DREADME.md3 …port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the la…
13are interested in contributing to the development of this port or have any question regarding this…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
DREADME.md3 …port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the la…
13are interested in contributing to the development of this port or have any question regarding this…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC17xx/
DREADME.md3 …port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the la…
13are interested in contributing to the development of this port or have any question regarding this…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DREADME.md3 …port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the la…
13are interested in contributing to the development of this port or have any question regarding this…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
DREADME.md3 …port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the la…
13are interested in contributing to the development of this port or have any question regarding this…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
DREADME.md3 …port has not been tested with IPv6, Multiple endpoint and interfaces which are supported by the la…
13are interested in contributing to the development of this port or have any question regarding this…
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Common/
DFreeRTOSConfig.h35 * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE
41 * the demo) are contained in FreeRTOSIPConfig.h.
107 * is set to 2 so the formatting functions are included without the stdio.h being
128 * macros are defined to gather some UDP stack statistics that can then be viewed
133 * are multiple command interpreters running at once (for example, one on a UART
149 * available are displayed on the console when the application is executed. For
192 /* Default DNS server configuration. OpenDNS addresses are 208.67.222.222 and
207 /* The UDP port to which print messages are sent. */
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Header_Self_Contain/
DFreeRTOSConfig.h35 * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE
41 * the demo) are contained in FreeRTOSIPConfig.h.
107 * is set to 2 so the formatting functions are included without the stdio.h being
128 * macros are defined to gather some UDP stack statistics that can then be viewed
133 * are multiple command interpreters running at once (for example, one on a UART
149 * available are displayed on the console when the application is executed. For
192 /* Default DNS server configuration. OpenDNS addresses are 208.67.222.222 and
207 /* The UDP port to which print messages are sent. */
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
DFreeRTOSConfig.h35 * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE
41 * the demo) are contained in FreeRTOSIPConfig.h.
122 * is set to 2 so the formatting functions are included without the stdio.h being
143 * macros are defined to gather some UDP stack statistics that can then be viewed
148 * are multiple command interpreters running at once (for example, one on a UART
164 * available are displayed on the console when the application is executed. For
207 /* Default DNS server configuration. OpenDNS addresses are 208.67.222.222 and
222 /* The UDP port to which print messages are sent. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h64 * on). Valid options are pdFREERTOS_BIG_ENDIAN and pdFREERTOS_LITTLE_ENDIAN. */
132 * all the network buffers are in use and the tasks that process (and subsequently
133 * free) the network buffers are themselves blocked waiting for a network buffer.
171 * address the MAC address and IP address are added to the ARP cache. When a UDP
185 * New ARP requests are sent for ARP cache entries that are nearing their maximum
191 * routines, which are relatively large. To save code space the full
198 * FreeRTOS_indet_addr_quick() are available. If ipconfigINCLUDE_FULL_INET_ADDR is
203 * are available to the IP stack. The total number of network buffers is limited
264 * that are not in Ethernet II format will be dropped. This option is included for
269 * responsibility of the Ethernet interface to filter out packets that are of no
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Enable_IPv6/
DFreeRTOSIPConfig.h89 * on). Valid options are pdFREERTOS_BIG_ENDIAN and pdFREERTOS_LITTLE_ENDIAN. */
155 * all the network buffers are in use and the tasks that process (and subsequently
156 * free) the network buffers are themselves blocked waiting for a network buffer.
192 * address the MAC address and IP address are added to the ARP cache. When a UDP
206 * New ARP requests are sent for ARP cache entries that are nearing their maximum
212 * routines, which are relatively large. To save code space the full
219 * FreeRTOS_indet_addr_quick() are available. If ipconfigINCLUDE_FULL_INET_ADDR is
224 * are available to the IP stack. The total number of network buffers is limited
285 * that are not in Ethernet II format will be dropped. This option is included for
290 * responsibility of the Ethernet interface to filter out packets that are of no
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h59 * on). Valid options are pdFREERTOS_BIG_ENDIAN and pdFREERTOS_LITTLE_ENDIAN. */
127 * all the network buffers are in use and the tasks that process (and subsequently
128 * free) the network buffers are themselves blocked waiting for a network buffer.
164 * address the MAC address and IP address are added to the ARP cache. When a UDP
178 * New ARP requests are sent for ARP cache entries that are nearing their maximum
184 * routines, which are relatively large. To save code space the full
191 * FreeRTOS_indet_addr_quick() are available. If ipconfigINCLUDE_FULL_INET_ADDR is
196 * are available to the IP stack. The total number of network buffers is limited
257 * that are not in Ethernet II format will be dropped. This option is included for
262 * responsibility of the Ethernet interface to filter out packets that are of no
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_ConfigDriverCheckChecksum/
DFreeRTOSIPConfig.h61 * on). Valid options are pdFREERTOS_BIG_ENDIAN and pdFREERTOS_LITTLE_ENDIAN. */
129 * all the network buffers are in use and the tasks that process (and subsequently
130 * free) the network buffers are themselves blocked waiting for a network buffer.
168 * address the MAC address and IP address are added to the ARP cache. When a UDP
182 * New ARP requests are sent for ARP cache entries that are nearing their maximum
188 * routines, which are relatively large. To save code space the full
195 * FreeRTOS_indet_addr_quick() are available. If ipconfigINCLUDE_FULL_INET_ADDR is
200 * are available to the IP stack. The total number of network buffers is limited
261 * that are not in Ethernet II format will be dropped. This option is included for
266 * responsibility of the Ethernet interface to filter out packets that are of no
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOSIPConfig.h63 * on). Valid options are pdFREERTOS_BIG_ENDIAN and pdFREERTOS_LITTLE_ENDIAN. */
133 * all the network buffers are in use and the tasks that process (and subsequently
134 * free) the network buffers are themselves blocked waiting for a network buffer.
172 * address the MAC address and IP address are added to the ARP cache. When a UDP
186 * New ARP requests are sent for ARP cache entries that are nearing their maximum
192 * routines, which are relatively large. To save code space the full
199 * FreeRTOS_indet_addr_quick() are available. If ipconfigINCLUDE_FULL_INET_ADDR is
204 * are available to the IP stack. The total number of network buffers is limited
265 * that are not in Ethernet II format will be dropped. This option is included for
270 * responsibility of the Ethernet interface to filter out packets that are of no
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigCompatibleWithSingle/
DFreeRTOSIPConfig.h67 * on). Valid options are pdFREERTOS_BIG_ENDIAN and pdFREERTOS_LITTLE_ENDIAN. */
137 * all the network buffers are in use and the tasks that process (and subsequently
138 * free) the network buffers are themselves blocked waiting for a network buffer.
176 * address the MAC address and IP address are added to the ARP cache. When a UDP
190 * New ARP requests are sent for ARP cache entries that are nearing their maximum
196 * routines, which are relatively large. To save code space the full
203 * FreeRTOS_indet_addr_quick() are available. If ipconfigINCLUDE_FULL_INET_ADDR is
208 * are available to the IP stack. The total number of network buffers is limited
269 * that are not in Ethernet II format will be dropped. This option is included for
274 * responsibility of the Ethernet interface to filter out packets that are of no
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h59 * on). Valid options are pdFREERTOS_BIG_ENDIAN and pdFREERTOS_LITTLE_ENDIAN. */
127 * all the network buffers are in use and the tasks that process (and subsequently
128 * free) the network buffers are themselves blocked waiting for a network buffer.
166 * address the MAC address and IP address are added to the ARP cache. When a UDP
180 * New ARP requests are sent for ARP cache entries that are nearing their maximum
186 * routines, which are relatively large. To save code space the full
193 * FreeRTOS_indet_addr_quick() are available. If ipconfigINCLUDE_FULL_INET_ADDR is
198 * are available to the IP stack. The total number of network buffers is limited
259 * that are not in Ethernet II format will be dropped. This option is included for
264 * responsibility of the Ethernet interface to filter out packets that are of no
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOSIPConfig.h59 * on). Valid options are pdFREERTOS_BIG_ENDIAN and pdFREERTOS_LITTLE_ENDIAN. */
127 * all the network buffers are in use and the tasks that process (and subsequently
128 * free) the network buffers are themselves blocked waiting for a network buffer.
166 * address the MAC address and IP address are added to the ARP cache. When a UDP
180 * New ARP requests are sent for ARP cache entries that are nearing their maximum
186 * routines, which are relatively large. To save code space the full
193 * FreeRTOS_indet_addr_quick() are available. If ipconfigINCLUDE_FULL_INET_ADDR is
198 * are available to the IP stack. The total number of network buffers is limited
259 * that are not in Ethernet II format will be dropped. This option is included for
264 * responsibility of the Ethernet interface to filter out packets that are of no
[all …]

1234567891011