Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-12 | Pairing confirmation: ignore special chars and "and" | jaseg | 1 | -22/+41 | |
2018-11-12 | Confirmed pairing works | jaseg | 1 | -7/+20 | |
2018-11-12 | Handshake working with new abstractions | jaseg | 1 | -27/+163 | |
2018-11-08 | HID report transmission partially works now | jaseg | 1 | -10/+35 | |
partially i.e. if you attach the keyboard before the noise handshake. I suspect some memory corruption somewhere. | |||||
2018-11-08 | Break out noise.c and packet_interface.c | jaseg | 1 | -206/+18 | |
2018-11-08 | Noise handshake working | jaseg | 1 | -7/+14 | |
2018-11-08 | Noise integration compiles | jaseg | 1 | -3/+169 | |
2018-11-06 | COBS/binary suport added, abstraction improved | jaseg | 1 | -15/+43 | |
2018-11-06 | Proper print abstraction and ring buffer works | jaseg | 1 | -4/+35 | |
2018-11-06 | DMA-supported LOG_PRINTF works | jaseg | 1 | -3/+6 | |
2018-11-05 | Some UART logging work | jaseg | 1 | -82/+35 | |
2018-11-01 | Make demo work with STM32F4 board from aliexpress for SecureHID project | jaseg | 1 | -60/+10 | |
2016-09-11 | lld: rework low level driver initialization | Amir Hammad | 1 | -11/+11 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | use NULL instead of 0 for assigning null pointer | Amir Hammad | 1 | -2/+2 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-09-11 | make hid_mouse driver generic HID driver | Amir Hammad | 1 | -7/+19 | |
+ 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 | -1/+6 | |
* use tinyprintf * ability to configure project via ccmake Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-07-25 | Fix broken demo after rework | Amir Hammad | 1 | -2/+2 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-07-08 | rename usbh_hubbed.* to usbh_core.* | Amir Hammad | 1 | -1/+1 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-06-25 | let the user build an array of lld drivers | Amir Hammad | 1 | -1/+6 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-06-25 | move USE_STM32f4_USBH_DRIVER_HS/FS from config.mk to usbh_config.h | Amir Hammad | 1 | -1/+1 | |
Leave the behaviour as before: Default: FullSpeed Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2016-06-20 | Merged usb midi code into current libusbmaster | Amir Hammad | 1 | -0/+24 | |
+ merge fixes Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-07-13 | Global logging: use \n for a new line instead \r\n in LOG_PRINTF | Amir Hammad | 1 | -4/+4 | |
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-04-15 | demo: timer: BUGFIX: TIM6 prescaler | Amir Hammad | 1 | -1/+1 | |
TIM6 has clock running at 84MHz instead of 168MHz, so set the prescaler accordingly. Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-04-01 | demo: More precise timing, using TIM6 | Amir Hammad | 1 | -6/+38 | |
Overflows in 6.5536 seconds Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-04-01 | demo: rcc_peripheral_enable_clock->rcc_periph_clock_enable | Amir Hammad | 1 | -7/+7 | |
Instead of 2 argument call, use function with one argument. It is more clear, and safer for inexperienced users with libopencm3. Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> | |||||
2015-04-01 | libusbhost: Open source USB host stack for embedded devices | Amir Hammad | 1 | -0/+186 | |
First public version, date: 1.4.2015 Signed-off-by: Amir Hammad <amir.hammad@hotmail.com> |