Search found 2 matches
- Thu Feb 09, 2023 12:36 pm
- Forum: IDEs for ESP-IDF
- Topic: VSC installation BUG
- Replies: 25
- Views: 23938
Re: VSC installation BUG
I removed the IRAM_ATTR from function prototype and kept in the function only. The warning was resolved.
- Mon Jan 09, 2023 7:49 pm
- Forum: IDEs for ESP-IDF
- Topic: VSC installation BUG
- Replies: 25
- Views: 23938
Re: VSC installation BUG
Hello,
I'am facing the similar problem with migration to sdk5.0.
I'am using IRAM_ATTR twice in my code, so i get two warnings from Eclipse IDE:
ignoring attribute 'section (".iram1.2")' because it conflicts with previous 'section (".iram1.0")' [-Wattributes]
ignoring attribute 'section (".iram1 ...
I'am facing the similar problem with migration to sdk5.0.
I'am using IRAM_ATTR twice in my code, so i get two warnings from Eclipse IDE:
ignoring attribute 'section (".iram1.2")' because it conflicts with previous 'section (".iram1.0")' [-Wattributes]
ignoring attribute 'section (".iram1 ...