f9micro / f9-kernel

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

Change debug layer to debug level #128

Closed louisom closed 7 years ago

louisom commented 7 years ago

Now dbg_printf using debug layer to decide what thing to print out.

but this is hard for user or developer to choice what to see on screen, maybe we can change this to debug level settting like {EMERG, CRITICAL, WARNING, INFO, DEBUG}