mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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.
This commit is contained in:
parent
c3bec5b103
commit
0bde61e3ca
@ -86,11 +86,11 @@ You can integrate the "make flash" target into your Eclipse project to flash usi
|
||||
|
||||
* 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.)
|
||||
|
||||
* Select Make Targets -> Create from the context menu.
|
||||
* Select Build Targets -> Create... from the context menu.
|
||||
|
||||
* Type "flash" as the target name. Leave the other options as their defaults.
|
||||
|
||||
* Now you can use Project -> Make Target -> Build (Shift+F9) to build the custom flash target, which will compile and flash the project.
|
||||
* Now you can use Project -> Build Target -> Build (Shift+F9) to build the custom flash target, which will compile and flash the project.
|
||||
|
||||
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.)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user