This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
a3cc43485f
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 10:23:16 -05: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 08:17:18 -04:00
COMPONENT_OBJEXCLUDE
+=
port/async_memcpy_impl_gdma.o
Reference in New Issue
Copy Permalink