Histórico de commits

Autor SHA1 Mensagem Data
  Andrei Gramakov 305592f1aa vfs: semihosting driver update supporting semihosting_common handler from OpenOCD 5 anos atrás
  Ivan Grokhotkov a3c0bcb0a0 vfs: introduce options to turn off some features 5 anos atrás
  Angus Gratton 11fac8637a docs: Resolve doxygen & Sphinx warnings 6 anos atrás
  Roland Dobai 91ce5db172 VFS: Support concurrent VFS select calls 6 anos atrás
  Michael Zimmermann 74a459dd3d make code conform to Wstrict-prototypes 7 anos atrás
  Roland Dobai 41062bea99 VFS: Implement pread() and pwrite() 6 anos atrás
  Roland Dobai 43eb58da99 VFS: Fix Kconfig prefix 6 anos atrás
  Roland Dobai 2df9fb057d VFS: Allocate socket select semaphore outside ISR 6 anos atrás
  Ivan Grokhotkov 48b1433772 vfs: change fcntl argument to int (instead of va_list), add weak fcntl 6 anos atrás
  Roland Dobai aa9d302814 VFS: Implement poll() based on select() 7 anos atrás
  Roland Dobai fb334baa7c VFS: Implement utime() 7 anos atrás
  Roland Dobai 5395435816 Add basic support for termios.h 7 anos atrás
  Renz Bagaporo ea711f2ee9 vfs, fatfs: Add file truncate for fatfs 7 anos atrás
  Roland Dobai 15b26f8841 VFS: esp_vfs_select() needs to be callable from concurrent tasks 7 anos atrás
  Angus Gratton af2cb3ba8b Merge branch 'feature/vfs_find_free_fd' into 'master' 7 anos atrás
  Roland Dobai 18e83bcd53 Allow VFS file descriptors in select() 7 anos atrás
  Roland Dobai 2aa9c15906 VFS: allow to find free file descriptors & register them 7 anos atrás
  Roland Dobai 4345e198ce Implement VFS support for access() 7 anos atrás
  Roland Dobai 5129bca67c VFS: Use smaller numbers as file descriptors 7 anos atrás
  Ivan Grokhotkov 6185e722c3 Revert "Merge branch 'feature/vfs_select' into 'master'" 7 anos atrás
  Roland Dobai 6852d653bd Allow VFS file descriptors in select() 8 anos atrás
  Angus Gratton e5ae0f5927 lwip: Make LWIP_SOCKET_OFFSET signed, remove need for underflow check 8 anos atrás
  Ivan Grokhotkov 502c3d0243 vfs,fat: add fsync to VFS interface, implement it for fatfs 8 anos atrás
  Angus Gratton 539262b5c2 vfs: Remove fd_offset member 8 anos atrás
  Angus Gratton 3ebf7923d3 lwip: Route LWIP socket POSIX I/O functions via IDF VFS layer 8 anos atrás
  Angus Gratton a320fed3b5 vfs: Add ioctl() to filesystem set 8 anos atrás
  Ivan Grokhotkov 1e4587a09f vfs: implement fcntl via VFS interface 8 anos atrás
  Deomid Ryabkov b8782bdd90 Change esp_vfs_t.write return value to ssize_t 8 anos atrás
  Ivan Grokhotkov 6fb430f45e vfs: add directory APIs 9 anos atrás
  Ivan Grokhotkov 3f889de5ab vfs: implement vfs_unregister 9 anos atrás