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

Switch lwIP to git submodule, update it. #29056

Merged
merged 6 commits into from
Oct 24, 2024

Commits on Nov 21, 2023

  1. Remove lwip commited directly to repository

    Signed-off-by: Alexander Mazuruk <[email protected]>
    aalexanderr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    680a6cc View commit details
    Browse the repository at this point in the history
  2. Re-add lwip as git submodule

    Checked out to lastest release as it includes fix applied in Matter
    repository as well as some stuff referred to in repository issues.
    
    PBUF_POOL_BUFSIZE does not use sizeof anymore (it is used in one if in
    the lwip upstream code). Additionally removed turning off sanity checks
    that were necessary due to aforementioned sizeof usage.
    
    Added LwIPLog to Bouffalolab Logging as I couldnt find it defined
    anywhere for this platform.
    
    Signed-off-by: Alexander Mazuruk <[email protected]>
    aalexanderr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0c414c4 View commit details
    Browse the repository at this point in the history
  3. Remove lwip's mdns from cc32xx

    Signed-off-by: Alexander Mazuruk <[email protected]>
    aalexanderr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a802266 View commit details
    Browse the repository at this point in the history
  4. Adjust lwipopt

    Signed-off-by: Alexander Mazuruk <[email protected]>
    aalexanderr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b81ff05 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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