embassy/embassy-net/src
bors[bot] 5322e293bd
Merge #461
461: nrf: add initial nrf5340 support r=Dirbaio a=Dirbaio

Thanks to `@diondokter's` work on DPPI this was quite easy! :) 

TODO:
- [ ] Add config option to enable 128mhz
- [ ] Add config option to unlock APPROTECT automatically.
- [ ] Add a way to boot net (config option or API?)
- [ ] Support WDT (there's WDT0, WDT1. Needs some refactor)
- [ ] Support NVMC
- [ ] Support TEMP

Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
2021-11-07 22:58:27 +00: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 Clippy fixes 2021-10-18 01:05:29 +02: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 nrf: add initial nrf5340 support 2021-10-28 03:36:25 +02:00
tcp_socket.rs Add TCP listen. 2021-11-04 13:34:13 +01:00