summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-07-19 20:37:38 +0700
committerhathach <[email protected]>2019-07-19 20:37:38 +0700
commite9092708439e32b8eb68ca8302bb409628364ace (patch)
treebba09b40ea16eaf165d417531cef80bed2a438f9 /examples/device
parented6fa460e9a885bb84a6f1588763ea5fb3f4df49 (diff)
rename bsp of stm32 board
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/cdc_msc_hid/ses/stm32f4/stm32f4.emProject8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/device/cdc_msc_hid/ses/stm32f4/stm32f4.emProject b/examples/device/cdc_msc_hid/ses/stm32f4/stm32f4.emProject
index 83067fd09..6f6690d21 100644
--- a/examples/device/cdc_msc_hid/ses/stm32f4/stm32f4.emProject
+++ b/examples/device/cdc_msc_hid/ses/stm32f4/stm32f4.emProject
@@ -61,8 +61,8 @@
recurse="No" />
<folder Name="hw">
<folder Name="bsp">
- <folder Name="stm32f407g_disc1">
- <file file_name="../../../../../hw/bsp/stm32f407g_disc1/board_stm32f407g_disc1.c" />
+ <folder Name="stm32f407disco">
+ <file file_name="../../../../../hw/bsp/stm32f407disco/board_stm32f407disco.c" />
</folder>
<file file_name="../../../../../hw/bsp/board.h" />
</folder>
@@ -76,11 +76,11 @@
</folder>
</folder>
<configuration
- Name="stm32f407g_disc1"
+ Name="stm32f407disco"
c_preprocessor_definitions="BOARD_STM32F407G_DISC1" />
</project>
<configuration
- Name="stm32f407g_disc1"
+ Name="stm32f407disco"
c_preprocessor_definitions="DEBUG"
gcc_debugging_level="Level 3"
gcc_optimization_level="None" />