Hi fasani,
You may find some of the tips here useful:
https://docs.espressif.com/projects/esp ... iram-usage
(Note that a few of these options are only available on master branch ESP-IDF, but many are available in older versions also.)
Search found 2344 matches
- Tue Jul 13, 2021 11:04 am
- Forum: ESP RainMaker
- Topic: Size overflow issue in IRAM: Not enough place for my own program <SOLVED by Angus>
- Replies: 3
- Views: 23181
- Tue Jun 29, 2021 11:42 pm
- Forum: ESP-IDF
- Topic: Is it safe to build v4.3 or earlier versions using the 2021r1 gcc?
- Replies: 10
- Views: 14210
Re: Is it safe to build v4.3 or earlier versions using the 2021r1 gcc?
Sorry, I meant to write "export.sh". I'll edit my post for future readers. The other thing is that CMake saves the current toolchain path inside the build directory, so it's necessary to run "idf.py fullclean" or delete the build directory after changing toolchain versions in a single project. We're...
- Tue Jun 29, 2021 11:27 pm
- Forum: ESP-IDF
- Topic: Please, enable LTO (link time optimization) support
- Replies: 2
- Views: 6467
Re: Please, enable LTO (link time optimization) support
Could you, please, enable LTO (link time optimization) support? I see in https://esp32.com/viewtopic.php?f=13&t=361&start=20 that you decided not to implement LTO because you did not see significant code size reduction. Hi jhnlmn, We would really like to have LTO enabled as well. I think you may ha...
- Tue Jun 29, 2021 4:44 am
- Forum: ESP-IDF
- Topic: Is it safe to build v4.3 or earlier versions using the 2021r1 gcc?
- Replies: 10
- Views: 14210
Re: Is it safe to build v4.3 or earlier versions using the 2021r1 gcc?
If the trend is to migrate to the latest 2021r1 gcc, I hope this migration for other branches will be done ASAP. It's really very inconvenience that switching branches needs to re-install different version of toolchain. We will update the 2021r1 toolchain on the release/v4.3 branch but not on the o...
- Wed Jun 23, 2021 11:42 pm
- Forum: General Discussion
- Topic: ESP-IDF v4.3-dirty is this the latest stable version?
- Replies: 2
- Views: 6870
Re: ESP-IDF v4.3-dirty is this the latest stable version?
That's right, changes in the IDF directory will cause git to flag it as "dirty".
And v4.3 is the latest stable version, you can always confirm this by checking https://docs.espressif.com/projects/esp-idf/en/stable/ (the exact version is in the top-left)
And v4.3 is the latest stable version, you can always confirm this by checking https://docs.espressif.com/projects/esp-idf/en/stable/ (the exact version is in the top-left)
- Tue Jun 22, 2021 5:00 am
- Forum: ESP-IDF
- Topic: esp32-c3 compile time error
- Replies: 2
- Views: 4850
Re: esp32-c3 compile time error
Try removing the extern "C" guards totally and include the C++ versions of these headers: #include <cstdio> #include <cstring> #include <cstdlib> EDIT: I'm not able to reproduce this with just the snippet of code you posted. Can you give a source file that's enough to reproduce the error, and also t...
- Mon Jun 21, 2021 11:31 pm
- Forum: ESP-IDF
- Topic: All REQUIRES missing in the CMakeLists.txt
- Replies: 1
- Views: 4763
Re: All REQUIRES missing in the CMakeLists.txt
Hi brazoaeye, Sorry for the inconvenience of having your components no longer build. This was a deliberate design decision in order to optimize the build process, especially the linking part of the build, and encourage hierarchical component design. You can read about component requirements in the d...
- Mon Jun 21, 2021 2:25 am
- Forum: ESP-IDF
- Topic: Secure Boot V2 with IDF 3.3.5
- Replies: 1
- Views: 4074
Re: Secure Boot V2 with IDF 3.3.5
I'm afraid not, support was only added in ESP-IDF V4.1 so you will need V4.1 or newer. If updating ESP-IDF then suggest moving to the latest stable release version, V4.3.
- Mon Jun 21, 2021 2:20 am
- Forum: ESP-IDF
- Topic: Secure Boot 2
- Replies: 2
- Views: 4576
Re: Secure Boot 2
Hi AlberK, Verifying RSA saves significant time during the boot process, especially because of the RSA accelerator hardware. Secure Boot V1 ECDSA signification verification adds a noticeable pause to the boot time (order of hundreds of milliseconds). RSA signature verification during boot is over te...
- Tue Jun 15, 2021 11:46 pm
- Forum: Showcase
- Topic: Yet another USB library
- Replies: 3
- Views: 23056