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

Set ESP-IDF to 3.2 #2662

Merged
merged 4 commits into from Apr 12, 2019
Merged

Set ESP-IDF to 3.2 #2662

merged 4 commits into from Apr 12, 2019

Conversation

me-no-dev
Copy link
Member

Also updates the camera example and detaches the BLE lib from the source repo (code is now included in Arduino)

@me-no-dev me-no-dev merged commit 7b5cd47 into master Apr 12, 2019
@me-no-dev me-no-dev deleted the update_idf_3_2 branch April 12, 2019 13:43
@pgrisu
Copy link

pgrisu commented Apr 28, 2019

Hi @me-no-dev can you indicate the exact esp-idf commit number you used to create binary libraries for this arduino-esp32 repo?
By the subject I supposed you used the esp-idf tag v3.2, but checking the esp-wifi-libs it seems that some different esp-idf commit (and esp-wifi-lib submodule) was used.
Can you clarify this?
Thanks

@me-no-dev
Copy link
Member Author

i used the 3.2 tag to create all libs. What do you see exactly that is different?

@pgrisu
Copy link

pgrisu commented Apr 29, 2019

Tag 3.2 uses esp32-wifi-lib submodules at commit eb53491( https://github.com/espressif/esp32-wifi-lib/tree/eb53491cf6eb18d6cfd98f7b3bb4e09fb241733c ) but the arduino-esp32 v1.0.2 wifi libraries into tools/sdk/lib are different from the above (as binary size and contents).
Moreover I checked that also some esp-idf v3.2 headers files into mbedtls, newlib and soc components are a bit different from the same exported into arduino-esp32 v1.0.2 tools/sdk/include.
Can you check it? May be you missed some git submodules update?

@me-no-dev
Copy link
Member Author

I will doublecheck, though I did made sure that I selected the proper commit, that I did update the submodules to whatever version the tag requested and that I made a clean build and import of all libs.

@pgrisu
Copy link

pgrisu commented Apr 30, 2019

Ok thanks, I digged a bit more...
regarding differences on some headers files my mistake on mbedtls and newlib headers.
Regarding soc headers both tools/sdk/include/soc/soc/soc.h and tools/sdk/include/soc/soc/soc_memory_layout.h into arduino-esp32 v1.0.2 are at next commit compared with the esp-idf v3.2.

Here the esp-wifi-libs mismatching the esp-idf 3.2 components/esp32/lib submodule contents
tools/sdk/lib/libcoexist.a
tools/sdk/lib/libcore.a
tools/sdk/lib/libespnow.a
tools/sdk/lib/libmesh.a
tools/sdk/lib/libnet80211.a
tools/sdk/lib/libpp.a
tools/sdk/lib/libwpa.a
tools/sdk/lib/libwpa2.a
tools/sdk/lib/libwps.a

@me-no-dev
Copy link
Member Author

Can you check the current situation. We are tracking the 3.2 branch now on a clean import.
Available as 1.0.3-rc1 from the development package manager link

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.

None yet

2 participants