EternityFOR / ESP32_Uart_DMA

1 stars 0 forks source link

error #1

Open LYNHQQ opened 1 month ago

LYNHQQ commented 1 month ago

After I downloaded this program using ESP32S3 and compiled it, it displayed the following error: C:/Users/lyn/Downloads/ESP32_Uart_DMA-main/main/uart_dma_main.c:20:10: fatal error: driver/uhci.h: No such file or directory 20 | #include 'driver/uhci.h' | ^~~~~~~ compilation terminated. What should I do to resolve this?"

EternityFOR commented 1 month ago

Check your ESPIDF version if it is exactly the version in readme.

LYNHQQ commented 1 month ago

Hello EternityFOR, I'm very pleased to see your reply. If this target has to be in the idf4.4 version, its portability will be relatively poor. Can we migrate it to a higher version and make it into a component? That way, its adaptability will be broader.

EternityFOR commented 1 month ago

Hello EternityFOR, I'm very pleased to see your reply. If this target has to be in the idf4.4 version, its portability will be relatively poor. Can we migrate it to a higher version and make it into a component? That way, its adaptability will be broader.

Just as what I said in the readme, this just a repost, but I believe that you can do so.