esp-idf/components/fatfs
David Cermak 5c383d7b73 esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers"
Fix dependency tree so that lwip doesn't depend on any specific network
interface component.
Network interface drivers shall depend on esp_netif.
esp_netif shall depend on lwip (but not on any specific interface
driver) -- it optionally depends on vfs and esp_eth (need ethernet
header for L2/bridge mode)
2022-07-20 14:59:07 +02:00
..
diskio Merge branch 'fix/ff_sdmmc_status_check_optional' into 'master' 2022-06-13 14:42:12 +08:00
fatfs_utils fatfs: enable long file names for fatfsparse.py 2022-06-09 15:51:03 +02:00
port Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
src fatfs: Disable UTF-16 filename encoding 2022-05-20 15:15:01 +02:00
test fatfs: fix incorrect mtime returned for files created during DST 2022-06-09 19:50:00 +00:00
test_fatfs_host spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_fatfsgen fatfs: enable long file names for fatfsparse.py 2022-06-09 15:51:03 +02:00
vfs fatfs: Fix undefined ssize member of FATFS struct 2022-06-27 08:57:58 +00:00
CMakeLists.txt esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
fatfsgen.py fatfs: enable long file names for fatfsparse.py 2022-06-09 15:51:03 +02:00
fatfsparse.py fatfs: enable long file names for fatfsparse.py 2022-06-09 15:51:03 +02:00
Kconfig fatfs: Disable UTF-16 filename encoding 2022-05-20 15:15:01 +02:00
project_include.cmake fatfsgen.py: enabled date and time for fatfs 2022-04-07 15:01:28 +02:00
wl_fatfsgen.py fatfsparse.py: add cluster chaining support to enable reading longer-than-sector files 2022-05-25 15:49:24 +02:00