Commit Graph

25 Commits

Author SHA1 Message Date
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
d94feb9fcd net/tcp: Fix panic when consuming 0 bytes at EOF 2021-06-18 01:58:14 +02:00
3396a51938 net: Add features for pool size and remove unwrap on smoltcp device 2021-06-16 16:48:35 +02:00
46e1bae9e3 eth-v2: Start Ethernet peripheral implementation 2021-06-16 16:48:35 +02:00
890e93f367 UPdate smoltcp 2021-06-12 00:50:36 +02:00
3be49d3e79 fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. 2021-06-07 03:21:37 +02:00
ef1ebefec0 fmt: use absolute paths 2021-06-07 03:15:05 +02:00
e7dc5c0939 fmt: make all macros macro_rules so scoping is consistent. 2021-06-07 00:16:39 +02:00
7d869bdec8 Update heapless 2021-06-04 01:35:04 +02:00
f55a303814 net: fix build 2021-05-28 23:10:15 +02:00
4ebc113852 Merge remote-tracking branch 'embassy-net/main' 2021-05-28 23:07:27 +02:00
b4c11695cf Update smoltcp 2021-05-28 22:34:07 +02:00
773c3570e7 Update deps 2021-05-18 17:07:05 +02:00
4eecb3cfa9 add is_link_up, is_config_up 2021-04-13 17:14:23 +02:00
4f528d8fae Add medium-ip, medium-ethernet Cargo features 2021-04-12 21:00:23 +02:00
439092dc59 derive Eq for config 2021-04-12 18:13:22 +02:00
ccdcd9df17 publish config::Event 2021-04-12 17:24:52 +02:00
54d6b6ec48 Correctly randomize source port 2021-04-12 15:35:54 +02:00
9c5a8b945a Update to latest embassy, atomic-pool, smoltcp 2021-04-07 19:06:45 +02:00
9bee576fd2 Update embassy 2021-03-02 21:20:00 +01:00
f100383b3c Make ethernet address configurable from the Device 2021-02-24 22:31:07 +01:00
7d3878466c reexport smoltcp error/result 2021-02-12 01:48:21 +01:00
a7d1d02be0 Remove use of feature(const_in_array_repeat_expressions) 2021-02-03 05:25:25 +01:00
10cd5bddc9 Add CI 2021-02-03 05:15:13 +01:00
cb5931d583 🌈 2021-02-03 05:09:37 +01:00