printk() indexing
printk() indexing
Posted May 28, 2021 4:18 UTC (Fri) by marcH (subscriber, #57642)Parent article: printk() indexing
This is very similar and possibly inspired by the concept of a message catalog / dictionary which is common in embedded systems for a different reason: saving memory.
https://en.wikipedia.org/wiki/MIPI_Debug_Architecture -> System Software Trace (Sys-T)
https://github.com/zephyrproject-rtos/zephyr/pull/30539
Etc.
