Skip to content

Commit 0bde61e

Browse files
authored
Update eclipse-setup.rst
Chapter Flash from Eclipse: Changed "Select Make Targets -> ..." to "Select Build Targets -> ..." to match the Eclipse wording. Same with "Project -> Make Target" replace Make by build to match the Eclipse wording.
1 parent c3bec5b commit 0bde61e

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)