mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7c60ba8a7d
esp_vfs_write (a.k.a "write") is not in IRAM, so placing just the ISR callback into IRAM doesn't make the callback IRAM-compatible.
3 lines
89 B
CMake
3 lines
89 B
CMake
idf_component_register(SRCS "eventfd_example.c"
|
|
INCLUDE_DIRS ".")
|