Skip to content

Commit

Permalink
fix: update from the master
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaaa committed Aug 9, 2024
2 parents efb414b + bf25a0a commit a5359b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,17 @@ This occurs basically because the directory `/etc/udev/` requires elevated permi
This [thread](https://github.com/espressif/idf-installer/issues/133#issuecomment-1136990432) and subsequent discussion could help you understand this.

# How to configure esp-adf in Espressif-IDE
- `git clone https://github.com/espressif/esp-adf.git esp-adf-v2.4.1`
- `cd esp-adf-v2.4.1/`
- `git checkout v2.4.1`
- `git clone https://github.com/espressif/esp-adf.git esp-adf-v2.6`
- `cd esp-adf-v2.6/`
- `git checkout v2.6`
- `git submodule update --init --recursive`
- Launch Espressif IDE and import using `File > New > Import > Existing IDF Project` from the existing esp-adf examples list
- Run Install Tools using `Espressif > ESP-IDF Tools Manager > Install Tools` and provide esp-idf directory path from the cloned esp-adf directory
- Configure `ADF_PATH` in the eclipse build preferences: `Preferences > C/C++ Build > Environment`
- Select `ADF_PATH` from the preferences list and click on Edit and Click Ok without changing any value(There is a bug in CDT that is appending a null value before the path hence we need to click on edit and save it.)
- Select the target and click on build
- Launch Espressif-IDE
- Navigate to `Espressif > ESP-IDF Manager` and Click on `Add ESP-IDF` and Check "Use an existing ESP-IDF directory from the file system" and then browse ESP-IDF directory from the esp-idf folder which you have configured in the previous steps.
- Add `ADF_PATH` in the Eclipse Build Preferences: Navigate to `Preferences > C/C++ Build > Environment`
- Choose `ADF_PATH` from the preferences list and click on Edit and Click Ok without changing any value(There is a bug in CDT that is appending a null value before the path hence we need to click on edit and save it.)
- Click Apply and Close the preference window.
- Navigate to `File > New > Import > Existing IDF Project` from the existing esp-adf examples list and import it.
- Choose target and click on the build.

# How to choose to build with Clang or GCC toolchain?
- Select a project from the project explorer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
<unit id="org.eclipse.swtchart.feature.feature.group" version="0.14.0.202301260747"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/justj/jres/17/updates/release/latest"/>
<unit id="org.eclipse.justj.openjdk.hotspot.jre.full.feature.group" version="17.0.11.v20240426-1830"/>
<repository location="https://download.eclipse.org/justj/jres/17/updates/release/17.0.12"/>
<unit id="org.eclipse.justj.openjdk.hotspot.jre.full.feature.group" version="17.0.12.v20240802-1518"/>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="ASM" missingManifest="error" type="Maven">
<dependencies>
Expand Down

0 comments on commit a5359b0

Please sign in to comment.