This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a04f257d4bf sched/wqueue: Replace spinlock/sched_lock with
spin_lock_irqsave_nopreempt
add 378a827a7a9 sched/syslog: Add early_syslog() for early boot or system
down debugging
add 76dcec8f4b2 Documentation: Add description for early_syslog()
No new revisions were added by this update.
Summary of changes:
.../components/drivers/special/syslog.rst | 20 +++
drivers/syslog/CMakeLists.txt | 4 +
drivers/syslog/Make.defs | 4 +
drivers/syslog/syslog_early.c | 173 +++++++++++++++++++++
include/nuttx/syslog/syslog.h | 42 +++++
5 files changed, 243 insertions(+)
create mode 100644 drivers/syslog/syslog_early.c