Files
esp-idf/components/usb/test_apps/common/CMakeLists.txt
Tomas Rezucha 35e354c77f fix(usb/host): Do not call heap_caps_get_allocated_size() in USB host driver
It causes heap corruption if heap poisoning is enabled on ESP32-P4.
It returns incorrect size on ESP32-S3.

Closes https://github.com/espressif/esp-idf/issues/15815
2025-04-30 08:38:19 +02:00

9 lines
313 B
CMake

idf_component_register(SRCS "dev_hid.c"
"dev_isoc.c"
"dev_msc.c"
"mock_msc.c"
INCLUDE_DIRS "."
REQUIRES usb unity
PRIV_REQUIRES esp_mm
)