这直接改成win32版本就行了昂。。。。ESP_Gargamel wrote: ↑Thu Apr 08, 2021 2:29 am你试下 https://github.com/td2sk/libev_for_esp32 这个?可能需要你自己添加一下 CMakeLists.txt。
Search found 7 matches
- Thu Apr 08, 2021 3:43 am
- Forum: ESP-IDF 中文讨论版
- Topic: 是否有合适的异步库?
- Replies: 3
- Views: 4222
Re: 是否有合适的异步库?
- Thu Apr 08, 2021 3:41 am
- Forum: ESP-IDF 中文讨论版
- Topic: 是否有合适的异步库?
- Replies: 3
- Views: 4222
Re: 是否有合适的异步库?
多谢多谢!ESP_Gargamel wrote: ↑Thu Apr 08, 2021 2:29 am你试下 https://github.com/td2sk/libev_for_esp32 这个?可能需要你自己添加一下 CMakeLists.txt。
- Wed Apr 07, 2021 5:53 pm
- Forum: General Discussion
- Topic: Is it possible for the integration of libev?
- Replies: 0
- Views: 1810
Is it possible for the integration of libev?
I want some lightweight event library adapted to ESP32 and I wanna know whether libev can be compiled(including epoll etc.) for esp32?
- Wed Apr 07, 2021 5:49 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 是否有合适的异步库?
- Replies: 3
- Views: 4222
是否有合适的异步库?
请问当前有没有针对ESP32运行较好的异步事件库?libev能否整合进FREERTOS中?
- Tue Apr 06, 2021 6:00 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 求sqlite3移植。。。
- Replies: 3
- Views: 4284
Re: 求sqlite3移植。。。
多谢多谢!就是不知道是否有Sqlite3 OS IO相关的底层接口分析。。。。感觉许多设备上都有数据库的需要。。。ESP_Gargamel wrote: ↑Wed Mar 31, 2021 10:59 am看下 https://github.com/siara-cc/esp32-idf-sqlite3 这个能否可用?example:https://github.com/siara-cc/esp32-idf-sqlite3-examples
- Wed Mar 31, 2021 8:26 am
- Forum: General Discussion
- Topic: How to compile sqlite3 for esp32?
- Replies: 2
- Views: 3391
How to compile sqlite3 for esp32?
There occured an error "#include <sys/ioctl.h> file not found" while I was compiling sqlite3 by xtensa-esp32-elf-gcc(esp-2020r3-8.4.0).Is there any solution for it? Thx.
- Tue Mar 30, 2021 1:39 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 求sqlite3移植。。。
- Replies: 3
- Views: 4284
求sqlite3移植。。。
想移植sqlite到esp32但不成功 ,使用的是eps-idf提供的xtensa-esp32-elf-gcc,提示找不到 sys/ioctl.h,请问各位大神有相关的解决方案吗。。。。?