Search found 2344 matches

by ESP_Angus
Thu Sep 12, 2019 9:03 am
Forum: ESP-IDF
Topic: ESP-IDF v3.2.3 has been released
Replies: 0
Views: 1634

ESP-IDF v3.2.3 has been released

ESP-IDF V3.2.3 has been released. This is a bugfix release for ESP-IDF V3.2, and is compatible with apps written for ESP-IDF V3.2.x. At time of writing the current stable release is V3.3 . Full details including complete release notes, download instructions and links can be found on GitHub: https://...
by ESP_Angus
Thu Sep 12, 2019 9:01 am
Forum: ESP-IDF
Topic: Difference between v3.2.3 (tag release) and v3.3
Replies: 3
Views: 3450

Re: Difference between v3.2.3 (tag release) and v3.3

Release notes are up now: https://github.com/espressif/esp-idf/re ... tag/v3.2.3

Docs links may need a bit more time before ReadTheDocs finished building them. :)
by ESP_Angus
Thu Sep 12, 2019 9:00 am
Forum: ESP-IDF
Topic: How to create "complex" project structures ?
Replies: 11
Views: 12891

Re: How to create "complex" project structures ?

You shouldn't have to make this kind of change in your code: #include "../components/ui/lvgl/lvgl.h" The way the build system is designed, if one component REQUIRES the other component, you can just #include their headers without needing any special paths. The exact location in the filesystem should...
by ESP_Angus
Thu Sep 12, 2019 8:41 am
Forum: ESP-IDF
Topic: ESP32-S2 toolchain installed. Works, suggestions to make it clearer for the user of existing IDF
Replies: 11
Views: 14666

Re: ESP32-S2 toolchain installed. Works, suggestions to make it clearer for the user of existing IDF

Hi fasani, It would be possible to compile also an Arduino framework program using the new version of the toolchain? No ETA for Arduino support on S2, I'm afraid. Quite a lot of the Arduino-ESP32 "HAL" support code will need to be updated/rewritten for S2. Regarding the IDF_TARGET variable, we know ...
by ESP_Angus
Thu Sep 12, 2019 8:38 am
Forum: ESP-IDF
Topic: [Solved]Updating IDF (3.3beta1 to 3.3LTS) causes errors on build custom project
Replies: 5
Views: 5499

Re: Updating IDF (3.3beta1 to 3.3LTS) causes errors on build custom project

Thanks for all the details. If you run the "make list-components" target for the project, do you see all the components? Some bugs were fixed in the build system where it was incorrectly including components that it shouldn't have according to the documented configuration variables, so it's possible...
by ESP_Angus
Thu Sep 12, 2019 8:33 am
Forum: ESP-IDF
Topic: Difference between v3.2.3 (tag release) and v3.3
Replies: 3
Views: 3450

Re: Difference between v3.2.3 (tag release) and v3.3

Wow, you're quick! v3.2.3 was pushed to GitHub in the past hour so we haven't put the release notes online yet. They'll be up shortly.

v3.2.3 is a bugfix update for v3.2.2, so a lot of bugfixes are in both releases but they're not all the same bugfixes.

Angus
by ESP_Angus
Thu Sep 12, 2019 1:58 am
Forum: General Discussion
Topic: Secure boot not so secure....
Replies: 1
Views: 2582

Re: Secure boot not so secure....

Hi lodogg, My question is: how can I achieve the goal of a firmware that will boot only on my hardware? The intention of Secure Boot is to ensure that only trusted firmware is run on the hardware (ie it's not possible to change the firmware of a device once secure boot is enabled). To prevent recove...
by ESP_Angus
Wed Sep 11, 2019 7:40 am
Forum: ESP-IDF
Topic: idf.py.exe has stopped working - when starting esp-idf command prompt
Replies: 6
Views: 6740

Re: idf.py.exe has stopped working - when starting esp-idf command prompt

Hi Willem, Thanks for being patient. My colleague reminded me of this similar bug report: https://github.com/espressif/esp-idf/issues/3740 If you download the "fixed" idf.py.exe from here and copy over your existing one, does it work? We plan to release an updated IDF Tools installer with this fix, ...
by ESP_Angus
Wed Sep 11, 2019 7:06 am
Forum: ESP-IDF
Topic: ESP-IDF v4.0-beta1 has been released
Replies: 0
Views: 3752

ESP-IDF v4.0-beta1 has been released

Documentation for release v4.0-beta1 is available at https://docs.espressif.com/projects/esp-idf/en/v4.0-beta1/ ESP-IDF v4.0-beta1 is a prerelease of ESP-IDF v4.0, which is a major update for ESP-IDF v3.x. ESP-IDF v4.0-beta1 is mostly compatible with apps written for ESP-IDF v3.x, but there are some...