embassy/embassy-net/src
Thales Fragoso aca0fb1065 net: Make the user pass in the StackResources in init
By having the user pass in the resources, we can make them generic, this way
the user can choose the size of the individual resources
2021-06-20 17:15:18 -03:00
..
config fmt: make all macros macro_rules so scoping is consistent. 2021-06-07 00:16:39 +02:00
device.rs net: Add features for pool size and remove unwrap on smoltcp device 2021-06-16 16:48:35 +02:00
fmt.rs fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. 2021-06-07 03:21:37 +02:00
lib.rs net: Make the user pass in the StackResources in init 2021-06-20 17:15:18 -03:00
packet_pool.rs net: Add features for pool size and remove unwrap on smoltcp device 2021-06-16 16:48:35 +02:00
stack.rs net: Make the user pass in the StackResources in init 2021-06-20 17:15:18 -03:00
tcp_socket.rs net/tcp: Fix panic when consuming 0 bytes at EOF 2021-06-18 01:58:14 +02:00