mbed-os/features/FEATURE_LWIP/lwip-interface
Laurent MEUNIER 96b4c36f0f STM32: Ethernet: Workaround for STM32_F767 revA
On STM32 F767 rev A devices ,Ethernet peripheral had problems on RMII
interface, on MII this was not the case.

This commits implements a tentative workaround for the issue rerfered to
as Ethernet erroneous data received in RMII configuration in the Errata
sheet below:
http://www.st.com/content/ccc/resource/technical/document/errata_sheet/group0/23/a6/11/0b/30/24/46/a5/DM00257543/files/DM00257543.pdf/jcr:content/translations/en.DM00257543.pdf

Note that the issue has been fixed in 'Z' revision. of STM32 F767 MCUs.
2017-11-02 10:38:12 +01:00
..
lwip Corrected lwip to enable disabling of ipcp and ipv6cp protocols 2017-08-22 13:14:41 +03:00
lwip-eth/arch STM32: Ethernet: Workaround for STM32_F767 revA 2017-11-02 10:38:12 +01:00
lwip-sys Update mbed OS to handle ARMC6 requirements 2017-09-11 13:20:32 -05:00
.mbedignore PPP Interface for LWIP using FileHandle stream 2017-05-31 15:02:11 +03:00
CONTRIBUTING.md Added contributing document. 2017-08-03 11:49:44 +03:00
EthernetInterface.cpp Either ipv4 or ipv4v6 PPP and IP stacks are enabled based on 3GPP context 2017-08-22 13:14:41 +03:00
EthernetInterface.h nsapi - Adopted standardized return types in lwip 2016-11-02 15:25:22 -05:00
emac_lwip.c lwip - power up emac before reading its settings 2017-04-28 00:15:07 +08:00
emac_stack_lwip.cpp Added emac_stack_mem_copy. Needed by the u-blox ODIN-W2 driver. 2016-11-07 15:52:56 +01:00
eth_arch.h EMAC: Fix LWIP_IPV4 and DEVICE_EMAC flag usage 2016-10-03 17:46:39 +01:00
lwip_stack.c Mapped lwip buffer error to nsapi no memory error 2017-09-06 10:20:24 +03:00
lwip_stack.h Either ipv4 or ipv4v6 PPP and IP stacks are enabled based on 3GPP context 2017-08-22 13:14:41 +03:00
lwipopts.h lwIP: Add memory configs to JSON 2017-10-10 11:34:21 +03:00
mbed_lib.json lwIP: Add memory configs to JSON 2017-10-10 11:34:21 +03:00
ppp_lwip.cpp Corrected lwip to enable disabling of ipcp and ipv6cp protocols 2017-08-22 13:14:41 +03:00
ppp_lwip.h Either ipv4 or ipv4v6 PPP and IP stacks are enabled based on 3GPP context 2017-08-22 13:14:41 +03:00