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

Define lwIP's s32/u32 to int #8560

Merged
merged 9 commits into from
May 15, 2022
Merged

Define lwIP's s32/u32 to int #8560

merged 9 commits into from
May 15, 2022

Commits on May 11, 2022

  1. Define lwIP's s32/u32 to int

    s32/u32 were previously defined as long,
    but long can be 64 bits in host mode,
    so this commit reduces valgrind complaints and increase coherency.
    d-a-v committed May 11, 2022
    Configuration menu
    Copy the full SHA
    548ca04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53baec4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into u32

    d-a-v committed May 11, 2022
    Configuration menu
    Copy the full SHA
    38eb757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63885d4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Merge branch 'master' into u32

    d-a-v committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d7b72e8 View commit details
    Browse the repository at this point in the history
  2. fix C declarations

    d-a-v committed May 12, 2022
    Configuration menu
    Copy the full SHA
    a1605d3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Merge branch 'master' into u32

    mcspr committed May 14, 2022
    Configuration menu
    Copy the full SHA
    d265958 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    61db936 View commit details
    Browse the repository at this point in the history
  2. matching lwIP api (2/2)

    d-a-v committed May 15, 2022
    Configuration menu
    Copy the full SHA
    62d0ef1 View commit details
    Browse the repository at this point in the history