forked from FreeRTOS/FreeRTOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added back some TCP/IP stack port layer files.
- Loading branch information
1 parent
7cf721c
commit 9c0c37a
Showing
16 changed files
with
12,967 additions
and
0 deletions.
There are no files selected for viewing
721 changes: 721 additions & 0 deletions
721
FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/Common/phyHandling.c
Large diffs are not rendered by default.
Oops, something went wrong.
1,193 changes: 1,193 additions & 0 deletions
1,193
...RTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/STM32F7xx/NetworkInterface.c
Large diffs are not rendered by default.
Oops, something went wrong.
1,835 changes: 1,835 additions & 0 deletions
1,835
...TOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/STM32F7xx/stm32f7xx_hal_eth.c
Large diffs are not rendered by default.
Oops, something went wrong.
2,214 changes: 2,214 additions & 0 deletions
2,214
...TOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/STM32F7xx/stm32f7xx_hal_eth.h
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
...RTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/STM32Fxx/stm32f2xx_hal_eth.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* | ||
* The Ethernet header files for STM32F2, STM32F4 and STM32F7 have been merged to | ||
* a single module that works for both parts: "stm32fxx_hal_eth" | ||
*/ | ||
|
||
#include "stm32fxx_hal_eth.h" |
Oops, something went wrong.