f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
680 stars 145 forks source link

ARMv7: Add support to use ITM for debug output #109

Open jserv opened 9 years ago

jserv commented 9 years ago

NuttX utilizes ARMv7-M ITM for debug output as its Kconfig indicates. The new option, ARMV7M_ITMSYSLOG was added.

The same technique can be applied to F9 microkernel.