Skip to content

Releases: Jason2866/esp32-arduino-lib-builder

2331

29 Apr 19:04
f89e259
Compare
Choose a tag to compare
2331 Pre-release
Pre-release

Framework built from

2330

29 Apr 18:52
f89e259
Compare
Choose a tag to compare
2330 Pre-release
Pre-release

Framework built from

2329

29 Apr 15:01
eacae28
Compare
Choose a tag to compare
2329 Pre-release
Pre-release

Framework built from

2328

27 Apr 19:07
01dcb26
Compare
Choose a tag to compare
2328 Pre-release
Pre-release

Framework built from

2327

27 Apr 13:28
01dcb26
Compare
Choose a tag to compare
2327 Pre-release
Pre-release

Framework built from

2326

24 Apr 09:28
01dcb26
Compare
Choose a tag to compare
2326 Pre-release
Pre-release

Framework built from

2325

24 Apr 09:08
01dcb26
Compare
Choose a tag to compare
2325 Pre-release
Pre-release

Framework built from

2324

24 Apr 09:08
01dcb26
Compare
Choose a tag to compare
2324 Pre-release
Pre-release

Framework built from

2323

23 Apr 16:53
946970e
Compare
Choose a tag to compare
2323 Pre-release
Pre-release

Framework built from

S3 build. Only QIO_OPI / OPI_OPI 120Mhz

22 Apr 19:08
946970e
Compare
Choose a tag to compare
Pre-release

Framework built from

S3 settings

CONFIG_ESPTOOLPY_FLASHFREQ_120M=y
CONFIG_SPIRAM_SPEED_120M=y
CONFIG_SPI_FLASH_HPM_ENA=y
CONFIG_COMPILER_DUMP_RTL_FILES=y
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
# bounce buffer mode relies on GDMA EOF interrupt to be service-able
CONFIG_GDMA_ISR_IRAM_SAFE=y
# silent the error check, as the error string are stored in rodata, causing RTL check failure
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
# place non-ISR FreeRTOS functions in Flash
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y