Historique des commits

Auteur SHA1 Message Date
  Lucas Bollen 4055a19bc3 Change mutability of `RxToken`'s `consume` argument. il y a 11 mois
  Dario Nieuwenhuis 409ad14da9 Rename PacketId to PacketMeta, make id field public. il y a 1 an
  datdenkikniet 78b4f39a10 Device-level packet metadata identifiers il y a 1 an
  Dario Nieuwenhuis 3a9d017354 Remove unneeded ref patterns and destructures. il y a 2 ans
  Dario Nieuwenhuis 0102a4b741 phy: make consume infallible, move timestamp to receive/transmit. il y a 2 ans
  Dario Nieuwenhuis 4300e7cc3b GAT-based Device trait. il y a 3 ans
  Thibaut Vandervelden 3d782f19cd Add support for 802.15.4 and 6LoWPAN il y a 4 ans
  qiujiangkun 7dda148ad5 various clippy fix il y a 3 ans
  Dario Nieuwenhuis 2cb407d62a rustfmt il y a 3 ans
  Dario Nieuwenhuis 56bff5dcca Add IP medium support to PcapWriter and Tracer. il y a 4 ans
  Alex Crawford ddb876bec4 Remove redundant field names from structs il y a 4 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  jhwgh1968 e6a6b1630f Allow mutation of data buffer in RxToken il y a 6 ans
  Andreas Molzer acbe139e36 Implement accessors for the Tracer il y a 6 ans
  Dan Robertson 470a08669f Update phy mod to use new time types il y a 7 ans
  Philipp Oppermann 198fe239f1 Redesign the phy::Device trait to avoid Drop impls. il y a 7 ans
  Steffen Butzer 9b1b0b4bde phy: introduce hardware based checksum settings, rename DeviceLimits il y a 7 ans
  whitequark 9525e32a69 Remove unused imports. il y a 7 ans
  whitequark 5bf64586cd Get rid of Result<_, ()>. il y a 7 ans
  whitequark ac988f699b Rename into_lower → into_inner. il y a 7 ans
  whitequark 97499ac280 Clean up some type variable names and trait bounds. NFC. il y a 7 ans
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. il y a 7 ans
  whitequark 7d54157e77 Add EthernetTracer, a specialization of Tracer for EthernetFrame. il y a 7 ans
  whitequark 1c1489e5fb try! → ? il y a 7 ans
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits il y a 8 ans
  whitequark a155269d3d Remove the `use_` prefix from feature names. il y a 8 ans
  whitequark 1c7f972a86 Fix length of tx buffers returned by fault injector. il y a 8 ans
  whitequark e5c71690e3 Remove an unnecessary PhantomData. il y a 8 ans
  whitequark 174bbcee86 Rename features: std→use_std, logging→use_log. il y a 8 ans
  whitequark 0f9f897408 Parameterize tracer over the write function. il y a 8 ans