changeset 568:1eee6fb108cb

Minor: Update the documentation for building the code
author heinrichsweikamp
date Sun, 29 Nov 2020 11:41:03 +0100
parents 1c95f811967c
children 3508e6dc4f22
files wiki/Detailed CPU1-Discovery Project.md
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/wiki/Detailed CPU1-Discovery Project.md	Tue Nov 24 13:22:23 2020 -0600
+++ b/wiki/Detailed CPU1-Discovery Project.md	Sun Nov 29 11:41:03 2020 +0100
@@ -59,9 +59,9 @@
 
 ## Add include paths ##
 
-1. Select your top-level project, right-click to edit `properties`. In `C/C++ Build` choose `Settings`, then `MCU GCC Compiler` and `Includes`. **Make sure to select `Configuration: [All Configurations]` **. Click `Add...` choose `Workspace...` and select the `Common/Drivers/CMIS_v210` directory.
-2. Do the same for `Common/Drivers/STM32F4xx_v220/Include` directory.
-3. Do the same for `Common/Drivers/STM32F4xx_HAL_DRIVER_v120/Inc` directory.
+1. Select your top-level project, right-click to edit `properties`. In `C/C++ Build` choose `Settings`, then `MCU GCC Compiler` and `Includes`. **Make sure to select `Configuration: [All Configurations]` **. Click `Add...` choose `Workspace...` and select the `Common/Drivers/CMIS/Include` directory.
+2. Do the same for `Common/Drivers/STM32F4xx/Include` directory.
+3. Do the same for `Common/Drivers/STM32F4xx_HAL_DRIVER/Inc` directory.
 4. Do the same for `Common/Inc` directory.
 5. Do the same for `Discovery/Inc` directory.
 6. Use the _Move Up_ icon to make sure `Discovery/Inc` is first.