Search found 3 matches
- Tue Aug 25, 2020 3:10 am
- Forum: ESP-IDF
- Topic: Importing FreeRTOS files in a different source file in Eclipse
- Replies: 0
- Views: 1349
Importing FreeRTOS files in a different source file in Eclipse
Upon creating an ESPRESSIF project in Eclipse, I see the following includes already exists in `main`. #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/event_groups.h" #include "esp_syst" #include "esp_wifi.h" #include "esp_event.h" #include "esp_log.h" #include "nvs_flash...
- Wed Aug 19, 2020 8:46 pm
- Forum: ESP-IDF
- Topic: How do I change the path for the files that my Espressif-IDF project is using in Eclipse?
- Replies: 0
- Views: 1367
How do I change the path for the files that my Espressif-IDF project is using in Eclipse?
Upon creating an Espressif-IDF project in Eclipse, I see the following files are already imported, but they're referencing to a different project's path and not the current one. I initially cloned the seemingly older version from the git repo and now want to use the latest one which I recently clone...
- Mon Aug 17, 2020 3:47 pm
- Forum: General Discussion
- Topic: Can't install Espressif IDF plugin in Eclipse
- Replies: 0
- Views: 1465
Can't install Espressif IDF plugin in Eclipse
I'm trying to set up an Eclipse project for ESP32 but the repo location probably doesn't either get recognized leading to "Can't be installed" error, as seen [https://imgur.com/a/jjb7A9d][/here]: here's the link that I'm following: https://github.com/espressif/idf-eclipse-plugin#installing-idf-plugi...