2025-10-07 17:48:15 -04:00
2025-10-07 17:48:15 -04:00
2025-10-07 17:48:15 -04:00
2025-10-07 17:48:15 -04:00
2025-10-07 17:48:15 -04:00
2025-10-07 17:48:15 -04:00

dlog is a small debugging log wrapper around snprintf() to accumulate a text log in a RAM buffer for examining at a later time with a debugger.

It is useful in an environment that has a C library, some RAM to buffer the output, and the ability to attach a debugger, but might not have any communication channel (e.g. UART) to actually output a debug log.

Description
No description provided
Readme 50 KiB
Languages
Ruby 97.4%
C 2.6%