Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-12 | Handshake working with new abstractions | jaseg | 1 | -0/+3 | |
2018-11-08 | Break out noise.c and packet_interface.c | jaseg | 1 | -0/+2 | |
2018-11-08 | Noise integration compiles | jaseg | 1 | -0/+9 | |
2018-11-06 | COBS/binary suport added, abstraction improved | jaseg | 1 | -9/+3 | |
2016-09-11 | Fix missing usbh_config.h in the cmake project | Amir Hammad | 1 | -0/+1 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | make hid_mouse driver generic HID driver | Amir Hammad | 1 | -2/+2 | |
+ keyboard support + SET_REPORT commands - usually leds on keyboards (WIP) - missing parsing of HID report descriptor Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | Switch to cmake build system | Amir Hammad | 1 | -0/+61 | |
* use tinyprintf * ability to configure project via ccmake Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> |