You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/STM32Fxx
Richard Barry 2e18203bb7 Update TCP/IP tack to latest form Git. 6 years ago
..
NetworkInterface.c Update TCP/IP tack to latest form Git. 6 years ago
readme.txt Update TCP/IP tack to latest form Git. 6 years ago
stm32f2xx_hal_eth.h Update TCP/IP tack to latest form Git. 6 years ago
stm32f4xx_hal_eth.c Add missing +TCP code. 8 years ago
stm32f4xx_hal_eth.h Update version number in +TCP code. 6 years ago
stm32f7xx_hal_eth.h Update TCP/IP tack to latest form Git. 6 years ago
stm32fxx_hal_eth.c Update TCP/IP tack to latest form Git. 6 years ago
stm32fxx_hal_eth.h Update TCP/IP tack to latest form Git. 6 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This is a FreeeRTOS+TCP driver that works for both STM32F4xx and STM32F7xx parts.

The code of stm32fxx_hal_eth.c is based on both drivers as provided by ST.

These modules should be included:

    NetworkInterface.c
	stm32fxx_hal_eth.c

It is assumed that one of these words are defined:

	STM32F7xx
	STM32F407xx
	STM32F417xx
	STM32F427xx
	STM32F437xx
	STM32F429xx
	STM32F439xx

The driver has been tested on both Eval and Discovery boards with both STM32F4 and STM32F7.