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

stm32: Incorporate lwip stack and use Wiznet in MACRAW mode #3379

Closed
wants to merge 3 commits into from

Commits on Jun 1, 2018

  1. stm32: Enable lwip with Wiznet MACRAW mode.

    It works!  And provides a full socket implementation.
    
    But some performance is lost: with a lot of memory allocated to lwIP it
    gives Around 750,000 bytes/sec max TCP download, compared with 1M/sec
    when using the TCP/IP stack on the Wiznet module.
    dpgeorge committed Jun 1, 2018
    Copy the full SHA
    c734081 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2036190 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f88fbe6 View commit details
    Browse the repository at this point in the history