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

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


    from 01bac59cb7 Add STM32H745I-DISCO Per Core Support
     add 0be6dfb552 fs/mnemofs: Refactor path logic, direntry size bug fix, 
open free bug fix

No new revisions were added by this update.

Summary of changes:
 .gitignore                    |   2 +-
 drivers/mtd/mtd_nandram.c     |  19 +-
 drivers/mtd/mtd_nandwrapper.c |   6 +-
 fs/mnemofs/mnemofs.c          | 249 +++++++-----
 fs/mnemofs/mnemofs.h          | 412 ++++++++++----------
 fs/mnemofs/mnemofs_blkalloc.c |  38 +-
 fs/mnemofs/mnemofs_ctz.c      | 560 +++++++++++----------------
 fs/mnemofs/mnemofs_fsobj.c    | 878 +++++++++++++++++++++++++-----------------
 fs/mnemofs/mnemofs_journal.c  | 659 +++++++++++++++++++------------
 fs/mnemofs/mnemofs_lru.c      | 520 +++++++++++++++++--------
 fs/mnemofs/mnemofs_master.c   |  14 +-
 fs/mnemofs/mnemofs_rw.c       |  32 +-
 fs/mnemofs/mnemofs_util.c     |  58 +++
 include/nuttx/mtd/nand_ram.h  |  12 +-
 14 files changed, 2016 insertions(+), 1443 deletions(-)

Reply via email to