| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-net: add flush to TcpSocket and TcpWriter as an inherent method | kbleeke | 2023-02-22 | 1 | -0/+8 |
| * | Implement flush for TcpSocket | kbleeke | 2023-02-22 | 1 | -3/+12 |
| * | Pass the correct buffer when creating TcpSocket | Ulf Lilleengen | 2023-01-31 | 1 | -1/+1 |
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -6/+6 |
| * | net: use atomic-polyfill on tcp client pool, for thumbv6m support. | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 |
| * | Remove unnecessary use of atomic-polyfill. | Dario Nieuwenhuis | 2022-12-23 | 1 | -1/+1 |
| * | net: move stack into lib.rs | Dario Nieuwenhuis | 2022-12-13 | 1 | -2/+1 |
| * | net: remove packet pool. | Dario Nieuwenhuis | 2022-12-13 | 1 | -1/+1 |
| * | net: update smoltcp | Dario Nieuwenhuis | 2022-12-07 | 1 | -1/+4 |
| * | net: don't use UnsafeCell. | Dario Nieuwenhuis | 2022-12-03 | 1 | -33/+26 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -79/+41 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -9/+9 |
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -3/+3 |
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -46/+74 |
| * | net: make TcpIo private. | Dario Nieuwenhuis | 2022-08-11 | 1 | -1/+1 |
| * | Fix formatting | Ulf Lilleengen | 2022-08-09 | 1 | -7/+2 |
| * | Wrap buffers in a single state type | Ulf Lilleengen | 2022-08-09 | 1 | -23/+30 |
| * | Implement embedded-nal-async traits for embassy-net | Ulf Lilleengen | 2022-08-08 | 1 | -0/+167 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -16/+6 |
| * | Add embedded-io implementation of ConnectError | Ulf Lilleengen | 2022-06-01 | 1 | -0/+6 |
| * | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 1 | -159/+140 |
| * | Make embassy-net nightly-only. | Dario Nieuwenhuis | 2022-05-19 | 1 | -0/+353 |
