This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 5076b0c74c risc-v:Unify module compilation options
new 43d96a5d9e note: Increase crash dump buffer
new 453cde945f note: add note stream drivers
new a70175ea06 note: make sched_note_start depend on INSTRUMENTATION_SWITCH
new 6ad06ba004 note:unified note filtering at runtime.
new 464d284587 drivers/note: simplify notesnap_dump logic
new c83858bbb6 note: fix note_common unaligned access
new 154cb4a860 sim/note: add note related configuration
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Kconfig | 16 +++-
boards/sim/sim/sim/configs/note/defconfig | 12 ++-
drivers/note/Kconfig | 20 ++++-
drivers/note/Make.defs | 4 +
drivers/note/note_driver.c | 26 ++++--
drivers/note/note_initialize.c | 10 +++
drivers/note/noteram_driver.c | 4 +-
drivers/note/notesnap_driver.c | 26 ++----
.../note/notestream_driver.c | 99 ++++++++++++----------
.../nuttx/note/notestream_driver.h | 52 +++++-------
include/nuttx/sched_note.h | 23 ++---
include/nuttx/trace.h | 8 ++
tools/ci/testlist/sim-02.dat | 1 +
13 files changed, 177 insertions(+), 124 deletions(-)
copy boards/arm/stm32/common/src/stm32_apa102.c =>
drivers/note/notestream_driver.c (61%)
copy arch/arm/src/mx8mp/mx8mp_serial.h =>
include/nuttx/note/notestream_driver.h (78%)