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

Async WiFi #125

Merged
merged 6 commits into from
Feb 9, 2023
Merged

Async WiFi #125

merged 6 commits into from
Feb 9, 2023

Commits on Feb 9, 2023

  1. Async WiFi with embassy

    - Add embassy_net::Driver impl for WifiDevice
    - Add embassy_dhcp example
    - Update README with embassy_dhcp running instruction
    
    Notes:
    
    TCP connection may fail a few times until the esp gets an IP address, it
    seems there is no way to await dhcp completion in embassy_net yet.
    MabezDev committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d639694 View commit details
    Browse the repository at this point in the history
  2. Put embassy-net behind feature

    - Whilst other embassy crates can be used behind the async feature,
      embassy-net should be put behind its own feature
    MabezDev committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    638aaf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef77cb2 View commit details
    Browse the repository at this point in the history
  4. fmt

    MabezDev committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8a81b6e View commit details
    Browse the repository at this point in the history
  5. Simplify embedded-io import

    MabezDev committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c5ab625 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ada7a20 View commit details
    Browse the repository at this point in the history