aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/logging/debug.h
Commit message (Collapse)AuthorAgeFilesLines
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-211-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.
* Remove `arm_atsam` platform (#24337)Joel Challis2024-09-021-4/+1
|
* Workaround for `make test:all DEBUG=1` (#23047)Joel Challis2024-02-161-0/+4
|
* Tidy up print/debug logging headers (#22969)Joel Challis2024-01-271-19/+7
|
* Migrate and remove deprecated debug utils (#22961)Joel Challis2024-01-261-90/+0
|
* Move print/debug files to quantum (#12069)Joel Challis2021-08-031-0/+169
* move print/debug files to quantum * Update comments