index
:
ntw
master
experimental firmware for the Nitrokey Pro
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device.rs
Commit message (
Expand
)
Author
Age
*
Update static_assertions to 1.1.0
Robin Krahl
2019-12-17
*
Split struct Crc into trait Crc and struct Stm32Crc
Robin Krahl
2019-02-21
*
Assert maximum size for command request and response structs
Robin Krahl
2019-02-20
*
Add static assertions for Request and Response size
Robin Krahl
2019-02-20
*
Rename commands::COMMAND_LEN to device::RESPONSE_DATA_LEN
Robin Krahl
2019-02-20
*
Validate CRC of incoming data
Robin Krahl
2019-02-19
*
Use ssmarshal to deserialize the request data
Robin Krahl
2019-02-19
*
Use ssmarshal to generate the response data
Robin Krahl
2019-02-19
*
Refactor command execution into commands module
Robin Krahl
2019-02-18
*
Refactor Nitrokey::execute_command to write to a buffer
Robin Krahl
2019-02-18
*
Add simple ReadSlotName command implementation
Robin Krahl
2019-02-18
*
Add simple GetStatus command implementation
Robin Krahl
2019-02-18
*
Implement Nitrokey command handling
Robin Krahl
2019-02-18
*
hid: Add support for {Get,Set}_Report requests
Robin Krahl
2019-02-18
*
hid: Add HID and Report descriptors
Robin Krahl
2019-02-18
*
Add HidDevice trait for device-specific information
Robin Krahl
2019-02-18
*
Add USB stack and simple HID implementation
Robin Krahl
2019-02-18