-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ESP32_S3_ALL build with octal psram support (#2933)
- Loading branch information
1 parent
b9f167f
commit 2302b54
Showing
8 changed files
with
136 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# This file was generated using idf.py save-defconfig. It can be edited manually. | ||
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration | ||
# | ||
CONFIG_IDF_CMAKE=y | ||
CONFIG_IDF_TARGET_ARCH_XTENSA=y | ||
CONFIG_IDF_TARGET="esp32s3" | ||
|
||
# Deprecated drivers, disable warnings on build | ||
CONFIG_ADC_SUPPRESS_DEPRECATE_WARN=y | ||
CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN=y | ||
CONFIG_UART_ISR_IN_IRAM=y | ||
CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN=y | ||
CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y | ||
CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y | ||
|
||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y | ||
CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE=y | ||
|
||
CONFIG_PARTITION_TABLE_CUSTOM=y | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="targets/ESP32/_IDF/esp32s3/partitions_nanoclr_4mb.csv" | ||
|
||
CONFIG_COMPILER_OPTIMIZATION_SIZE=y | ||
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y | ||
|
||
CONFIG_BT_ENABLED=y | ||
CONFIG_BT_NIMBLE_ENABLED=y | ||
CONFIG_BT_NIMBLE_SVC_GAP_DEVICE_NAME="nanoBLE" | ||
CONFIG_BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT=10 | ||
CONFIG_BT_NIMBLE_TRANSPORT_EVT_COUNT=20 | ||
CONFIG_BT_NIMBLE_HS_FLOW_CTRL=y | ||
CONFIG_BT_CTRL_BLE_MAX_ACT=10 | ||
|
||
CONFIG_UART_ISR_IN_IRAM=y | ||
|
||
CONFIG_PM_ENABLE=y | ||
|
||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_MODE_OCT=y | ||
CONFIG_SPIRAM_TYPE_AUTO=y | ||
CONFIG_SPIRAM_IGNORE_NOTFOUND=y | ||
|
||
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y | ||
|
||
CONFIG_ESP_TASK_WDT_INIT=n | ||
|
||
CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 | ||
|
||
CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM=10 | ||
CONFIG_ESP_WIFI_RX_BA_WIN=6 | ||
|
||
CONFIG_FATFS_LFN_HEAP=y | ||
|
||
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304 | ||
CONFIG_FREERTOS_TIMER_TASK_PRIORITY=5 | ||
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y | ||
|
||
CONFIG_LOG_DEFAULT_LEVEL_NONE=y | ||
|
||
CONFIG_LWIP_LOCAL_HOSTNAME="nanodevice" | ||
CONFIG_LWIP_MAX_SOCKETS=16 | ||
CONFIG_LWIP_SO_LINGER=y | ||
CONFIG_LWIP_SO_RCVBUF=y | ||
CONFIG_LWIP_DHCP_OPTIONS_LEN=80 | ||
CONFIG_LWIP_DHCPS=n | ||
CONFIG_LWIP_IPV6=n | ||
CONFIG_LWIP_MAX_LISTENING_TCP=8 | ||
CONFIG_LWIP_SNTP_MAX_SERVERS=2 | ||
|
||
CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC=y | ||
CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH=y | ||
CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=n | ||
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n | ||
CONFIG_MBEDTLS_HAVE_TIME_DATE=y | ||
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y | ||
CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=n | ||
CONFIG_MBEDTLS_DES_C=y | ||
CONFIG_MBEDTLS_XTEA_C=y | ||
CONFIG_MBEDTLS_PEM_WRITE_C=n | ||
|
||
CONFIG_SPIFFS_PAGE_SIZE=512 | ||
CONFIG_SPIFFS_OBJ_NAME_LEN=256 |