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

Update esp-hal to 0.20.1. Decompose RX, TX buffer sizes. Fix examples. #45

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

AnthonyGrondin
Copy link
Contributor

@AnthonyGrondin AnthonyGrondin commented Aug 30, 2024

This PR provides the following changes:

  • Update esp-hal to 0.20.1.
  • The RX and TX buffers can now be set to use independent sizes.
  • Re-order rx, tx according to discussed API guidelines.
  • Fix edge_server.rs example by using a buffer pool like in edge_nal_embassy.
  • Fix async server examples who called make_static!() more than once.
  • Change xtask aliases to always build in release mode
  • Move edge_nal_compat module to its own file to declutter lib.rs

Closes #44

- The RX and TX buffers can now be set to use independent sizes.
- Re-order rx, tx according to discussed API guidelines.
- Fix async server examples who called `make_static!()` more than once.
- Update esp-hal to `0.20.1`.
- Fix `edge_server.rs` example by using a buffer pool like in `edge_nal_embassy`.
Copy link
Collaborator

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@bjoernQ bjoernQ merged commit 7de5d0a into esp-rs:main Sep 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need to update to esp-hal 0.20.1
2 participants