Benjamin Valentin a98a9e12e9 core: debug: introduce DEBUG_PUTS()
The DEBUG() function requires a minimal stack size for printf().
This is not always availiable.
To still allow static debug messages, introduce DEBUG_PUTS() that
gets resolved to puts() and does not carry such stack size requirements.
2019-11-20 19:09:47 +01:00
..
2017-02-16 17:11:22 +01:00
2019-05-02 12:09:37 +02:00
2018-11-30 11:22:07 -08:00
2019-09-10 17:07:54 +02:00
2015-09-12 12:43:15 +02:00
2017-03-28 20:50:48 +02:00
2019-01-09 23:00:50 +01:00
2018-11-09 08:41:50 +01:00
2017-11-16 14:39:54 +01:00
2017-03-01 22:01:26 +01:00
2018-06-11 19:12:02 +02:00
2019-02-13 13:31:52 +01:00