Page 1 of 1

是否有合适的异步库?

Posted: Wed Apr 07, 2021 5:49 pm
by frappe123
请问当前有没有针对ESP32运行较好的异步事件库?libev能否整合进FREERTOS中?

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

Posted: Thu Apr 08, 2021 2:29 am
by ESP_Gargamel
你试下 https://github.com/td2sk/libev_for_esp32 这个?可能需要你自己添加一下 CMakeLists.txt。

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

Posted: Thu Apr 08, 2021 3:41 am
by frappe123
ESP_Gargamel wrote:
Thu Apr 08, 2021 2:29 am
你试下 https://github.com/td2sk/libev_for_esp32 这个?可能需要你自己添加一下 CMakeLists.txt。
多谢多谢!

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

Posted: Thu Apr 08, 2021 3:43 am
by frappe123
ESP_Gargamel wrote:
Thu Apr 08, 2021 2:29 am
你试下 https://github.com/td2sk/libev_for_esp32 这个?可能需要你自己添加一下 CMakeLists.txt。
这直接改成win32版本就行了昂。。。。