This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 4e2a8d4492 libc: Add setbuffer to stdio.
new c1680d2f03 mtd/nand: Call nandmodel_getdevpagesize directly to get the
page number
new 25a1191763 mtd/nand: Correct the check of erasing bad blocks
new 3c54e66683 mtd/nand: Fix the comment and remove the uneeded inclusion
The 3 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:
arch/arm/src/sam34/sam4s_nand.c | 4 +--
arch/arm/src/sama5/sam_nand.c | 8 ++---
drivers/mtd/hamming.c | 5 ++-
drivers/mtd/mtd_modeltab.c | 5 ++-
drivers/mtd/mtd_nand.c | 70 ++++++++++++++++-------------------------
drivers/mtd/mtd_nandecc.c | 22 +++++--------
drivers/mtd/mtd_nandmodel.c | 11 +++----
drivers/mtd/mtd_nandscheme.c | 23 ++++++--------
drivers/mtd/mtd_onfi.c | 8 +----
include/nuttx/mtd/hamming.h | 5 +--
include/nuttx/mtd/nand_ecc.h | 2 +-
include/nuttx/mtd/nand_model.h | 6 ++--
include/nuttx/mtd/nand_raw.h | 1 -
include/nuttx/mtd/nand_scheme.h | 12 +++----
14 files changed, 69 insertions(+), 113 deletions(-)