move to 4.3.5

- remove SPI workaround and heap optimization
- move a few items from DRAM to either EXTRAM or keep them in text
This commit is contained in:
philippe44
2023-05-18 13:49:23 +02:00
parent 910ea583a2
commit e531bea28a
46 changed files with 8 additions and 9575 deletions

View File

@@ -1,6 +1,6 @@
if(IDF_TARGET STREQUAL esp32)
set(lib_dir ${build_dir}/esp-idf)
set(driver esp32/i2s.c esp32/i2s_hal.c esp32/spi_bus_lock.c)
set(driver esp32/i2s.c esp32/i2s_hal.c)
string(REPLACE ".c" ".c.obj" driver_obj "${driver}")
idf_component_register( SRCS ${driver}