Search found 19 matches

by askpatrickw
Mon Apr 05, 2021 6:10 pm
Forum: General Discussion
Topic: Azure RTOS on ESP32
Replies: 4
Views: 6168

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 ...
by askpatrickw
Tue Mar 30, 2021 11:52 pm
Forum: ESP-IDF
Topic: 4.3 Support Period
Replies: 2
Views: 2587

Re: 4.3 Support Period

Thank you Angus !
by askpatrickw
Tue Mar 30, 2021 11:51 pm
Forum: ESP-IDF
Topic: Git Workflow and 4.3 Release
Replies: 2
Views: 2577

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!
by askpatrickw
Tue Mar 30, 2021 6:19 am
Forum: ESP-IDF
Topic: 4.3 Support Period
Replies: 2
Views: 2587

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
by askpatrickw
Tue Mar 30, 2021 6:17 am
Forum: ESP-IDF
Topic: Git Workflow and 4.3 Release
Replies: 2
Views: 2577

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://...
by askpatrickw
Fri Jan 08, 2021 8:24 pm
Forum: General Discussion
Topic: S3 USB Support?
Replies: 4
Views: 5184

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!
by askpatrickw
Fri Jan 08, 2021 7:49 pm
Forum: General Discussion
Topic: New dual-core ESP32-S3 coming soon?
Replies: 1
Views: 2620

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
by askpatrickw
Tue Dec 29, 2020 10:56 pm
Forum: ESP-IDF
Topic: Verifying configure_ds.py from --summary output
Replies: 4
Views: 3720

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...
by askpatrickw
Mon Dec 21, 2020 8:41 pm
Forum: ESP-IDF
Topic: Verifying configure_ds.py from --summary output
Replies: 4
Views: 3720

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...
by askpatrickw
Mon Oct 05, 2020 4:46 pm
Forum: IDEs for ESP-IDF
Topic: Eclipse spiffs
Replies: 4
Views: 7679

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.