summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-27add -Wextra for more warnings to examplehathach
2019-09-22Merge pull request #177 from cr1901/fifo-fixhathach
2019-09-22Merge pull request #175 from pigrew/clear_feature_orderinghathach
2019-09-21dcd_synopsys: Fix off-by-one error in FIFO allocation.William D. Jones
2019-09-21Changing the bitwise to a logical OR created a huge hard to find bug. It shor...Nathan Conrad
2019-09-21logical or.Nathan Conrad
2019-09-21Correct wording of comment on handling EP requests.Nathan Conrad
2019-09-21When unstalling, EP must be marked as not busy. Also, mark EP as busy when st...Nathan Conrad
2019-09-21Make type casting explicitNathan Conrad
2019-09-21Calling EP open with bad parameters should be considered a bug.Nathan Conrad
2019-09-21Reorder handling of EP control requests,Nathan Conrad
2019-09-21USB Control: Pointer arithmetic on void* is forbidenNathan Conrad
2019-09-21FSDEV: go to NAK when unstalling; on reset, set EP0 to NAK, prioritize reset ...Nathan Conrad
2019-09-21Merge pull request #169 from pigrew/hid_deschathach
2019-09-20Revert "Revert "Also need to just return false in the case that it isn't an i...Nathan Conrad
2019-09-20Revert "Also need to just return false in the case that it isn't an interface...Nathan Conrad
2019-09-20Merge pull request #172 from hathach/develophathach
2019-09-20update dochathach
2019-09-20Also need to just return false in the case that it isn't an interface control...Nathan Conrad
2019-09-20Use cached HID descriptor.Nathan Conrad
2019-09-20doc updatehathach
2019-09-20added stm32 L0 supporthathach
2019-09-20Merge branch 'master' into develophathach
2019-09-20Merge branch 'master' of github.com:hathach/tinyusbhathach
2019-09-20Merge pull request #165 from pigrew/fsdev_smallPackethathach
2019-09-20added stm32L0538 discovery board, board test exmaple workshathach
2019-09-19Cache pointer to HID descriptor.Nathan Conrad
2019-09-19Use ESOF for wakeup timing.Nathan Conrad
2019-09-19s/static const/define/Nathan Conrad
2019-09-19Remove debug assertions.Nathan Conrad
2019-09-19Merge branch 'master' into fsdev_smallPacketNathan Conrad
2019-09-18added board feather stm32f045hathach
2019-09-17Implement HID desc request.Nathan Conrad
2019-09-17Merge pull request #157 from pigrew/TI_compiler_quirkshathach
2019-09-16ST FSDEV: No need to always reset the interrupt priority, also add some synch...Nathan Conrad
2019-09-16Include board header file... :XNathan Conrad
2019-09-16Implement remote wakeup + perhaps better sleep?Nathan Conrad
2019-09-16add pyboard v1.1 link to bsphathach
2019-09-16Merge branch 'master' of github.com:hathach/tinyusbhathach
2019-09-16Change inline functions to macros, and make all parameter names uniform.Nathan Conrad
2019-09-16Merge branch 'master' into TI_compiler_quirksNathan Conrad
2019-09-16s/unsigned int/uint32_t/Nathan Conrad
2019-09-16Merge pull request #163 from hathach/develophathach
2019-09-16fix #143hathach
2019-09-16Merge pull request #159 from pigrew/assert_documentationhathach
2019-09-16Merge pull request #155 from hathach/develophathach
2019-09-16follow up to suggestion to pr 155hathach
2019-09-15Implement EP with size <64.Nathan Conrad
2019-09-15Covert macros to inline functions.Nathan Conrad
2019-09-15Wrote TX instead of RX.Nathan Conrad