summaryrefslogtreecommitdiff
path: root/src/usart_helpers.h
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08HID report transmission partially works nowjaseg1-1/+0
partially i.e. if you attach the keyboard before the noise handshake. I suspect some memory corruption somewhere.
2018-11-06COBS/binary suport added, abstraction improvedjaseg1-6/+10
2018-11-06Proper print abstraction and ring buffer worksjaseg1-4/+41
2018-11-06DMA-supported LOG_PRINTF worksjaseg1-3/+4
2018-11-05Some UART logging workjaseg1-10/+3
2016-09-11Switch to cmake build systemAmir Hammad1-1/+0
* use tinyprintf * ability to configure project via ccmake Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
2016-07-08rename usbh_hubbed.* to usbh_core.*Amir Hammad1-1/+1
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
2016-06-25Don't compile usart_helpers.o when USART_DEBUG is not definedAmir Hammad1-2/+1
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
2015-04-01libusbhost: Open source USB host stack for embedded devicesAmir Hammad1-0/+56
First public version, date: 1.4.2015 Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>