Search found 6 matches

by axa-esp-hobby
Wed Mar 05, 2025 9:46 am
Forum: ESP-IDF
Topic: ESP8266_RTOS_SDK. Eclipse gives a message about deprecated libraries
Replies: 0
Views: 204

ESP8266_RTOS_SDK. Eclipse gives a message about deprecated libraries

Hello everyone.
OS: Linux
IDE: Eclipse
ESP8266_RTOS_SDK
When building a project, Eclipse gives a message about deprecated libraries.
It does not affect the result, but it is annoying.
deprecated.png
deprecated.png (56.09 KiB) Viewed 204 times
Does anyone know how to get rid of this error?
by axa-esp-hobby
Thu Feb 20, 2025 12:14 pm
Forum: ESP-IDF
Topic: How I can add esp-wroom-32 to "New ESP Target" Eclipse
Replies: 2
Views: 904

Re: How I can add esp-wroom-32 to "New ESP Target" Eclipse

Thanks for reaction.
I'm using EAP-WROOM-32
by axa-esp-hobby
Thu Feb 20, 2025 9:22 am
Forum: ESP-IDF
Topic: ESP-IDF + eclipse. Adding new components to project.
Replies: 0
Views: 467

ESP-IDF + eclipse. Adding new components to project.

Hello. I am using Linux Mint, eclipse 4.34.0, idf-esp ESP-IDF v5.4. I am adding a component to the default example project from the esp-idf sdk "Hello World". To do this, I add the line REQUIRES driver to the CMakeLists.txt file. Selection_010.png Then I include the header file and the required func...
by axa-esp-hobby
Tue Feb 18, 2025 10:54 pm
Forum: ESP-IDF
Topic: what mean this error "--- 0x40080400: _invalid_pc_placeholder at "
Replies: 1
Views: 619

Re: what mean this error "--- 0x40080400: _invalid_pc_placeholder at "

This error occurred in esp-idf-v5.5-dev.
In the stable version esp-idf-v5.4 - everything is ok.
by axa-esp-hobby
Mon Feb 17, 2025 6:27 am
Forum: ESP-IDF
Topic: what mean this error "--- 0x40080400: _invalid_pc_placeholder at "
Replies: 1
Views: 619

what mean this error "--- 0x40080400: _invalid_pc_placeholder at "

I installed Eclipse with esp-idf on Linux Mint
I successfully built the Blink example.
But after flashing to the ESP-Wroom-32 board I see a message in the terminal:
"--- 0x40080400: _invalid_pc_placeholder at ...."
What does this mean?
How do I fix this error?
by axa-esp-hobby
Sun Feb 16, 2025 7:59 pm
Forum: ESP-IDF
Topic: How I can add esp-wroom-32 to "New ESP Target" Eclipse
Replies: 2
Views: 904

How I can add esp-wroom-32 to "New ESP Target" Eclipse

Hi. I have esp-wroom-32 board. How I can add this device to "New ESP Target" Eclipse?