aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-12-05 11:27:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-12-05 11:27:27 +0000
commit6c57849d532dc63ade01d96c1a1a32ce53d7be18 (patch)
treeb31a70c0e780391213b4f34bd78472ddf90058c3 /demos
parenta2e05803e4c2640817b59b16f2ea5b7847bc8610 (diff)
downloadChibiOS-6c57849d532dc63ade01d96c1a1a32ce53d7be18.tar.gz
ChibiOS-6c57849d532dc63ade01d96c1a1a32ce53d7be18.tar.bz2
ChibiOS-6c57849d532dc63ade01d96c1a1a32ce53d7be18.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6557 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/rt/RT-SPC56EL-EVB/.cproject7
-rw-r--r--demos/rt/RT-SPC56EL-EVB/Makefile2
2 files changed, 7 insertions, 2 deletions
diff --git a/demos/rt/RT-SPC56EL-EVB/.cproject b/demos/rt/RT-SPC56EL-EVB/.cproject
index ac5bc86e0..88dcf471d 100644
--- a/demos/rt/RT-SPC56EL-EVB/.cproject
+++ b/demos/rt/RT-SPC56EL-EVB/.cproject
@@ -48,5 +48,10 @@
</scannerConfigBuildInfo>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
- <storageModule moduleId="refreshScope"/>
+ <storageModule moduleId="refreshScope" versionNumber="2">
+ <configuration configurationName="Default">
+ <resource resourceType="PROJECT" workspacePath="/RT-SPC56EL-EVB"/>
+ </configuration>
+ </storageModule>
+ <storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
</cproject>
diff --git a/demos/rt/RT-SPC56EL-EVB/Makefile b/demos/rt/RT-SPC56EL-EVB/Makefile
index 34ed121bc..6f3898e9c 100644
--- a/demos/rt/RT-SPC56EL-EVB/Makefile
+++ b/demos/rt/RT-SPC56EL-EVB/Makefile
@@ -73,7 +73,7 @@ PROJECT = ch
CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ST_EVB_SPC56EL/board.mk
-include $(CHIBIOS)/os/hal/ports/SPC56ELxx/platform.mk
+include $(CHIBIOS)/os/hal/ports/SPC5/SPC56ELxx/platform.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/rt/osal/osal.mk
include $(CHIBIOS)/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk