Hi,
From the docs it seems that QEMU for the ESP322 supports I2C, SPI etc.
I'm looking for an example of how to do this. Can I set a GPIO in the host somehow and have it register on a running QEMU emulation?
Search found 21 matches
- Sun Aug 27, 2023 1:10 pm
- Forum: ESP-IDF
- Topic: QEMU peripheral emulation
- Replies: 0
- Views: 1123
- Mon May 29, 2023 6:16 am
- Forum: ESP-IDF
- Topic: Espressif component registry
- Replies: 4
- Views: 4786
Re: Espressif component registry
Hello UncleRus,
Getting your library in the component registry would be truly amazing.
Thank you for your incredible work
Getting your library in the component registry would be truly amazing.
Thank you for your incredible work
- Mon Apr 19, 2021 10:40 am
- Forum: ESP-ADF
- Topic: Delay starting mp3 play
- Replies: 6
- Views: 12967
Re: Delay starting mp3 play
Hi guys,
I'm trying to help resolve this for orbitcoms.
If I take https://github.com/espressif/esp-adf/tree/master/examples/player/pipeline_spiffs_mp3
I notice it takes about 600ms to get to the while loop. Ie the setup code takes some time to run. I tried to split up the code into 3 functions ...
I'm trying to help resolve this for orbitcoms.
If I take https://github.com/espressif/esp-adf/tree/master/examples/player/pipeline_spiffs_mp3
I notice it takes about 600ms to get to the while loop. Ie the setup code takes some time to run. I tried to split up the code into 3 functions ...
- Thu Oct 15, 2020 7:39 am
- Forum: ESP-IDF
- Topic: disable warnings as erros
- Replies: 4
- Views: 12566
Re: disable warnings as erros
@ nvannote
Brilliant!
That works perfectly.
Thank you vary much
Brilliant!
That works perfectly.
Thank you vary much
- Wed Oct 14, 2020 9:43 pm
- Forum: ESP-IDF
- Topic: disable warnings as erros
- Replies: 4
- Views: 12566
Re: disable warnings as erros
Thanks @nvannote
The compiler flag your looking for is -Wno-maybe-uninitialized.
Do you have an example on how to switch it off. Its seems on my default
I've tried
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-maybe-uninitialized=0)
but that didn't work
looking at https://docs ...
The compiler flag your looking for is -Wno-maybe-uninitialized.
Do you have an example on how to switch it off. Its seems on my default
I've tried
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-maybe-uninitialized=0)
but that didn't work
looking at https://docs ...
- Wed Oct 14, 2020 5:09 am
- Forum: ESP-IDF
- Topic: disable warnings as erros
- Replies: 4
- Views: 12566
disable warnings as erros
Hi,
I'm trying to integrate a third party library with the IDF.
When I try to compile I get the following error
error: 'func' may be used uninitialized in this function [-Werror=maybe-uninitialized]
I'm looking at cmakelists.txt target_compile_options but I cant find any examples of how to disable ...
I'm trying to integrate a third party library with the IDF.
When I try to compile I get the following error
error: 'func' may be used uninitialized in this function [-Werror=maybe-uninitialized]
I'm looking at cmakelists.txt target_compile_options but I cant find any examples of how to disable ...
- Sat Jan 18, 2020 3:04 am
- Forum: Showcase
- Topic: introducing create-esp32-app. The fastest way to generate ESP-IDF projects
- Replies: 0
- Views: 10686
introducing create-esp32-app. The fastest way to generate ESP-IDF projects
introducing create-esp32-app. The fastest way to generate ESP-IDF projects
Just released. create-react-app is a command line driven tool to quickly create esp-idf projects
http://i3.ytimg.com/vi/FHaiCBt4sig/hqdefault.jpg
full video at https://www.learnesp32.com/2_create-esp32-app
Github repo ...
Just released. create-react-app is a command line driven tool to quickly create esp-idf projects
http://i3.ytimg.com/vi/FHaiCBt4sig/hqdefault.jpg
full video at https://www.learnesp32.com/2_create-esp32-app
Github repo ...
- Sat Nov 16, 2019 9:00 pm
- Forum: General Discussion
- Topic: course in the making
- Replies: 15
- Views: 23034
Re: course in the making
That's an awesome tip!
It would be perfect if this didn't require extensions as dependencies though but none the less. thank you for your feedback
It would be perfect if this didn't require extensions as dependencies though but none the less. thank you for your feedback
- Sat Nov 16, 2019 9:47 am
- Forum: General Discussion
- Topic: course in the making
- Replies: 15
- Views: 23034
Re: course in the making
Its here!
Head over to http://learnesp32.com and enjoy
I decided to try it without Udemy.
Once you sign up you'll be able to see the first few videos free!
Let me know if you have any questions or comments
Head over to http://learnesp32.com and enjoy
I decided to try it without Udemy.
Once you sign up you'll be able to see the first few videos free!
Let me know if you have any questions or comments
- Fri Aug 30, 2019 2:01 am
- Forum: General Discussion
- Topic: course in the making
- Replies: 15
- Views: 23034
Re: course in the making
Hi @Pratikm78
Yes its going well. If all goes to plan, it will be ready sometime in October
Yes its going well. If all goes to plan, it will be ready sometime in October