esp-idf/components
Wangjialin c4bb528c61 bugfix(i2c): use queue instead of event group for internal commands
Reported from github:
https://github.com/espressif/esp-idf/issues/1312
https://github.com/espressif/esp-idf/issues/1193

Issues:
1. We used to use event group in the driver, which would cause:
    a. longer operation time since the event group are based on FreeRTOS timer.
    b. Operation fails if the timer queue is not long enough.
2. There might be some issue with event group, we will still try to provide a small test code in other branch.

modification:
1. use queue instead of event-bit for internal commands
2. use queue overwrite for cmd_done event
2017-12-27 16:54:23 +08:00
..
2017-12-20 10:28:04 +08:00
2017-12-27 16:54:14 +08:00
2017-12-27 16:54:22 +08:00
2017-12-27 16:54:13 +08:00
2017-10-23 19:47:33 +08:00