Merge develop into main (#323)
- Support larger ROM sizes - Add storage status to SystemInfo app - Made DisplayDevice more robust (drivers must specify LVGL/DisplayDriver support explicitly)
This commit is contained in:
committed by
GitHub
parent
63866fb371
commit
35a918c82b
@@ -21,9 +21,6 @@ CONFIG_FREERTOS_SMP=n
|
||||
CONFIG_FREERTOS_UNICORE=n
|
||||
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=5120
|
||||
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
||||
CONFIG_FATFS_LFN_HEAP=y
|
||||
CONFIG_FATFS_VOLUME_COUNT=3
|
||||
CONFIG_FATFS_SECTOR_512=y
|
||||
@@ -33,6 +30,9 @@ CONFIG_WL_SECTOR_MODE_SAFE=y
|
||||
CONFIG_WL_SECTOR_MODE=1
|
||||
|
||||
# Hardware: Main
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-4mb.csv"
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions-4mb.csv"
|
||||
CONFIG_TT_BOARD_WAVESHARE_S3_TOUCH_43=y
|
||||
CONFIG_TT_BOARD_NAME="Waveshare ESP32 S3 Touch LCD 4.3"
|
||||
CONFIG_TT_BOARD_ID="waveshare-s3-touch-43"
|
||||
|
||||
Reference in New Issue
Block a user