jonlamb-gh / home-phone

1 stars 0 forks source link

Ethernet driver #8

Closed jonlamb-gh closed 4 years ago

jonlamb-gh commented 5 years ago

Something smoltcp friendly if possible, like https://github.com/stm32-rs/stm32-eth.

Example: https://github.com/stm32-rs/stm32-eth/blob/master/examples/ip.rs#L32

DMA-able support in the HAL crate or some other crate.

I have this too https://github.com/jonlamb-gh/oxcc/tree/fota-bootloader/oxcc-bootloader.

jonlamb-gh commented 5 years ago

62a672d34cfc9db63ffc98e076abbfbd5acc556d

jonlamb-gh commented 5 years ago

Switching over to the Raspberry Pi 4, bcm2711

jonlamb-gh commented 4 years ago

Using my for of stm32-eth, https://github.com/jonlamb-gh/stm32-eth.