Commit Graph

19 Commits (2773ba47fe65421f27112ce1d3ad042fc10fa643)

Author SHA1 Message Date
Astro 225be7b911 upgrade to current rust + smoltcp 2019-10-30 19:53:35 +01:00
whitequark 89104a551c Update for latest nightly. 2018-08-28 19:57:17 +00:00
whitequark 2d29078ba1 Remove unused import. 2018-03-27 09:17:57 +00:00
whitequark 8de311a34f Remove unnecessary unsafe blocks. 2018-03-27 09:17:34 +00:00
whitequark b13ef96bbe Fix RxRing::buf_release.
The original code was correct after all.
2018-03-27 09:13:11 +00:00
whitequark 308ad97586 Rewrite ethmac to split ownership into RX/TX halves. 2018-03-27 09:10:47 +00:00
whitequark f067d0fee9 Fix DMA writing to dangling pointers in ethmac. 2018-03-26 12:35:28 +00:00
whitequark 83629cac49 Update smoltcp. 2018-03-26 11:37:14 +00:00
Sebastien Bourdeauducq cbdd2c409c Revert "Revert the rx_buf_release() change in 8491394a."
This reverts commit 724221c643.
2018-03-19 15:39:41 +08:00
whitequark dcb5321e82 Fix cmp::max/min mixup in 8491394a. 2018-01-29 07:43:25 +00:00
whitequark 724221c643 Revert the rx_buf_release() change in 8491394a. 2018-01-29 07:30:12 +00:00
whitequark 8491394a50 Update to newer smoltcp.
This also fixes a bug where RX descriptors would be first advanced
and then released.
2018-01-26 13:07:43 +00:00
Sebastien Bourdeauducq d812932732 cleanup and integrate EEPROM driver 2017-08-07 16:13:29 +08:00
Alexander Shafir 115211c143 fix ethmac initialization 2017-08-07 11:18:00 +08:00
Sebastien Bourdeauducq e7bca6d0c7 fix TX buffer length in ethmac 2017-08-07 10:47:39 +08:00
Sebastien Bourdeauducq 8247c8f5a5 refactor ethmac 2017-08-06 02:18:33 +08:00
Sebastien Bourdeauducq e8d6d84ac5 superficial ethmac cleanup 2017-08-05 16:24:22 +08:00
Sebastien Bourdeauducq 98f116e226 compile ethmac driver 2017-08-02 00:33:33 +08:00
Alexander Shafir 0ab3b6116e add ethmac driver 2017-07-31 13:37:00 +08:00