Commit Graph

3 Commits

Author SHA1 Message Date
Kevin Thomas 3fa61aa63a Updated formatting of cbm 2026-04-07 19:40:29 -04:00
Kevin Thomas 066c69f24b fix: remove duplicate docstrings from public functions in .c files
Public function docstrings belong exclusively in .h headers per
coding convention. Only static helper functions and static variables
retain docstrings in .c files. Removed 413 duplicate docstrings
across 185 files (15 CBM + 15 C SDK projects). All 30 projects
rebuild with zero errors.
2026-04-06 08:49:37 -04:00
Kevin Thomas 614062fa52 Add bare-metal I2C driver for RP2350 (0x07_i2c_cbm) 2026-04-05 17:43:31 -04:00