1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/fs/cromfs
2018-03-20 19:49:42 -06:00
..
cromfs.h fs/cromfs and tools/gencromfs: Various fixes for traversal relative file paths. Biggest changes is in types used: Cannot use size_t or mode_t in common structures because they have different sizes on the (64-bit) host and the (32-bit) target. Use uint32_t instead of size_t for offsets. Use uint16_t instead of mode_t. 2018-03-20 12:37:01 -06:00
fs_cromfs.c fs/cromfs: Fix a loop condition that was causing errors on large files 2018-03-20 19:49:42 -06:00
Kconfig Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF. 2018-03-19 07:08:40 -06:00
Make.defs This commit adds tools/gencromfs.c, a tool that can be used to generate CROMFS file system images. 2018-03-20 07:31:13 -06:00