diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-23 09:33:26 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-23 09:33:26 +0000 |
commit | 609b8e9e3bea2e86be98a0378abbc1c1b2ea6df3 (patch) | |
tree | 89318ad5dc042011a864204dc317732b536c7e59 /demos | |
parent | 01a1b6800b76f4d0965f8ca54367b27eb1a04444 (diff) | |
download | ChibiOS-609b8e9e3bea2e86be98a0378abbc1c1b2ea6df3.tar.gz ChibiOS-609b8e9e3bea2e86be98a0378abbc1c1b2ea6df3.tar.bz2 ChibiOS-609b8e9e3bea2e86be98a0378abbc1c1b2ea6df3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9651 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/XMC/RT-XMC1100-XMC_2GO/.cproject | 2 | ||||
-rw-r--r-- | demos/XMC/RT-XMC1100-XMC_2GO/.project | 2 | ||||
-rw-r--r-- | demos/XMC/RT-XMC1100-XMC_2GO/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/XMC/RT-XMC1100-XMC_2GO/.cproject b/demos/XMC/RT-XMC1100-XMC_2GO/.cproject index 0300ed2c4..bec7583fd 100644 --- a/demos/XMC/RT-XMC1100-XMC_2GO/.cproject +++ b/demos/XMC/RT-XMC1100-XMC_2GO/.cproject @@ -39,7 +39,7 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="RT-ARMCM0-GENERIC.null.1703860681" name="RT-ARMCM0-GENERIC"/>
+ <project id="RT-XMC1100-XMC_2GO.null.1703860681" name="RT-XMC1100-XMC_2GO"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
diff --git a/demos/XMC/RT-XMC1100-XMC_2GO/.project b/demos/XMC/RT-XMC1100-XMC_2GO/.project index 76103619d..a2b3d3f1b 100644 --- a/demos/XMC/RT-XMC1100-XMC_2GO/.project +++ b/demos/XMC/RT-XMC1100-XMC_2GO/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>RT-ARMCM0-GENERIC</name>
+ <name>RT-XMC1100-XMC_2GO</name>
<comment></comment>
<projects>
</projects>
diff --git a/demos/XMC/RT-XMC1100-XMC_2GO/Makefile b/demos/XMC/RT-XMC1100-XMC_2GO/Makefile index a5a731d17..aee362f1e 100644 --- a/demos/XMC/RT-XMC1100-XMC_2GO/Makefile +++ b/demos/XMC/RT-XMC1100-XMC_2GO/Makefile @@ -88,7 +88,7 @@ PROJECT = ch # Imported source files and paths
CHIBIOS = ../../..
# Startup files.
-include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_xmc1xxx.mk
+include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_xmc1100.mk
# HAL-OSAL files (optional).
#include $(CHIBIOS)/os/hal/hal.mk
#include $(CHIBIOS)/os/hal/ports/STM32/STM32F0xx/platform.mk
|