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

Add lwip httpd example #269

Closed
wants to merge 9 commits into from

Commits on Jan 25, 2023

  1. Add lwip httpd example

    threadsafe and freertos
    
    Fixes raspberrypi#266
    peterharperuk committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    60b1061 View commit details
    Browse the repository at this point in the history
  2. Test mDns

    Add modifications needed to the httpd freertos example
    
    Fixes raspberrypi#272
    peterharperuk committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e0cfda3 View commit details
    Browse the repository at this point in the history
  3. Add some simple html files

    These replace the examples provided by lwip
    peterharperuk committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    42bdbd4 View commit details
    Browse the repository at this point in the history
  4. Show uptime

    peterharperuk committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4daea79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9757f58 View commit details
    Browse the repository at this point in the history
  6. Increase MEMP pools

    peterharperuk committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    12634e5 View commit details
    Browse the repository at this point in the history
  7. Use CYW43_TASK_STACK_SIZE

    Stop changing min stack size and use CYW43_TASK_STACK_SIZE instead.
    Requires async changes
    peterharperuk committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    543b2e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9179d1e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Fix ninja build

    Fiddle with stuff till it works
    Actually it just didn't like the directory creation in the end
    peterharperuk committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f721c7f View commit details
    Browse the repository at this point in the history