Search found 5 matches
- Mon Mar 23, 2026 12:49 pm
- Forum: ESP-IDF
- Topic: v6.0 Migration: mbedTLS headers not found
- Replies: 0
- Views: 243
v6.0 Migration: mbedTLS headers not found
Hey there, I am currently trying to migrate to the stable v6.0 branch. I did a clean clone of the repository and checked out the v6.0 tag. Afterwards I ran the install script (idf.py install). When I try to build my project which relies on the certificate bundle (includes esp_crt_bundle.h), I get ...
- Mon Mar 23, 2026 11:24 am
- Forum: ESP-IDF
- Topic: esp-idf/v6.0: CMake Error at ... components/mbedtls/mbedtls/tf-psa-crypto/core MISSING
- Replies: 2
- Views: 167
Re: esp-idf/v6.0: CMake Error at ... components/mbedtls/mbedtls/tf-psa-crypto/core MISSING
Did you clone the entire esp-idf repository again or did you just switch to the new version tag in your old local copy?
mbedtls is a git submodule and I think that just switching the tag will not touch the submodules at all which would still fit your prior idf version.
Get a new, clean copy of ...
mbedtls is a git submodule and I think that just switching the tag will not touch the submodules at all which would still fit your prior idf version.
Get a new, clean copy of ...
- Mon Mar 23, 2026 9:36 am
- Forum: ESP-IDF
- Topic: esp-idf/v6.0: CMake Error at ... components/mbedtls/mbedtls/tf-psa-crypto/core MISSING
- Replies: 2
- Views: 167
Re: esp-idf/v6.0: CMake Error at ... components/mbedtls/mbedtls/tf-psa-crypto/core MISSING
Same error here. Any progress on this?
- Fri Mar 20, 2026 9:00 am
- Forum: ESP-IDF
- Topic: Apptrace Library | Can't Dump Trace Buffer to Host
- Replies: 1
- Views: 100
Re: Apptrace Library | Can't Dump Trace Buffer to Host
Another Update:
I reduced the number of handled freeRTOS events and also reduced the number of maximum supported tasks to 5. My JTAG speed is 20000. The data now arrives slower at the host, meaning the changes took the desired effect. However, it seems that the connection is still too slow.
I ...
I reduced the number of handled freeRTOS events and also reduced the number of maximum supported tasks to 5. My JTAG speed is 20000. The data now arrives slower at the host, meaning the changes took the desired effect. However, it seems that the connection is still too slow.
I ...
- Thu Mar 19, 2026 12:22 pm
- Forum: ESP-IDF
- Topic: Apptrace Library | Can't Dump Trace Buffer to Host
- Replies: 1
- Views: 100
Apptrace Library | Can't Dump Trace Buffer to Host
For a couple of days I try to get the Apptrace Library to work with my ESP32-S3. However, I still can't read out the trace buffer in post-mortem mode. I want to use the SystemView port for this.
The documentation says, that without the connection of a host, the apptrace module will operate in post ...
The documentation says, that without the connection of a host, the apptrace module will operate in post ...