summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness/config/tusb_config.h
AgeCommit message (Collapse)Author
2025-06-16Reorganize the `cmd` directoryLuke T. Shumaker
2025-05-15Fully banish printf from the firmwareLuke T. Shumaker
2025-04-18Tidy `do { ... } while (0)` macrosLuke T. Shumaker
2024-11-30tusb_config.h: Have TU_ASSERT use libmisc loggingLuke 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-23Use C23 (C++11) attribute syntax instead of __attribute__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-27wipLuke T. Shumaker