* Target components pull in xtensa component directly * Use CPU HAL where applicable * Remove unnecessary xtensa headers * Compilation changes necessary to support non-xtensa gcc types (ie int32_t/uint32_t is no longer signed/unsigned int). Changes come from internal branch commit a6723fc
2 lines
108 B
Makefile
2 lines
108 B
Makefile
COMPONENT_SRCDIRS += port port/esp32 port/arch/xtensa
|
|
COMPONENT_OBJEXCLUDE += port/async_memcpy_impl_gdma.o
|