田昕
田昕
static inline bool lfs_gstate_hasmove(const lfs_gstate_t *a) { return lfs_tag_type1(a->tag); } if bool is defined as uint8_t, this function always return 0. This is caused by truncate return value of uint16_t...
"mkdir dir/" will not work in littlefs, littlefs will return LFS_ERR_NOENT in such case. However, linux supports such commands. This patch adds support for such behavior. Signed-off-by: 田昕
Signed-off-by: 田昕 ## Summary MTD non-volatile storage was originally implemented in Zephyr by Laczen. We made several modification to the original design. The main purpose of those modification was: 1....