完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
编译环境为vs code+esp-idf extension v4.2, 按照git上要求把esp32-camera库拷到项目的components下;esp-idf build时报错:
../components/esp32-camera/target/esp32/ll_cam.c:199:5: error: implicit declaration of function 'esp_rom_delay_us'; did you mean 'ets_delay_us'? [-Werror=implicit-function-declaration] esp_rom_delay_us(1); 发现是target文件夹中ll_cam.c中: #if ESP_IDF_VERSION_MAJOR >= 4 #include "hal/gpio_ll.h" #else #include "rom/ets_sys.h" #include "soc/gpio_periph.h" #define esp_rom_delay_us ets_delay_us static inline int gpio_ll_get_level(gpio_dev_t *hw, int gpio_num) { if (gpio_num < 32) { return (hw->in >> gpio_num) & 0x1; } else { return (hw->in1.data >> (gpio_num - 32)) & 0x1; } } #endif 这部分以及下面一个函数定义里: esp_rom_delay_us(1); 引起的,不知道是esp-idf版本问题还是配置问题,清指教; |
|
相关推荐
|
|
只有小组成员才能发言,加入小组>>
1108 浏览 1 评论
574浏览 6评论
477浏览 5评论
有没有办法在不使用混杂模式的情况下实现Wifi驱动程序接收缓冲区访问中断呢?
460浏览 5评论
461浏览 4评论
435浏览 4评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-19 05:24 , Processed in 0.560648 second(s), Total 43, Slave 37 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号