mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-23 01:18:54 +08:00

This commit brings in the refactoring and restructuring changes from IntegrationTesting1 branch to the main branch. It also includes additional unit tests for 100% coverage. The rationale behind not creating a PR is that the conflicts were too huge to be resolved correctly. Thus, a force push to the main branch is being done.
7 lines
185 B
C
7 lines
185 B
C
/*
|
|
* 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"
|