forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5853 from tannewt/s3_config_rework
Split out target specific configs.
- Loading branch information
Showing
54 changed files
with
1,769 additions
and
215 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# CONFIG_ESP32S2_SPIRAM_SUPPORT is not set | ||
# | ||
# LWIP | ||
# | ||
CONFIG_LWIP_LOCAL_HOSTNAME="espressif" | ||
# end of LWIP |
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
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,6 @@ | ||
# CONFIG_ESP32S2_SPIRAM_SUPPORT is not set | ||
# | ||
# LWIP | ||
# | ||
CONFIG_LWIP_LOCAL_HOSTNAME="espressif" | ||
# end of LWIP |
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 |
---|---|---|
@@ -1,9 +1,37 @@ | ||
CONFIG_ESP32S3_SPIRAM_SUPPORT=y | ||
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3" | ||
CONFIG_SPIRAM_BOOT_INIT=y | ||
CONFIG_SPIRAM_MEMTEST=y | ||
# | ||
# SPI RAM config | ||
# | ||
# CONFIG_SPIRAM_MODE_QUAD is not set | ||
CONFIG_SPIRAM_MODE_OCT=y | ||
CONFIG_SPIRAM_SPEED_80M=y | ||
CONFIG_SPIRAM_TYPE_AUTO=y | ||
CONFIG_SPIRAM_USE_MALLOC=n | ||
# CONFIG_SPIRAM_TYPE_ESPPSRAM64 is not set | ||
CONFIG_SPIRAM_SIZE=-1 | ||
# end of SPI RAM config | ||
|
||
CONFIG_DEFAULT_PSRAM_CLK_IO=30 | ||
# | ||
# PSRAM Clock and CS IO for ESP32S3 | ||
# | ||
CONFIG_DEFAULT_PSRAM_CS_IO=26 | ||
# end of PSRAM Clock and CS IO for ESP32S3 | ||
|
||
# CONFIG_SPIRAM_FETCH_INSTRUCTIONS is not set | ||
# CONFIG_SPIRAM_RODATA is not set | ||
CONFIG_SPIRAM_SPEED_80M=y | ||
# CONFIG_SPIRAM_SPEED_40M is not set | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_BOOT_INIT=y | ||
# CONFIG_SPIRAM_IGNORE_NOTFOUND is not set | ||
# CONFIG_SPIRAM_USE_MEMMAP is not set | ||
# CONFIG_SPIRAM_USE_CAPS_ALLOC is not set | ||
CONFIG_SPIRAM_USE_MALLOC=y | ||
CONFIG_SPIRAM_MEMTEST=y | ||
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=16384 | ||
# CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP is not set | ||
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=32768 | ||
# | ||
# LWIP | ||
# | ||
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3" | ||
# end of LWIP |
4 changes: 1 addition & 3 deletions
4
ports/espressif/boards/espressif_esp32s3_devkitc_1_n8/sdkconfig
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
CONFIG_ESP32S3_SPIRAM_SUPPORT=n | ||
|
||
# CONFIG_ESP32S3_SPIRAM_SUPPORT is not set | ||
# | ||
# LWIP | ||
# | ||
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3" | ||
# end of LWIP | ||
|
Oops, something went wrong.