This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
forked from
espressif/esp-idf
Code
Pull Requests
Activity
Files
a3cc43485fe13c2a4911f0b9158fae286eb4ccc4
esp-idf
/
components
/
esp_system
/
port
/
esp32
/
component.mk
3 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
esp32, esp32s2: move panic handling code to new component
2020-02-02 23:23:16 +08:00
COMPONENT_SRCDIRS
+=
port port/esp32
async memcpy: support async memcopy on esp32s2/s3 Added async memory copy API: on esp32-s2, the implementation is based on CP_DMA on esp32-s3, the implementation is based on GDMA
2020-09-08 20:17:18 +08:00
COMPONENT_OBJEXCLUDE
+=
port/async_memcpy_impl_gdma.o
Copy Permalink