summaryrefslogtreecommitdiff
path: root/quantum/logging/debug.h
AgeCommit message (Collapse)AuthorFilesLines
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-1/+1
* First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
2024-09-02Remove `arm_atsam` platform (#24337)Joel Challis1-4/+1
2024-02-16Workaround for `make test:all DEBUG=1` (#23047)Joel Challis1-0/+4
2024-01-27Tidy up print/debug logging headers (#22969)Joel Challis1-19/+7
2024-01-26Migrate and remove deprecated debug utils (#22961)Joel Challis1-90/+0
2021-08-03Move print/debug files to quantum (#12069)Joel Challis1-0/+169
* move print/debug files to quantum * Update comments