You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/01/28 02:40:09 UTC

[incubator-nuttx] branch master updated (6f5793e -> 6d786be)

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 6f5793e  sched: mqueue: Remove an unnecessary comment in mq_send.c
     add 822fbe5  drivers: mtd: mtd_nandscheme: mix case identifier fix
     add 95adb15  drivers: mtd: nxstyle errors fix
     add 2d8b193  drivers: mtd: fix nxstyle errors
     add 6d786be  drivers: mtd: mx35.c: mix case identifier fix

No new revisions were added by this update.

Summary of changes:
 drivers/mtd/at24xx.c            | 196 +++++-----
 drivers/mtd/at25.c              | 188 ++++++----
 drivers/mtd/at45db.c            | 329 +++++++++--------
 drivers/mtd/gd5f.c              | 299 +++++++++-------
 drivers/mtd/hamming.c           |   8 +-
 drivers/mtd/is25xp.c            | 323 ++++++++++-------
 drivers/mtd/m25px.c             | 273 ++++++++------
 drivers/mtd/mtd_modeltab.c      | 215 ++++++-----
 drivers/mtd/mtd_nandecc.c       |  12 +-
 drivers/mtd/mtd_nandmodel.c     |   3 +-
 drivers/mtd/mtd_nandscheme.c    | 122 ++-----
 drivers/mtd/mtd_rwbuffer.c      | 182 ++++++----
 drivers/mtd/mx25lx.c            | 464 +++++++++++++-----------
 drivers/mtd/mx25rxx.c           | 164 +++++----
 drivers/mtd/mx35.c              | 350 ++++++++++--------
 drivers/mtd/n25qxxx.c           | 667 ++++++++++++++++++----------------
 drivers/mtd/rammtd.c            |  49 ++-
 drivers/mtd/ramtron.c           | 366 +++++++++++--------
 drivers/mtd/s25fl1.c            | 772 ++++++++++++++++++++++------------------
 drivers/mtd/sector512.c         | 202 ++++++-----
 drivers/mtd/skeleton.c          |  14 +-
 drivers/mtd/sst25.c             | 459 ++++++++++++++----------
 drivers/mtd/sst26.c             | 351 +++++++++---------
 drivers/mtd/w25.c               | 400 ++++++++++++---------
 drivers/mtd/w25qxxxjv.c         | 602 +++++++++++++++++--------------
 include/nuttx/mtd/nand_scheme.h |   4 +-
 26 files changed, 3896 insertions(+), 3118 deletions(-)