Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more lwIP physical interfaces #6680

Merged
merged 118 commits into from
Dec 22, 2020
Merged

more lwIP physical interfaces #6680

merged 118 commits into from
Dec 22, 2020

Commits on Oct 1, 2019

  1. Extracts dhcp server from lwip2 and add it to the core.

    It must always be present, it is linked and can be called by fw on boot.
    So it cannot be stored in a library.
    d-a-v committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    04bcb88 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. ethernet wip

    d-a-v committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    1793b27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb198b4 View commit details
    Browse the repository at this point in the history
  3. ethernet wip

    d-a-v committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    de4a287 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. ethernet wip

    d-a-v committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    d279c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9229ca5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. ethernet wip

    d-a-v committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    05d5b68 View commit details
    Browse the repository at this point in the history
  2. ethernet wip

    d-a-v committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    9a3df51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5c921e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. ethernet wip

    d-a-v committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    04b5ed7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc2c2ce View commit details
    Browse the repository at this point in the history
  3. ethernet wip

    d-a-v committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    f893c32 View commit details
    Browse the repository at this point in the history
  4. ethernet wip

    d-a-v committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    7df15f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. lwip2: no more dhcp inside

    d-a-v committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    19146a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e89f352 View commit details
    Browse the repository at this point in the history
  3. ethernet wip

    d-a-v committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    5898985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    833d3af View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. ethernet wip

    static or dhcp works
    d-a-v committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    deebbcb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    a3b1d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8485d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. ethernet wip

    d-a-v committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    919839d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    16ddd26 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. ppp server updates

    d-a-v committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    574be13 View commit details
    Browse the repository at this point in the history
  2. restyle

    d-a-v committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    8d10e91 View commit details
    Browse the repository at this point in the history
  3. PPPServer: example

    d-a-v committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    756ce0c View commit details
    Browse the repository at this point in the history
  4. astyle

    d-a-v committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    5b38c0d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. comments

    d-a-v committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    b79d841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fec74a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f15a93c View commit details
    Browse the repository at this point in the history
  4. fix upstream url

    d-a-v committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6ac98da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f35f712 View commit details
    Browse the repository at this point in the history
  6. sync with lwip2

    d-a-v committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a8e231b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6be2382 View commit details
    Browse the repository at this point in the history
  8. sync with lwip2

    d-a-v committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c6c3805 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. missing file

    d-a-v committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    7bdadd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. fix dhcp server on AP

    d-a-v committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    3282a3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370bd62 View commit details
    Browse the repository at this point in the history
  3. fix example

    d-a-v committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    fc6fb1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    900c594 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b5a2c4 View commit details
    Browse the repository at this point in the history
  6. fixes for lwip1

    d-a-v committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    4ebd5c8 View commit details
    Browse the repository at this point in the history
  7. fi macro arithmetic

    d-a-v committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    1366903 View commit details
    Browse the repository at this point in the history
  8. fix example

    d-a-v committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    d09d62e View commit details
    Browse the repository at this point in the history
  9. add missing files (ppp)

    d-a-v committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    d9d9339 View commit details
    Browse the repository at this point in the history
  10. fix emulation on host

    d-a-v committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    5816590 View commit details
    Browse the repository at this point in the history
  11. fix example warnings

    d-a-v committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    04d02c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    6ee5df9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    8f57757 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    9eb9dee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b27eaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd8b32a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    55b874c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    21694be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d77d1d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    a81d110 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    b3acf27 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    df04b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51aca37 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    6e12d9e View commit details
    Browse the repository at this point in the history
  2. sync with lwip2

    d-a-v committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    540e446 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    29d3de7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50fec05 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    488ae3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21ffcfe View commit details
    Browse the repository at this point in the history
  3. style

    d-a-v committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0b4689b View commit details
    Browse the repository at this point in the history
  4. fix using softserial API

    d-a-v committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    043d32c View commit details
    Browse the repository at this point in the history
  5. fix warning with macro

    d-a-v committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    cc2be53 View commit details
    Browse the repository at this point in the history
  6. fix include file with lwip1.4

    d-a-v committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0dcfc84 View commit details
    Browse the repository at this point in the history
  7. lwIP-1.4 include fix

    d-a-v committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    967c349 View commit details
    Browse the repository at this point in the history
  8. lwIP-1.4 include fix

    d-a-v committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0f133cc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. + comments

    d-a-v committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    3c15b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e7cdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af93802 View commit details
    Browse the repository at this point in the history
  4. more comments

    d-a-v committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    639ef04 View commit details
    Browse the repository at this point in the history
  5. rebuild lwip lib

    d-a-v committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    a60ffaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0673d0d View commit details
    Browse the repository at this point in the history
  7. rebuild lwip libs

    d-a-v committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    44a680d View commit details
    Browse the repository at this point in the history
  8. rebuild lwip libs

    d-a-v committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    147f5a9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. fix copy from pointer

    d-a-v committed May 1, 2020
    Configuration menu
    Copy the full SHA
    b18ec7b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    e258e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef264e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59fe44e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d80cd31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50d9e83 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. per d-a-v/W5500lwIP#17 (comment)

    d-a-v committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    8b81709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08dca76 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. update

    d-a-v committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    03b0670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24f0e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90da681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8c7f10 View commit details
    Browse the repository at this point in the history
  5. merge with master

    d-a-v committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    63354f2 View commit details
    Browse the repository at this point in the history
  6. recompile lwip2

    d-a-v committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    5af7382 View commit details
    Browse the repository at this point in the history
  7. fix example

    d-a-v committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    49068fd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    96eb899 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    8be6533 View commit details
    Browse the repository at this point in the history
  2. reorder members

    d-a-v committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    30a2aa7 View commit details
    Browse the repository at this point in the history
  3. per review and fixes

    d-a-v committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    a0239ac View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Configuration menu
    Copy the full SHA
    b2dac9b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    5928211 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    55ef5ef View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    27ff946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fb55e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    97ad7ab View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    509999b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a0f8a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    788928c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38fbe41 View commit details
    Browse the repository at this point in the history
  5. fix emulatio on host too

    d-a-v committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    a3aaa49 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    29a3e29 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    dbc55c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    723bed1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    ee5acfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8094f2d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Configuration menu
    Copy the full SHA
    823a245 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    e67e830 View commit details
    Browse the repository at this point in the history
  2. lwIP recompilation

    d-a-v committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    3d459da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5461f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90f434f View commit details
    Browse the repository at this point in the history