Skip to content

Commit f2b2d04

Browse files
committed
Merge branch 'bugfix/eclipse_setup_guide_pr1627' into 'master'
Update eclipse-setup.rst See merge request idf/esp-idf!1955
2 parents 6cfc7af + 0bde61e commit f2b2d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/eclipse-setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ You can integrate the "make flash" target into your Eclipse project to flash usi
8686

8787
* Right-click your project in Project Explorer (important to make sure you select the project, not a directory in the project, or Eclipse may find the wrong Makefile.)
8888

89-
* Select Make Targets -> Create from the context menu.
89+
* Select Build Targets -> Create... from the context menu.
9090

9191
* Type "flash" as the target name. Leave the other options as their defaults.
9292

93-
* Now you can use Project -> Make Target -> Build (Shift+F9) to build the custom flash target, which will compile and flash the project.
93+
* Now you can use Project -> Build Target -> Build (Shift+F9) to build the custom flash target, which will compile and flash the project.
9494

9595
Note that you will need to use "make menuconfig" to set the serial port and other config options for flashing. "make menuconfig" still requires a command line terminal (see the instructions for your platform.)
9696

0 commit comments

Comments
 (0)