Skip to content

Commit 9c0c37a

Browse files
committed
Added back some TCP/IP stack port layer files.
1 parent 7cf721c commit 9c0c37a

File tree

16 files changed

+12967
-0
lines changed

16 files changed

+12967
-0
lines changed

FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/Common/phyHandling.c

Lines changed: 721 additions & 0 deletions
Large diffs are not rendered by default.

FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/STM32F7xx/NetworkInterface.c

Lines changed: 1193 additions & 0 deletions
Large diffs are not rendered by default.

FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/STM32F7xx/stm32f7xx_hal_eth.c

Lines changed: 1835 additions & 0 deletions
Large diffs are not rendered by default.

FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/STM32F7xx/stm32f7xx_hal_eth.h

Lines changed: 2214 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*
2+
* The Ethernet header files for STM32F2, STM32F4 and STM32F7 have been merged to
3+
* a single module that works for both parts: "stm32fxx_hal_eth"
4+
*/
5+
6+
#include "stm32fxx_hal_eth.h"

0 commit comments

Comments
 (0)