mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
This commit adds support for ESP32-P4 SoCs. Signed-off-by: Vincent1-python <pywei201209@163.com> Signed-off-by: Angus Gratton <angus@redyak.com.au> Signed-off-by: Damien George <damien@micropython.org>
16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
# Flash
|
|
CONFIG_FLASHMODE_QIO=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
|
|
|
|
# Memory
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_MEMTEST=
|
|
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
|
|
CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC=y
|
|
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=50768
|
|
|
|
# ULP: not fixed
|
|
CONFIG_SOC_ULP_SUPPORTED=n
|
|
CONFIG_ULP_COPROC_ENABLED=n
|
|
CONFIG_ULP_COPROC_TYPE_FSM=n
|