Skip to content

Commit af1bc71

Browse files
authoredJul 9, 2020
remove lwip-v1.4 specific code (#7436)
* 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
1 parent 70e4457 commit af1bc71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+49
-47073
lines changed
 

‎.travis.yml

+14-25
Original file line numberDiff line numberDiff line change
@@ -47,38 +47,27 @@ jobs:
4747
env:
4848
- BUILD_PARITY=odd
4949

50-
- name: "Debug (1)"
50+
- name: "Debug IPv6 (1)"
5151
stage: build
52-
script: $TRAVIS_BUILD_DIR/tests/debug.sh
52+
script: $TRAVIS_BUILD_DIR/tests/debug6.sh
5353
env:
5454
- BUILD_PARITY=even
55-
- name: "Debug (2)"
55+
- name: "Debug IPv6 (2)"
5656
stage: build
57-
script: $TRAVIS_BUILD_DIR/tests/debug.sh
57+
script: $TRAVIS_BUILD_DIR/tests/debug6.sh
5858
env:
5959
- BUILD_PARITY=odd
6060

61-
- name: "Build IPv6 (1)"
62-
stage: build
63-
script: $TRAVIS_BUILD_DIR/tests/build6.sh
64-
env:
65-
- BUILD_PARITY=even
66-
- name: "Build IPv6 (2)"
67-
stage: build
68-
script: $TRAVIS_BUILD_DIR/tests/build6.sh
69-
env:
70-
- BUILD_PARITY=odd
71-
72-
- name: "Build lwIP-v1.4 (1)"
73-
stage: build
74-
script: $TRAVIS_BUILD_DIR/tests/build1.sh
75-
env:
76-
- BUILD_PARITY=even
77-
- name: "Build lwIP-v1.4 (2)"
78-
stage: build
79-
script: $TRAVIS_BUILD_DIR/tests/build1.sh
80-
env:
81-
- BUILD_PARITY=odd
61+
# - name: "Build IPv6 (1)"
62+
# stage: build
63+
# script: $TRAVIS_BUILD_DIR/tests/build6.sh
64+
# env:
65+
# - BUILD_PARITY=even
66+
# - name: "Build IPv6 (2)"
67+
# stage: build
68+
# script: $TRAVIS_BUILD_DIR/tests/build6.sh
69+
# env:
70+
# - BUILD_PARITY=odd
8271

8372
- name: "Mac OSX can build sketches"
8473
os: osx

‎boards.txt

-238
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)