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/incubator-nuttx.git.


    from 93ff68e  serial: Prevent RX stall
     new 23ddeaf  mm/circbuf: support circular buffer managerment
     new 8f9ca79  driver/sensor rc: use mm/circbuf manage intermediate buffer

The 2 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:
 drivers/rc/Kconfig                                 |   1 +
 drivers/rc/lirc_dev.c                              | 133 +-----
 drivers/sensors/Kconfig                            |   1 +
 drivers/sensors/sensor.c                           | 226 ++--------
 include/nuttx/mm/circbuf.h                         | 308 +++++++++++++
 mm/Kconfig                                         |   6 +
 mm/Makefile                                        |   1 +
 .../machine/risc-v/rv32 => mm/circbuf}/Make.defs   |  13 +-
 mm/circbuf/circbuf.c                               | 474 +++++++++++++++++++++
 9 files changed, 853 insertions(+), 310 deletions(-)
 create mode 100644 include/nuttx/mm/circbuf.h
 copy {libs/libc/machine/risc-v/rv32 => mm/circbuf}/Make.defs (82%)
 create mode 100644 mm/circbuf/circbuf.c

Reply via email to