Search found 19 matches
- Mon Apr 05, 2021 6:10 pm
- Forum: General Discussion
- Topic: Azure RTOS on ESP32
- Replies: 4
- Views: 7623
Re: Azure RTOS on ESP32
ESP-IDF on Azure RTOS is something my company (an Azure IoT consulting firm) would also love to see. We have used Espressif in our projects and recommended same for clients. But the Azure RTOS support and certifications is very compelling and we'd love to continue be able to recommend Espressif for ...
- Tue Mar 30, 2021 11:52 pm
- Forum: ESP-IDF
- Topic: 4.3 Support Period
- Replies: 2
- Views: 3108
Re: 4.3 Support Period
Thank you Angus !
- Tue Mar 30, 2021 11:51 pm
- Forum: ESP-IDF
- Topic: Git Workflow and 4.3 Release
- Replies: 2
- Views: 3137
Re: Git Workflow and 4.3 Release
Yes that totally makes sense. And you're right, I was seeing the branch as a tag in my mind.
Thank you very much!
Thank you very much!
- Tue Mar 30, 2021 6:19 am
- Forum: ESP-IDF
- Topic: 4.3 Support Period
- Replies: 2
- Views: 3108
4.3 Support Period
Is there an updated version of the supported periods with 4.3 included?
https://docs.espressif.com/projects/esp ... rt-periods
Thanks!
-p
https://docs.espressif.com/projects/esp ... rt-periods
Thanks!
-p
- Tue Mar 30, 2021 6:17 am
- Forum: ESP-IDF
- Topic: Git Workflow and 4.3 Release
- Replies: 2
- Views: 3137
Git Workflow and 4.3 Release
I noticed there is a 4.3 release tag and more recently updated 4.3 Beta release tag. Do we need to jump around to track 4.3 work or is the main release tag (4.3) also being moved along to the the betas and RCs? It seems to be that at the end the 4.3 tag willbe moved, but I wanted to verify. https://...
- Fri Jan 08, 2021 8:24 pm
- Forum: General Discussion
- Topic: S3 USB Support?
- Replies: 4
- Views: 5768
S3 USB Support?
I do not see "USB OTG interface" listed on the S3 description on the SOC page.
https://www.espressif.com/en/products/socs/
Is this just an omission in these early docs or will it really not be supported?
Thanks!
https://www.espressif.com/en/products/socs/
Is this just an omission in these early docs or will it really not be supported?
Thanks!
- Fri Jan 08, 2021 7:49 pm
- Forum: General Discussion
- Topic: New dual-core ESP32-S3 coming soon?
- Replies: 1
- Views: 3133
Re: New dual-core ESP32-S3 coming soon?
I've not seen any availability dates yet, has anyone else?
I also was wondering if\when there would be an S3 target in the API docs or would be use the S2 and just manage differences as comments.
https://docs.espressif.com/projects/esp ... index.html
I also was wondering if\when there would be an S3 target in the API docs or would be use the S2 and just manage differences as comments.
https://docs.espressif.com/projects/esp ... index.html
- Tue Dec 29, 2020 10:56 pm
- Forum: ESP-IDF
- Topic: Verifying configure_ds.py from --summary output
- Replies: 4
- Views: 4410
Re: Verifying configure_ds.py from --summary output
Thank you ESP_flying_raijin for that awesome response. The error was the main thing that threw me off, as it didn't look like anything was successfully written to my device. It appears as though you can also get intermittent failures when doing --summary or when writing and the workaround there is t...
- Mon Dec 21, 2020 8:41 pm
- Forum: ESP-IDF
- Topic: Verifying configure_ds.py from --summary output
- Replies: 4
- Views: 4410
Verifying configure_ds.py from --summary output
When using configure_ds.py to setup the Digital Signature Peripheral, what is the before and after we should see in configure_ds.py --summary to verify it completed successfully or is ready to be run? I also would like to know which --summary output matches the --efuse_key_id parameter, because I wa...
- Mon Oct 05, 2020 4:46 pm
- Forum: IDEs for ESP-IDF
- Topic: Eclipse spiffs
- Replies: 4
- Views: 8973
Re: Eclipse spiffs
I solved my own problem...
The .gitignore was excluding the sdkconfig. We verified this by running `idf.py menuconfig` and the partitions were not setup to us the particions.csv. Once we corrected that it built fine.
The .gitignore was excluding the sdkconfig. We verified this by running `idf.py menuconfig` and the partitions were not setup to us the particions.csv. Once we corrected that it built fine.