This is an automated email from the ASF dual-hosted git repository.
andk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
from 50e5c174b mcu/stm32f7: Move __vector_tbl_reloc__ to DTCM
new fc91540a4 fs/littlefs: Update to v2.5.0
new f3e417741 fs/littlefs: Fix glue
The 2 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:
fs/littlefs/LICENSE.md | 25 +
fs/littlefs/README.md | 2 +-
fs/littlefs/SPEC.md | 14 +-
fs/littlefs/src/lfs.c | 1299 ++++++++++++++--------
fs/littlefs/{include/littlefs => src}/lfs.h | 46 +-
fs/littlefs/src/lfs_util.c | 3 +-
fs/littlefs/{include/littlefs => src}/lfs_util.h | 1 +
fs/littlefs/src/mynewt_glue.c | 30 +-
fs/littlefs/syscfg.yml | 8 +-
9 files changed, 926 insertions(+), 502 deletions(-)
create mode 100644 fs/littlefs/LICENSE.md
rename fs/littlefs/{include/littlefs => src}/lfs.h (94%)
rename fs/littlefs/{include/littlefs => src}/lfs_util.h (99%)