Search found 7 matches

by frappe123
Thu Apr 08, 2021 3:43 am
Forum: ESP-IDF 中文讨论版
Topic: 是否有合适的异步库?
Replies: 3
Views: 3664

Re: 是否有合适的异步库?

ESP_Gargamel wrote:
Thu Apr 08, 2021 2:29 am
你试下 https://github.com/td2sk/libev_for_esp32 这个?可能需要你自己添加一下 CMakeLists.txt。
这直接改成win32版本就行了昂。。。。
by frappe123
Thu Apr 08, 2021 3:41 am
Forum: ESP-IDF 中文讨论版
Topic: 是否有合适的异步库?
Replies: 3
Views: 3664

Re: 是否有合适的异步库?

ESP_Gargamel wrote:
Thu Apr 08, 2021 2:29 am
你试下 https://github.com/td2sk/libev_for_esp32 这个?可能需要你自己添加一下 CMakeLists.txt。
多谢多谢!
by frappe123
Wed Apr 07, 2021 5:53 pm
Forum: General Discussion
Topic: Is it possible for the integration of libev?
Replies: 0
Views: 1568

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?
by frappe123
Wed Apr 07, 2021 5:49 pm
Forum: ESP-IDF 中文讨论版
Topic: 是否有合适的异步库?
Replies: 3
Views: 3664

是否有合适的异步库?

请问当前有没有针对ESP32运行较好的异步事件库?libev能否整合进FREERTOS中?
by frappe123
Tue Apr 06, 2021 6:00 pm
Forum: ESP-IDF 中文讨论版
Topic: 求sqlite3移植。。。
Replies: 3
Views: 3790

Re: 求sqlite3移植。。。

多谢多谢!就是不知道是否有Sqlite3 OS IO相关的底层接口分析。。。。感觉许多设备上都有数据库的需要。。。
by frappe123
Wed Mar 31, 2021 8:26 am
Forum: General Discussion
Topic: How to compile sqlite3 for esp32?
Replies: 2
Views: 2801

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.
by frappe123
Tue Mar 30, 2021 1:39 pm
Forum: ESP-IDF 中文讨论版
Topic: 求sqlite3移植。。。
Replies: 3
Views: 3790

求sqlite3移植。。。

想移植sqlite到esp32但不成功 :( :( :(,使用的是eps-idf提供的xtensa-esp32-elf-gcc,提示找不到 sys/ioctl.h,请问各位大神有相关的解决方案吗。。。。?