This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-12-01 06:39:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c8d45f11b32f6cf528598936eaa9ea5b442bb6c3
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
Reference in New Issue
Copy Permalink