Commit Graph

9 Commits

Author SHA1 Message Date
be88feb395 feat(esp8266): Using global functions instead of function table
The Wi-Fi adapter APIs are only used by internal libraires.
2019-03-25 17:35:59 +08:00
f1811b353b feature/config_event_loop_stack_size: Add config option for event loop stack
Adding configuration option for the event loop stack in ESP8266.
2018-10-24 15:03:15 +05:30
d014ff816f feat(esp8266): Modify loop event task priority to "max - 5"
esp-idf loop event task priority is "max - 5".
2018-07-30 17:42:04 +08:00
0b90951a8a feat(esp8266): use OSI_QUEUE_SEND_BACK instead of OSI_QUEUE_SEND_FRONT 2018-07-16 16:19:49 +08:00
161973130d fix(esp8266): fix process event order error 2018-07-16 15:32:19 +08:00
1ba1e5ccbd feat(task): Change all tasks size 4 times the original 2018-07-09 20:11:41 +08:00
e914204017 feat(esp8266): Change wifi event loop stack size to 512*4 2018-07-05 14:57:46 +08:00
dcee0ad023 feat(esp8266): Add wifi event default handlers 2018-06-26 21:50:04 +08:00
5d31b02f9b feat(wifi): Add wifi event APIs according to IDF 2018-06-25 10:08:43 +08:00