mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 14:37:21 +03:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user