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

linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b60308ab7 articles: Add entry to MnemoFS
b60308ab7 is described below

commit b60308ab7a8ef08b9e996fc82e4f29ebf2421019
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Sat Nov 29 07:07:40 2025 -0300

    articles: Add entry to MnemoFS
    
    Signed-off-by: Alan C. Assis <[email protected]>
---
 articles.md                              |  22 ++++++++++++++++++++++
 articles/files/mnemofs_nand_fs_nuttx.pdf | Bin 0 -> 1091331 bytes
 2 files changed, 22 insertions(+)

diff --git a/articles.md b/articles.md
index e7ffc50f2..b4fcb52e9 100644
--- a/articles.md
+++ b/articles.md
@@ -115,3 +115,25 @@ drive-by-wire demonstrator.
 Michal Matiáš
 
 [Download](./files/nuttx_10baset1s.pdf)
+
+mnemofs: A NAND flash file-system for Apache NuttX
+==================================================
+
+## Abstract
+
+NAND flash memory is a key enabler for modern sensor systems due to its low 
cost,
+compact size, and low power consumption. However, its unique characteristics 
such
+as erase-before-write requirements, bad block management and randomized 
bit-flips
+demand a specialized file system design. This letter proposes mnemofs, a file
+system that incorporates wear leveling, power-loss resilience, block garbage
+collection, low RAM consumption and small binary size to maintain reliability
+while utilizing NAND flash’s advantages in embedded systems. We analyze 
tradeoffs
+propose enhancements for sensor applications where robust, long-term data 
storage
+is critical.
+
+## Author(s)
+
+Saurav Pal
+Alan C. Assis
+
+[Download](./files/mnemofs_nand_fs_nuttx.pdf)
diff --git a/articles/files/mnemofs_nand_fs_nuttx.pdf 
b/articles/files/mnemofs_nand_fs_nuttx.pdf
new file mode 100644
index 000000000..c90ba21bc
Binary files /dev/null and b/articles/files/mnemofs_nand_fs_nuttx.pdf differ

Reply via email to