Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ESP-IDF 3.3 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

erjiaqing
Copy link

@erjiaqing erjiaqing commented Apr 28, 2020

  • A few more components is required for esp-idf 3.3
  • Need 8192B stack to avoid stackoverflow
  • The partition table requires 2.1M flash
  • lwip updated

Ths CI might not pass since it requires openweave/openweave-core#567

@lanyuwen
Copy link

Are these changes (e.g., more stack and flash) required for building border router or building this demo itself?

@erjiaqing
Copy link
Author

Are these changes (e.g., more stack and flash) required for building border router or building this demo itself?

Building this demo itself. The demo always requires 2.1M flash according to partition table. And after update lwip, 5120B stack is not enough.

According to current tests, a few more stack is required by weave after thread support is added.

@erjiaqing erjiaqing force-pushed the esp-3.3 branch 2 times, most recently from 49633f9 to 1264513 Compare April 30, 2020 02:54
@jaylogue jaylogue self-requested a review April 30, 2020 10:36
@erjiaqing erjiaqing requested a review from gerickson June 10, 2020 03:51
- A few more components is required for esp-idf 3.3
- Need 6144B stack to avoid stackoverflow
- The partition table requires 2.1M flash
- Update travis CI to use ESP-IDF 3.3.2

Change-Id: Icc8e84d08f05996bbb309373f373e7540f833959
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants