From f861470e797bef4d9d3aff7f9455c137f4afbba6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 8 Jan 2011 17:37:05 +0000 Subject: IAR Cortex-M0 port working but there is no report because the compiler limits the size to just 8KB, not enough for the test suite. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2621 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM0-LPC1114-LPCXPRESSO/iar/ch.ewp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'demos/ARMCM0-LPC1114-LPCXPRESSO/iar') diff --git a/demos/ARMCM0-LPC1114-LPCXPRESSO/iar/ch.ewp b/demos/ARMCM0-LPC1114-LPCXPRESSO/iar/ch.ewp index 234bd3c8e..49d605d0c 100644 --- a/demos/ARMCM0-LPC1114-LPCXPRESSO/iar/ch.ewp +++ b/demos/ARMCM0-LPC1114-LPCXPRESSO/iar/ch.ewp @@ -2004,6 +2004,9 @@ $PROJ_DIR$\..\..\..\os\ports\IAR\ARMCMx\chtypes.h + + $PROJ_DIR$\..\..\..\os\ports\IAR\ARMCMx\LPC11xx\cmparams.h + $PROJ_DIR$\..\..\..\os\ports\IAR\ARMCMx\cstartup.s @@ -2013,6 +2016,9 @@ $PROJ_DIR$\..\..\..\os\ports\IAR\ARMCMx\nvic.h + + $PROJ_DIR$\..\..\..\os\ports\IAR\ARMCMx\LPC11xx\vectors.s + -- cgit v1.2.3