Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 35) sorted by relevance

12

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOSIPConfigDefaults.h62 #error now called: ipconfigTCP_TIME_TO_LIVE
66 #error now called: ipconfigUDP_TIME_TO_LIVE
70 #error now called: ipconfigPACKET_FILLER_SIZE
74 #error now called: ipconfigDNS_REQUEST_ATTEMPTS
78 #error now called: ipconfigIP_TASK_PRIORITY
82 #error now called: ipconfigIP_TASK_STACK_SIZE_WORDS
86 #error now called: ipconfigETHERNET_DRIVER_FILTERS_PACKETS
90 #error now called: ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS
94 #error now called: ipconfigUSE_CALLBACKS
98 #error now called: ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS
[all …]
DFreeRTOS_Sockets.h47 #error FreeRTOSIPConfig.h has not been included yet
54 #error FreeRTOS.h must be included before FreeRTOS_Sockets.h.
59 #error The FreeRTOS header file task.h must be included before FreeRTOS_Sockets.h.
DFreeRTOS_DNS_Globals.h105 … #error When DNS caching is disabled, please make ipconfigDNS_CACHE_ADDRESSES_PER_ENTRY equal to 1.
DFreeRTOS_DHCP.h48 #error ipconfigNETWORK_MTU needs to be at least 586 to use DHCP
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/
Dmake_configuration_directories.py106 LOGGER.error("Expected DEF as key in a Configurations.json files.")
115 LOGGER.error(e)
116 LOGGER.error(textwrap.dedent("""\
126 LOGGER.error("The offending entry is %s", config)
138 LOGGER.error("Could not find a harness in folder %s.", folder)
139 LOGGER.error("This folder is not processed do the end!")
Dmake_proof_makefiles.py145 logging.error("parsing file %s", file)
158 logging.error(
197 logging.error(wrap("""\
208 logging.error(wrap("""\
259 logging.error(wrap("""\
275 logging.error(wrap("""\
299 logging.error(wrap("""\
323 logging.error(wrap("""\
Drun-cbmc-proofs.py125 logging.error(
146 logging.error("Command failed: %s", str_cmd)
163 logging.error(
280 logging.error("No proof directories found")
297 logging.error(
Dmake_type_header_files.py104 logging.error("Dumping type header for file '%s' failed", fyle)
105 logging.error("The command `%s` returned %s",
108 logging.error("The return code is %d", int(res.returncode))
Dprepare.py91 logging.error(textwrap.dedent("""\
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/MPS2_AN385/ether_lan9118/
Dsmsc9220_eth_drv.c985 enum smsc9220_error_t error = SMSC9220_ERROR_NONE; in smsc9220_init() local
996 error = smsc9220_check_id( dev ); in smsc9220_init()
998 if( error != SMSC9220_ERROR_NONE ) in smsc9220_init()
1000 return error; in smsc9220_init()
1003 error = smsc9220_soft_reset( dev ); in smsc9220_init()
1005 if( error != SMSC9220_ERROR_NONE ) in smsc9220_init()
1007 return error; in smsc9220_init()
1019 error = smsc9220_wait_eeprom( dev ); in smsc9220_init()
1021 if( error != SMSC9220_ERROR_NONE ) in smsc9220_init()
1023 return error; in smsc9220_init()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/MPS2_AN385/
DNetworkInterface.c303 enum smsc9220_error_t error = SMSC9220_ERROR_NONE; in xNetworkInterfaceOutput() local
310 error = smsc9220_send_by_chunks( dev, in xNetworkInterfaceOutput()
316 if( error == SMSC9220_ERROR_NONE ) in xNetworkInterfaceOutput()
325 error ) ); in xNetworkInterfaceOutput()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
Dgmac_SAM.c92 #error Configuration error
96 #error Configuration error
422 #error ETHERNET_CONF_DATA_OFFSET not defined, assuming 0 in gmac_dev_init()
DNetworkInterface.c80 #error This driver works optimal if ipconfigZERO_COPY_RX_DRIVER is defined as 1
84 #error This driver works optimal if ipconfigZERO_COPY_TX_DRIVER is defined as 1
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/patches/
Dpatch.py23 logging.error("patching failed: %s", tmpfile)
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Duncached_memory.c90 #error Please define the specific target Zynq Ultrascale+ architecture
Dx_emacpsif_dma.c51 #error please define ipconfigULTRASCALE
75 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'
DNetworkInterface.c103 #error Please define both 'ipconfigZERO_COPY_RX_DRIVER' and 'ipconfigZERO_COPY_TX_DRIVER' as 1
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAME5x/
DNetworkInterface.c76 #error Receive CRC offloading should be enabled.
79 #error Transmit CRC offloading should be enabled.
/FreeRTOS-Plus-TCP-v3.1.0/test/Coverity/ConfigFiles/
Dportmacro.h107 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c178 #error "TCPIP_STACK_USE_EXTERNAL_HEAP should be defined for this project!"
298 #error "MAC Address: not supported architecture!" in PIC32_GetMACAddress()
312 #error "MAC Address: not supported architecture!" in PIC32_GetMacConfigData()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c70 #error please define configNUM_RX_DESCRIPTORS in your FreeRTOSIPConfig.h
74 #error please define configNUM_TX_DESCRIPTORS in your FreeRTOSIPConfig.h
78 …#error NETWORK_IRQHandler must be defined to the name of the function that is installed in the int…
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/libslirp/
DMBuffNetworkInterface.c53 #error ipconfigNETWORK_MTU must be at least 1500
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
DNetworkInterface.c94 #error Please define both 'ipconfigZERO_COPY_RX_DRIVER' and 'ipconfigZERO_COPY_TX_DRIVER' as 1
/FreeRTOS-Plus-TCP-v3.1.0/
DMISRA.md87 depict an error in the socket creation process. This conversion from ~0U
88 to a pointer is used to convey the error to various functions. If the
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
DNetworkInterface.c85 #error Please define GMAC_USES_TX_CALLBACK as 1

12