Skip to content

Commit

Permalink
Enabled fatfs fastseek for all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Aug 27, 2024
1 parent 5de36e4 commit 0f8febb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/retro-go/targets/esp32s3-devkit-c/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ CONFIG_FATFS_LFN_NONE=n
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_LFN_STACK=n
CONFIG_FATFS_MAX_LFN=255
CONFIG_FATFS_USE_FASTSEEK=y

#
# FreeRTOS
Expand Down
1 change: 1 addition & 0 deletions components/retro-go/targets/esplay-micro/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ CONFIG_FATFS_LFN_NONE=n
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_LFN_STACK=n
CONFIG_FATFS_MAX_LFN=255
CONFIG_FATFS_USE_FASTSEEK=y

#
# FreeRTOS
Expand Down
1 change: 1 addition & 0 deletions components/retro-go/targets/esplay-s3/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ CONFIG_FATFS_LFN_NONE=n
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_LFN_STACK=n
CONFIG_FATFS_MAX_LFN=255
CONFIG_FATFS_USE_FASTSEEK=y

#
# FreeRTOS
Expand Down
1 change: 1 addition & 0 deletions components/retro-go/targets/fri3d-2024/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ CONFIG_FATFS_LFN_NONE=n
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_LFN_STACK=n
CONFIG_FATFS_MAX_LFN=255
CONFIG_FATFS_USE_FASTSEEK=y

#
# FreeRTOS
Expand Down
1 change: 1 addition & 0 deletions components/retro-go/targets/mrgc-g32/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ CONFIG_FATFS_LFN_NONE=n
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_LFN_STACK=n
CONFIG_FATFS_MAX_LFN=255
CONFIG_FATFS_USE_FASTSEEK=y

#
# FreeRTOS
Expand Down
1 change: 1 addition & 0 deletions components/retro-go/targets/mrgc-gbm/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ CONFIG_FATFS_LFN_NONE=n
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_LFN_STACK=n
CONFIG_FATFS_MAX_LFN=255
CONFIG_FATFS_USE_FASTSEEK=y

#
# FreeRTOS
Expand Down
1 change: 1 addition & 0 deletions components/retro-go/targets/odroid-go/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ CONFIG_FATFS_LFN_NONE=n
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_LFN_STACK=n
CONFIG_FATFS_MAX_LFN=255
CONFIG_FATFS_USE_FASTSEEK=y

#
# FreeRTOS
Expand Down
1 change: 1 addition & 0 deletions components/retro-go/targets/qtpy-gamer/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ CONFIG_FATFS_LFN_NONE=n
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_LFN_STACK=n
CONFIG_FATFS_MAX_LFN=255
CONFIG_FATFS_USE_FASTSEEK=y

#
# FreeRTOS
Expand Down
1 change: 1 addition & 0 deletions components/retro-go/targets/retro-esp32/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ CONFIG_FATFS_LFN_NONE=n
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_LFN_STACK=n
CONFIG_FATFS_MAX_LFN=255
CONFIG_FATFS_USE_FASTSEEK=y

#
# FreeRTOS
Expand Down

0 comments on commit 0f8febb

Please sign in to comment.