This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-11 21:20:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
a450b85dc8
nuttx
/
include
/
nuttx
/
syslog
History
Download ZIP
Download TAR.GZ
Juha Niskanen
219d99451a
drivers/syslog/syslog_device.c: Fix assert that assumes re-opened syslog file is the same. Logic in syslog_file_channel() is calling syslog_initialize() for the default syslog device as a recovery action after failed syslog_dev_initialize().
2019-11-08 07:43:24 -06:00
..
ramlog.h
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
2016-06-20 08:57:08 -06:00
syslog.h
drivers/syslog/syslog_device.c: Fix assert that assumes re-opened syslog file is the same. Logic in syslog_file_channel() is calling syslog_initialize() for the default syslog device as a recovery action after failed syslog_dev_initialize().
2019-11-08 07:43:24 -06:00
syslog_console.h
arch/arm/src/common/up_initialize.c: up_initialize.c needs to know about ramlog_consoleinit()
2019-05-04 18:28:43 -06:00
syslog_rpmsg.h
This commit brings in the drivers needed to support OpenAMP. These changes were ported from
https://github.com/FishsemiCode/nuttx
. The current state: Most drivers do now compile but are not yet verfied.
2019-11-02 11:30:33 -06:00