mbed-os/features/FEATURE_LWIP/lwip-interface
TomoYamanaka 0d00be3a60 Add the function declarations of WEAK attribute to use LWIP on GR-LYCHEE
I added the function declarations of Ethernet functions that have a WEAK attribute. Although several Ethernet functions was called in rza1_emac.c, GR-LYCHEE don't have Ethernert feature. But there may be case that GR-LYCHEE uses LWIP feature.
In this case, since GR-LYCHEE will occur the build error, I addressed the error by defining the functions with a WEAK attribute. For reason of WEAK attribute, there is no influence in GR-PEACH and VK_RZ_A1H that have Ethernet feature.
2018-01-11 18:11:37 +09:00
..
lwip Remove build warnings in LWIP 2017-11-01 08:47:58 -05:00
lwip-eth/arch Add the function declarations of WEAK attribute to use LWIP on GR-LYCHEE 2018-01-11 18:11:37 +09: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 Fix build for IPv4+IPv6 config 2017-12-22 13:22:00 +02: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