aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAge
* Allow missing safety documentation for unsafe functionsHEADmasterRobin Krahl2019-12-17
* Update dependencies to newest versionsRobin Krahl2019-12-17
* Split struct Crc into trait Crc and struct Stm32CrcRobin Krahl2019-02-21
* Validate CRC of incoming dataRobin Krahl2019-02-19
* Refactor command execution into commands moduleRobin Krahl2019-02-18
* Add HidDevice trait for device-specific informationRobin Krahl2019-02-18
* Add enum_u8 macro to simplify enum conversionRobin Krahl2019-02-18
* Add USB stack and simple HID implementationRobin Krahl2019-02-18
* Initial commitRobin Krahl2019-02-18