Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Remove static Audio instance #155

Merged
merged 8 commits into from
Apr 29, 2017
Merged

Remove static Audio instance #155

merged 8 commits into from
Apr 29, 2017

Conversation

ArthurMa1978
Copy link
Member

This is not a mandatory component for all apps

Arthur Ma added 8 commits April 29, 2017 17:16
Currently there have 2 user threads, one for Arduino 1 for telemetry data collection. Both of them would send data to remote services via the WiFi module.
If there 2 threads are trying to send data at the same time then it will block the whole system,
after add lock for any network operation problem solved.
So root cause should be: the underline wifi driver is not thread safety, as we don't have the source code of the wifi driver I will check with MXChip for further investigation.
# Conflicts:
#	AZ3166/AZ3166-1.0.0/cores/arduino/system/main.cpp
@lirenhe lirenhe merged commit b501856 into master Apr 29, 2017
@lirenhe lirenhe deleted the arthur-dev branch April 29, 2017 14:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants