Fork of Tangara with customizations
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
 
 
tangara-fw/lib/fatfs/test_apps/sdcard
jacqueline 7b72e5479e fork the esp-idf fatfs for f_forward and exfat support 3 年前
..
main fork the esp-idf fatfs for f_forward and exfat support 3 年前
CMakeLists.txt fork the esp-idf fatfs for f_forward and exfat support 3 年前
README.md fork the esp-idf fatfs for f_forward and exfat support 3 年前
partitions.csv fork the esp-idf fatfs for f_forward and exfat support 3 年前
pytest_fatfs_sdcard.py fork the esp-idf fatfs for f_forward and exfat support 3 年前
sdkconfig.ci.default fork the esp-idf fatfs for f_forward and exfat support 3 年前
sdkconfig.ci.psram fork the esp-idf fatfs for f_forward and exfat support 3 年前
sdkconfig.ci.release fork the esp-idf fatfs for f_forward and exfat support 3 年前
sdkconfig.defaults fork the esp-idf fatfs for f_forward and exfat support 3 年前

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S2 ESP32-S3

This test app runs a few FATFS test cases in a FAT-formatted SD card.

These tests require a development board with an SD card slot:

  • ESP32-WROVER-KIT
  • ESP32-S2 USB_OTG
  • ESP32-C3-DevKit-C with an SD card breakout board

The test cases are split between [sdmmc] and [sdspi]. Only a few tests are executed for sdspi, though. The app could be refactored to ensure that a similar set of tests runs for sdmmc and sdspi.

See ../README.md for more information about FATFS test apps.