esp32/boards: Increase 512 bytes limit on ULP programs to 2040.

Allow esp32.ULP.load_binary() to use the maximum amount of memory available
again, which is 2040 bytes unless MICROPY_HW_RTC_USER_MEM_MAX is
customized.

This value regressed in 3d49b157b8
pull/8811/head
Christian Walther 2022-05-28 23:01:04 +02:00 zatwierdzone przez Damien George
rodzic 5f4539b0ca
commit cf550ad9d1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -49,6 +49,7 @@ CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y
# ULP coprocessor support
CONFIG_ESP32_ULP_COPROC_ENABLED=y
CONFIG_ESP32_ULP_COPROC_RESERVE_MEM=2040
# For cmake build
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y