1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-29 12:16:48 +03:00

10 Commits

Author SHA1 Message Date
david gauchard
af1bc71a9e
remove lwip-v1.4 specific code ()
* remove lwip-v1.4 specific code

* ditto

* ditto

* fix ip4_addr definition

* CI: change debug builds to use IPv6, remove regular IPv6 builds

* ditto

* split pio CI in four (because they last twice the time of the other builds)

* remove option from pio

* remove lwIP-1.4 from doc

* restore pio CI splitting

* fix CI debug6 script

* ditto
2020-07-09 09:59:49 -07:00
Earle F. Philhower, III
7c6701512f
Clean up remaining non-LeaMDNS diffs from gcc4.8 to gcc7.2 ()
With this change plus the leamdns change, the core will compile
unmodified on GCC 4.8 and GCC 7.2, making keeping the two in sync for
3.0 much easier.
2019-07-10 13:52:38 -07:00
Allman-astyler
eea9999dc5 Revert "Allman now ()" ()
This reverts commit 98125f88605cd7e46e9be4e1b3ad0600dd5d2b51.
2019-05-14 00:09:54 +02:00
Allman-astyler
98125f8860 Allman now ()
* switch restyle script for CI

* remove confirmation

* restyle with allman
2019-05-13 16:41:34 +02:00
david gauchard
f42bfdfc0d
adaptations for lwIP-v1.4 ()
* adaptations for lwIP-v1.4
* add lwIP-v1.4 in CI
2019-01-28 22:31:59 +01:00
david gauchard
e3bc3c226b
Fixes for IPv6, added in CI () 2018-12-27 16:13:48 +01:00
david gauchard
5c4db3acf4
IPv6 on esp8266-nonos-sdk and arduino () 2018-11-27 23:07:47 +01:00
Luc
bec6a4d302 Fix ESP8266NetBIOS to compile with lwip V2 ()
* Fix to compile with lwip V2

* Add changes suggested
2017-11-17 18:02:22 -03:00
Clemens Kirchgatterer
18297458be allows global object instances be switch off with defines () 2016-08-01 11:21:50 +08:00
Me No Dev
1f7989b31d Implement Async NBNS (NetBIOS) name resolution for Windows ()
* Implement Async NBNS (NetBIOS) Name resolution for windows

Source: http://www.xpablo.cz/?p=751#more-751
2016-07-15 10:40:31 +03:00