Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the low-level FatFS commands in MOS (Stage 2) #52

Open
breakintoprogram opened this issue Apr 16, 2023 · 0 comments
Open

Implement the low-level FatFS commands in MOS (Stage 2) #52

breakintoprogram opened this issue Apr 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@breakintoprogram
Copy link
Owner

Implement the following methods:

  • ffs_api_ftruncate
  • ffs_api_fsync
  • ffs_api_fforward
  • ffs_api_fexpand
  • ffs_api_fgets
  • ffs_api_fputc
  • ffs_api_fputs
  • ffs_api_fprintf
  • ffs_api_ftell
  • ffs_api_fsize
  • ffs_api_ferror
  • ffs_api_dopen
  • ffs_api_dclose
  • ffs_api_dread
  • ffs_api_dfindfirst
  • ffs_api_dfindnext
  • ffs_api_unlink
  • ffs_api_rename
  • ffs_api_chmod
  • ffs_api_utime
  • ffs_api_mkdir
  • ffs_api_chdir
  • ffs_api_chdrive
  • ffs_api_getcwd
  • ffs_api_mount
  • ffs_api_mkfs
  • ffs_api_fdisk
  • ffs_api_getfree
  • ffs_api_getlabel
  • ffs_api_setlabel
  • ffs_api_setcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: On Hold
Development

No branches or pull requests

1 participant