This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch pr54
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 3abdc35 Update the file_write description in fs.h
new 00a6f1d arch: cxd56xx: Enable DMA settings dynamically
new dd63e56 arch: cxd56xx: Add ITM syslog init at startup
new 1435453 boards: cxd56xx: Update spresense board.h
new 663c9ad fs: smartfs: Memory leak fix
new 1922801 fs: smartfs: Fix uninitialized variable warnings
new eaf6237 fs: smartfs: Memory leak fix
new 88af071 fs: smartfs: Fix buffer overrun
new 5d81926 fs: smartfs: Fix over capacity write
The 8 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/cxd56xx/Make.defs | 4 +
arch/arm/src/cxd56xx/cxd56_spi.c | 198 +++++++++++++--------
arch/arm/src/cxd56xx/cxd56_spi.h | 28 +++
arch/arm/src/cxd56xx/cxd56_start.c | 6 +
boards/arm/cxd56xx/common/src/cxd56_altmdm_spi.c | 129 ++++++++------
boards/arm/cxd56xx/common/src/cxd56_ili9340.c | 27 +++
boards/arm/cxd56xx/common/src/cxd56_lpm013m091a.c | 27 +++
boards/arm/cxd56xx/spresense/Kconfig | 4 +
boards/arm/cxd56xx/spresense/include/board.h | 109 +++++-------
.../cxd56xx/spresense/include/board_pinconfig.h | 30 +++-
boards/arm/cxd56xx/spresense/src/cxd56_spi.c | 6 -
fs/smartfs/smartfs_smart.c | 3 +
fs/smartfs/smartfs_utils.c | 63 +++++--
13 files changed, 413 insertions(+), 221 deletions(-)