You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by li...@apache.org on 2020/09/15 06:57:35 UTC

[incubator-nuttx] branch master updated (c11c1dc -> 77ae037)

This is an automated email from the ASF dual-hosted git repository.

liuhaitao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from c11c1dc  libs/libc/stdio: replace double_t to double
     add 77ae037  note: Rename note driver to noteram driver

No new revisions were added by this update.

Summary of changes:
 .../arm/stm32f7/stm32f746-ws/configs/nsh/defconfig |   2 +-
 drivers/note/Kconfig                               |  34 +-
 drivers/note/Make.defs                             |   4 +
 drivers/note/note_driver.c                         | 468 ++-------------------
 drivers/note/{note_driver.c => noteram_driver.c}   | 123 +++---
 include/nuttx/note/note_driver.h                   |   8 +-
 .../nuttx/note/{note_driver.h => noteram_driver.h} |  22 +-
 7 files changed, 128 insertions(+), 533 deletions(-)
 copy drivers/note/{note_driver.c => noteram_driver.c} (79%)
 copy include/nuttx/note/{note_driver.h => noteram_driver.h} (82%)