summaryrefslogtreecommitdiff
path: root/libusb
AgeCommit message (Collapse)Author
12 daysTidy some whitespaceLuke T. Shumaker
12 daysSort+align #includesLuke T. Shumaker
12 daysConsistently use LM_UNUSED instead of (void) castsLuke T. Shumaker
2025-05-15Begone with the printf variants of the log functionsLuke T. Shumaker
2025-05-12More GCC 15 fixesLuke T. Shumaker
2025-05-06libmisc: log.h: Add a "log_" prefix to errorf/infof/debugfLuke T. Shumaker
2025-04-10make lint: Adopt shfmtLuke T. Shumaker
tusb_helpers.h.gen got a little manual fussing here
2025-04-07fixup! SYSTEM headers don't get strict GCC checks, so change them to PUBLICLuke T. Shumaker
2025-04-05SYSTEM headers don't get strict GCC checks, so change them to PUBLICLuke T. Shumaker
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