Commit Graph

201 Commits (154c33950ac28eb1ca857c246645b11f9eb26b78)
 

Author SHA1 Message Date
S.J.R. van Schaik 154c33950a spi: get rid of the separate calls to spi_set_cs_level() 7 years ago
S.J.R. van Schaik 60d316711f spi: clean up the code in order to reduce the latency 7 years ago
S.J.R. van Schaik f0de762d61 shell: mufs: use PRIu32 to print the size for proper portability 7 years ago
S.J.R. van Schaik 316e3a13d2 shell: remove deprecated print_size() function 7 years ago
S.J.R. van Schaik 8f680b9d5b ftl: remove unused variable 7 years ago
S.J.R. van Schaik ae0e8a37d3 mufs: cast offsets to long for comparison in mufs_seek() 7 years ago
S.J.R. van Schaik e20e9e13e0 spi: flash: update code 7 years ago
S.J.R. van Schaik 3649151a9f mufs: properly free the tree object in mufs_rename() 7 years ago
S.J.R. van Schaik 7be03f4a60 mufs: delete the tree object of a file in mufs_close() 7 years ago
S.J.R. van Schaik a8040ac525 mufs: properly free the allocated path in mufs_mkpath() 7 years ago
S.J.R. van Schaik 27522b3c04 shell: mufs: claim ownership of flash device in mufs unmount 7 years ago
S.J.R. van Schaik c2700bd31e mufs: release flash device if ownership not claimed 7 years ago
S.J.R. van Schaik 84468fd761 shell: mufs: add unmount command 7 years ago
S.J.R. van Schaik 7ae378ddba shell: flash: just call do_flash_release() in flash_probe() to avoid code duplication 7 years ago
S.J.R. van Schaik 7b5187973a shell: mufs: add proper mounting and unmounting 7 years ago
S.J.R. van Schaik 92fc0e0ff1 shell: free the key in cmd_exec() 7 years ago
S.J.R. van Schaik a5e783b6bb shell: add functionality to exit 7 years ago
S.J.R. van Schaik d709c44fa4 shell: flash: add command to release the current flash device 7 years ago
S.J.R. van Schaik 2bae987d27 shell: ftl: change mount command to probe and probe a flash device with FTL enabled 7 years ago
S.J.R. van Schaik b55fea5379 shell: flash: display capacity and usage 7 years ago
S.J.R. van Schaik 58ae4bb2ea shell: ftl: remove ftl test command 7 years ago
S.J.R. van Schaik 13918141c7 mufs: fix Valgrind warnings in mufs_abspath() by using calloc() instead of malloc() 7 years ago
S.J.R. van Schaik 842ee06ee1 make: enable debugging symbols on host 7 years ago
S.J.R. van Schaik 59a71a4608 mufs: return tree as an argument in resolve_path() and free tree objects where necessary 7 years ago
S.J.R. van Schaik 4ed40e75c6 mufs: implement mufs_del_tree() to safely free tree objects from memory 7 years ago
S.J.R. van Schaik 07cd243603 mufs: extend tree in mufs_tree_write() rather than mufs_do_write() 7 years ago
S.J.R. van Schaik 08dda999cc mufs: simplify and clean up mufs_rename() 7 years ago
S.J.R. van Schaik a45be58d26 mufs: add subtree argument to mkpath() to create a path for an existing tree object 7 years ago
S.J.R. van Schaik 8921af25b3 mufs: fix mufs_free_page() and mufs_unmap_page() to properly update the root pointer 7 years ago
S.J.R. van Schaik f2d4d60c01 mufs: add find_dirent_size() to determine how many bytes are used within a directory bin 7 years ago
S.J.R. van Schaik 7107daa4b5 mufs: flash_erase() operates on blocks rather than bytes 7 years ago
S.J.R. van Schaik 286c5ebefe shell: mufs: add utilities to append, cat, rm, mv and stat files 7 years ago
S.J.R. van Schaik ab233bfd33 mufs: properly sync file size and check file size in mufs_write() and mufs_read() respectively 7 years ago
S.J.R. van Schaik 496b2182e3 mufs: do not check for empty path in mufs_mkpath() 7 years ago
S.J.R. van Schaik 2cac788ba7 mufs: create file when opening a file for writing 7 years ago
S.J.R. van Schaik 4e02f0417b shell: mufs: add rmdir command 7 years ago
S.J.R. van Schaik 639388588b mufs: set proper file size in remove_page() 7 years ago
S.J.R. van Schaik 45fe1e4b92 mufs: check if directory va does not exceed the file size in mufs_readdir() 7 years ago
S.J.R. van Schaik ab599e7c8b mufs: locate directory entry properly in mufs_rmpath() 7 years ago
S.J.R. van Schaik 14a93ab881 mufs: expose struct mufs_dir internally 7 years ago
S.J.R. van Schaik 704cd24061 mufs: get parent directory in mufs_rmpath() to remove the directory entry from 7 years ago
S.J.R. van Schaik 6492a76d14 mufs: fix traversal issue in resolve_path() 7 years ago
S.J.R. van Schaik 8b780d57d9 mufs: implement mufs_rename() to move files and directories 7 years ago
S.J.R. van Schaik 65c1fc28d3 mufs: implement mufs_unlink() 7 years ago
S.J.R. van Schaik d6fa387868 mufs: implement mufs_rmdir() 7 years ago
S.J.R. van Schaik 3b531e868b mufs: remove type argument from mufs_rmpath() 7 years ago
S.J.R. van Schaik e837c07869 mufs: remove the page if there is only one entry left in mufs_rmpath() 7 years ago
S.J.R. van Schaik 17f4f90d64 mufs: fix issue in tree allocation 7 years ago
S.J.R. van Schaik eb9b4853c0 mufs: implement mufs_rmpath() to remove file system nodes 7 years ago
S.J.R. van Schaik 1d52ca46a6 mufs: rework tree code to support mufs_map_page()/mufs_unmap_page() 7 years ago