summaryrefslogtreecommitdiff
path: root/libusb
AgeCommit message (Collapse)Author
2024-11-30Tidy #includesLuke T. Shumaker
2024-11-30Don't use TinyUSB BSPLuke T. Shumaker
I guess the BSP is only meant for demos, and doesn't play nice with a larger project. Notably, board_init() re-initializes the UART hardware, causing weird glitches.
2024-11-29libusb: Create a `globals` structLuke T. Shumaker
2024-11-19Add libmisc/log.h to remove stdio.hLuke T. Shumaker
2024-11-11libmisc: Write my own assert.h with assert_notreached()Luke T. Shumaker
2024-11-11Fix+update tusb_helpers.h.gen, run `make generate-clean && make generate`Luke T. Shumaker
2024-10-28s/Licence/License/gLuke T. Shumaker
2024-10-27Lint that include-guards match the filenameLuke T. Shumaker
2024-10-16copyright statementsLuke T. Shumaker
2024-10-02trim trailing wsLuke T. Shumaker
2024-09-28fixLuke T. Shumaker
2024-09-27wip fixesLuke T. Shumaker
2024-09-27fixesLuke T. Shumaker
2024-09-27use GNU Make for `generate`Luke T. Shumaker
2024-09-27wipLuke T. Shumaker
2024-09-27wipLuke T. Shumaker
2024-09-26wip reorgLuke T. Shumaker