mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
note: add note stream drivers
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
+19
-1
@@ -92,10 +92,28 @@ config DRIVERS_NOTE_STRIP_FORMAT
|
||||
---help---
|
||||
Strip sched_note_printf format string.
|
||||
|
||||
config DRIVERS_NOTELOWEROUT
|
||||
bool "Note lower output"
|
||||
default n
|
||||
---help---
|
||||
Note uses lower output.
|
||||
|
||||
config DRIVERS_NOTEFILE
|
||||
bool "Note file driver"
|
||||
---help---
|
||||
The Note driver output to file.
|
||||
|
||||
config DRIVERS_NOTEFILE_PATH
|
||||
string "Note file path"
|
||||
depends on DRIVERS_NOTEFILE
|
||||
default "/dev/ttyS1"
|
||||
---help---
|
||||
The Note driver output to file path.
|
||||
|
||||
config DRIVERS_NOTELOG
|
||||
bool "Note syslog driver"
|
||||
---help---
|
||||
The note driver output to syslog.
|
||||
The Note driver output to syslog.
|
||||
|
||||
config DRIVERS_NOTESNAP
|
||||
bool "Last scheduling information"
|
||||
|
||||
Reference in New Issue
Block a user