PaulStoffregen / teensy41_ethernet

15 stars 12 forks source link

adjust include paths for Arduino #2

Closed ddrown closed 4 years ago

ddrown commented 4 years ago

this lets lwip/ work as a library without changing boards.txt reference: https://github.com/stm32duino/LwIP/commit/a44fe3283615c19d168a679b5711762a8ee52316

manitou48 commented 4 years ago

Excellent. The STM32Ethernet lib also had refactored the lwip .h files to work without modifications to boards.txt. The next variation is replace the low-level STM32Ethernet ethernet functions with the T4.1 functions and still support the STM32Ethernet Arduino-like Ethernet API ... Though the NativeEthernet lib already provides the Arduino API On Mon, Jun 22, 2020 at 02:25:25PM -0700, Dan Drown wrote:

this lets lwip/ work as a library without changing boards.txt reference: https://github.com/stm32duino/LwIP/commit/a44fe3283615c19d168a679b5711762a8ee52316 You can view, comment on, or merge this pull request online at:

https://github.com/PaulStoffregen/teensy41_ethernet/pull/2

-- Commit Summary --

  • adjust include paths for Arduino

-- File Changes --

M t41ether/README.txt (6)
R t41ether/lwip/src/lwip/api.h (0)
R t41ether/lwip/src/lwip/apps/fs.h (0)
R t41ether/lwip/src/lwip/apps/httpd.h (0)
R t41ether/lwip/src/lwip/apps/httpd_opts.h (0)
R t41ether/lwip/src/lwip/apps/lwiperf.h (0)
R t41ether/lwip/src/lwip/apps/mdns.h (0)
R t41ether/lwip/src/lwip/apps/mdns_opts.h (0)
R t41ether/lwip/src/lwip/apps/mdns_priv.h (0)
R t41ether/lwip/src/lwip/apps/mqtt.h (0)
R t41ether/lwip/src/lwip/apps/mqtt_opts.h (0)
R t41ether/lwip/src/lwip/apps/netbiosns.h (0)
R t41ether/lwip/src/lwip/apps/netbiosns_opts.h (0)
R t41ether/lwip/src/lwip/apps/snmp.h (0)
R t41ether/lwip/src/lwip/apps/snmp_core.h (0)
R t41ether/lwip/src/lwip/apps/snmp_mib2.h (0)
R t41ether/lwip/src/lwip/apps/snmp_opts.h (0)
R t41ether/lwip/src/lwip/apps/snmp_scalar.h (0)
R t41ether/lwip/src/lwip/apps/snmp_table.h (0)
R t41ether/lwip/src/lwip/apps/snmp_threadsync.h (0)
R t41ether/lwip/src/lwip/apps/snmpv3.h (0)
R t41ether/lwip/src/lwip/apps/sntp.h (0)
R t41ether/lwip/src/lwip/apps/sntp_opts.h (0)
R t41ether/lwip/src/lwip/apps/tftp_opts.h (0)
R t41ether/lwip/src/lwip/apps/tftp_server.h (0)
R t41ether/lwip/src/lwip/arch.h (0)
R t41ether/lwip/src/lwip/autoip.h (0)
R t41ether/lwip/src/lwip/debug.h (0)
R t41ether/lwip/src/lwip/def.h (0)
R t41ether/lwip/src/lwip/dhcp.h (0)
R t41ether/lwip/src/lwip/dhcp6.h (0)
R t41ether/lwip/src/lwip/dns.h (0)
R t41ether/lwip/src/lwip/err.h (0)
R t41ether/lwip/src/lwip/errno.h (0)
R t41ether/lwip/src/lwip/etharp.h (0)
R t41ether/lwip/src/lwip/ethip6.h (0)
R t41ether/lwip/src/lwip/icmp.h (0)
R t41ether/lwip/src/lwip/icmp6.h (0)
R t41ether/lwip/src/lwip/igmp.h (0)
R t41ether/lwip/src/lwip/inet.h (0)
R t41ether/lwip/src/lwip/inet_chksum.h (0)
R t41ether/lwip/src/lwip/init.h (0)
R t41ether/lwip/src/lwip/ip.h (0)
R t41ether/lwip/src/lwip/ip4.h (0)
R t41ether/lwip/src/lwip/ip4_addr.h (0)
R t41ether/lwip/src/lwip/ip4_frag.h (0)
R t41ether/lwip/src/lwip/ip6.h (0)
R t41ether/lwip/src/lwip/ip6_addr.h (0)
R t41ether/lwip/src/lwip/ip6_frag.h (0)
R t41ether/lwip/src/lwip/ip_addr.h (0)
R t41ether/lwip/src/lwip/mem.h (0)
R t41ether/lwip/src/lwip/memp.h (0)
R t41ether/lwip/src/lwip/mld6.h (0)
R t41ether/lwip/src/lwip/nd6.h (0)
R t41ether/lwip/src/lwip/netbuf.h (0)
R t41ether/lwip/src/lwip/netdb.h (0)
R t41ether/lwip/src/lwip/netif.h (0)
R t41ether/lwip/src/lwip/netifapi.h (0)
R t41ether/lwip/src/lwip/opt.h (0)
R t41ether/lwip/src/lwip/pbuf.h (0)
R t41ether/lwip/src/lwip/priv/api_msg.h (0)
R t41ether/lwip/src/lwip/priv/memp_priv.h (0)
R t41ether/lwip/src/lwip/priv/memp_std.h (0)
R t41ether/lwip/src/lwip/priv/nd6_priv.h (0)
R t41ether/lwip/src/lwip/priv/tcp_priv.h (0)
R t41ether/lwip/src/lwip/priv/tcpip_priv.h (0)
R t41ether/lwip/src/lwip/prot/autoip.h (0)
R t41ether/lwip/src/lwip/prot/dhcp.h (0)
R t41ether/lwip/src/lwip/prot/dns.h (0)
R t41ether/lwip/src/lwip/prot/etharp.h (0)
R t41ether/lwip/src/lwip/prot/ethernet.h (0)
R t41ether/lwip/src/lwip/prot/icmp.h (0)
R t41ether/lwip/src/lwip/prot/icmp6.h (0)
R t41ether/lwip/src/lwip/prot/igmp.h (0)
R t41ether/lwip/src/lwip/prot/ip.h (0)
R t41ether/lwip/src/lwip/prot/ip4.h (0)
R t41ether/lwip/src/lwip/prot/ip6.h (0)
R t41ether/lwip/src/lwip/prot/mld6.h (0)
R t41ether/lwip/src/lwip/prot/nd6.h (0)
R t41ether/lwip/src/lwip/prot/tcp.h (0)
R t41ether/lwip/src/lwip/prot/udp.h (0)
R t41ether/lwip/src/lwip/raw.h (0)
R t41ether/lwip/src/lwip/sio.h (0)
R t41ether/lwip/src/lwip/snmp.h (0)
R t41ether/lwip/src/lwip/sockets.h (0)
R t41ether/lwip/src/lwip/stats.h (0)
R t41ether/lwip/src/lwip/sys.h (0)
R t41ether/lwip/src/lwip/tcp.h (0)
R t41ether/lwip/src/lwip/tcpip.h (0)
R t41ether/lwip/src/lwip/timeouts.h (0)
R t41ether/lwip/src/lwip/udp.h (0)
M t41ether/lwip/src/lwip_k6x.h (4)
M t41ether/lwip/src/lwip_t41.h (4)
R t41ether/lwip/src/netif/etharp.h (0)
R t41ether/lwip/src/netif/ethernet.h (0)
R t41ether/lwip/src/netif/lowpan6.h (0)
R t41ether/lwip/src/netif/lowpan6_opts.h (0)
R t41ether/lwip/src/netif/ppp/ccp.h (0)
R t41ether/lwip/src/netif/ppp/chap-md5.h (0)
R t41ether/lwip/src/netif/ppp/chap-new.h (0)
R t41ether/lwip/src/netif/ppp/chap_ms.h (0)
R t41ether/lwip/src/netif/ppp/eap.h (0)
R t41ether/lwip/src/netif/ppp/ecp.h (0)
R t41ether/lwip/src/netif/ppp/eui64.h (0)
R t41ether/lwip/src/netif/ppp/fsm.h (0)
R t41ether/lwip/src/netif/ppp/ipcp.h (0)
R t41ether/lwip/src/netif/ppp/ipv6cp.h (0)
R t41ether/lwip/src/netif/ppp/lcp.h (0)
R t41ether/lwip/src/netif/ppp/magic.h (0)
R t41ether/lwip/src/netif/ppp/mppe.h (0)
R t41ether/lwip/src/netif/ppp/polarssl/arc4.h (0)
R t41ether/lwip/src/netif/ppp/polarssl/des.h (0)
R t41ether/lwip/src/netif/ppp/polarssl/md4.h (0)
R t41ether/lwip/src/netif/ppp/polarssl/md5.h (0)
R t41ether/lwip/src/netif/ppp/polarssl/sha1.h (0)
R t41ether/lwip/src/netif/ppp/ppp.h (0)
R t41ether/lwip/src/netif/ppp/ppp_impl.h (0)
R t41ether/lwip/src/netif/ppp/ppp_opts.h (0)
R t41ether/lwip/src/netif/ppp/pppapi.h (0)
R t41ether/lwip/src/netif/ppp/pppcrypt.h (0)
R t41ether/lwip/src/netif/ppp/pppdebug.h (0)
R t41ether/lwip/src/netif/ppp/pppoe.h (0)
R t41ether/lwip/src/netif/ppp/pppol2tp.h (0)
R t41ether/lwip/src/netif/ppp/pppos.h (0)
R t41ether/lwip/src/netif/ppp/upap.h (0)
R t41ether/lwip/src/netif/ppp/vj.h (0)
R t41ether/lwip/src/netif/slipif.h (0)
R t41ether/lwip/src/posix/errno.h (0)
R t41ether/lwip/src/posix/netdb.h (0)
R t41ether/lwip/src/posix/sys/socket.h (0)

-- Patch Links --

https://github.com/PaulStoffregen/teensy41_ethernet/pull/2.patch https://github.com/PaulStoffregen/teensy41_ethernet/pull/2.diff

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/PaulStoffregen/teensy41_ethernet/pull/2

-- Tom Dunigan thdunigan@gmail.com https://tnlandforms.us