ARMv7: Add support to use ITM for SYSLOG debug output

This commit is contained in:
Gregory Nutt
2014-10-22 09:03:00 -06:00
parent d98d1e9d21
commit bfc12bf3a7
4 changed files with 239 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ EXTERN int syslog_initialize(void);
* interfaces are syslog() and lowsyslog(). The difference is that
* the syslog() internface writes to fd=1 (stdout) whereas lowsyslog() uses
* a lower level interface that works from interrupt handlers. This
* function is a a low-level interface used to implement lowsyslog().
* function is the low-level interface used to implement lowsyslog().
*
****************************************************************************/