Home
last modified time | relevance | path

Searched refs:configuration (Results 1 – 19 of 19) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/
HDCMakeLists.txt145 # Select the appropriate Build Test configuration
148 …TOS_PLUS_TCP_TEST_CONFIGURATION "CUSTOM" CACHE STRING "FreeRTOS Plus TCP Build Test configuration")
150 CUSTOM # Custom (external) configuration -eg from a top-level project
151 ENABLE_ALL # Enable all configuration settings
152 ENABLE_ALL_IPV4 # Enable all configuration settings IPv4 UDP
153 ENABLE_ALL_IPV6 # Enable all configuration settings IPv6 UDP
154 ENABLE_ALL_IPV4_TCP # Enable all configuration settings IPv4 TCP
155 ENABLE_ALL_IPV6_TCP # Enable all configuration settings IPv6 TCP
156 ENABLE_ALL_IPV4_IPV6 # Enable all configuration settings IPv4 IPv6 UDP
157 DISABLE_ALL # Disable all configuration settings
[all …]
HDGettingStarted.md28 … - Get/Set the address configuration from the global variables initialised during FreeRTOS_IPInit
30 - Get/Set the same address configuration from/to the end point
HDMISRA.md9 Additionally, [MISRA configuration file](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/main/te…
166 FreeRTOS-Plus-TCP allows its users to set some configuration macros
HDHistory.txt203 configuration (due to the alignment requirements on the combined cache and
204 DMA configuration).
270 simplifies configuration, but note not all switches and routers will pass
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
HDNetworkInterface.c691 uint32_t configuration; in _process_phy_interrupts() local
703 MAP_EMACConfigGet( EMAC0_BASE, &configuration, &mode, &max_frame_size ); in _process_phy_interrupts()
707 configuration &= ~EMAC_CONFIG_100MBPS; in _process_phy_interrupts()
711 configuration |= EMAC_CONFIG_100MBPS; in _process_phy_interrupts()
716 configuration |= EMAC_CONFIG_FULL_DUPLEX; in _process_phy_interrupts()
720 configuration &= ~EMAC_CONFIG_FULL_DUPLEX; in _process_phy_interrupts()
723 MAP_EMACConfigSet( EMAC0_BASE, configuration, mode, max_frame_size ); in _process_phy_interrupts()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/
HDREADME.md10 This proof checks FreeRTOS_OutputARPRequest in multiple configuration:
23 * The third configuration in the subdirectory
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
HDstyle.css78 /* Style of configuration setting names. */
89 /* Style of paragraphs on a configuration settings page. */
97 /* Hide the configuration setting marker. */
HDconfig.doxyfile18 # Use doxygen to compare the used configuration file with the template
19 # configuration file:
21 # Use doxygen to compare the used configuration file with the template
22 # configuration file without replacing the environment variables or CMake type
27 # Project related configuration options
30 # This tag specifies the encoding used for all characters in the configuration
491 # Build related configuration options
1199 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1309 # that doxygen needs, which is dependent on the configuration options used (e.g.
1908 # projects other than the one defined by this configuration file, but that are
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPProcessPacket/
HDREADME.md3 of the configuration value of
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPRefreshCacheEntry/
HDREADME.md3 of the configuration value of
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
HDREADME.md5 file and [configuration files](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/main/test/Coverit…
29 1. Update the compiler configuration in Coverity
37 3. Go to the build directory and copy the coverity configuration file
57 With the current configuration and the provided project, you should see only one deviation from adv…
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/
HDREADME.md22 * Build checks (Default configuration)
46 * Build checks (Default configuration)
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPGetCacheEntry/
HDREADME.md3 and ipconfigUSE_LLMNR. These are the only configuration
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
HDREADME.md1 … tested, there is a directory that contains the test harness and cbmc configuration information ne…
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
HDcmock_build.cmake15 # Macro utility to add library targets for Unity and CMock to build configuration.
HDCMakeLists.txt236 # Include CMock build configuration.
240 # if BUILD_CLONE_SUBMODULES configuration is enabled.
260 # Include unit-test build configuration
319 # ==================================== Coverage Analysis configuration ===========================…
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARP_OutputARPRequest_buffer_alloc2/
HDREADME.md25 This proof checks FreeRTOS_OutputARPRequest in multiple configuration:
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDreadme.md55 Note that it is required to define `HAL_ETH_MODULE_ENABLED` in your STM32 configuration file. The n…
63 This configuration file defines the HAL modules that will be used. Here are some examples of the mo…
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/cmock/
HDcreate_test.cmake90 # @param cmock_config configuration file of the cmock framework