From 0bde61e3ca5ddd64a1094ee7e4e57b2430fc5e4d Mon Sep 17 00:00:00 2001 From: STB3 Date: Thu, 15 Feb 2018 21:13:01 +0100 Subject: [PATCH] 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. --- docs/get-started/eclipse-setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/eclipse-setup.rst b/docs/get-started/eclipse-setup.rst index b0781e3d0b..67d3094ae9 100644 --- a/docs/get-started/eclipse-setup.rst +++ b/docs/get-started/eclipse-setup.rst @@ -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.)