Test the CCS4 demo project to CCS5 and make a minor change to ensure the power supplied is adequate for the CPU speed.

This commit is contained in:
Richard Barry 2012-04-02 09:20:45 +00:00
parent ab1aa67b08
commit bb708957a9
12 changed files with 1162 additions and 17 deletions

View file

@ -13,8 +13,8 @@ IF EXIST FreeRTOS_Source Goto END
REM Create the required directory structure.
MD FreeRTOS_Source
MD FreeRTOS_Source\include
MD FreeRTOS_Source\portable\CCS4
MD FreeRTOS_Source\portable\CCS4\MSP430X
MD FreeRTOS_Source\portable\CCS
MD FreeRTOS_Source\portable\CCS\MSP430X
MD FreeRTOS_Source\portable\MemMang
MD Demo_Source\Common_Demo_Files
MD Demo_Source\Common_Demo_Files\include
@ -30,7 +30,7 @@ IF EXIST FreeRTOS_Source Goto END
copy ..\..\Source\include\*.* FreeRTOS_Source\include
REM Copy the portable layer files
copy ..\..\Source\portable\CCS4\MSP430X\*.* FreeRTOS_Source\portable\CCS4\MSP430X
copy ..\..\Source\portable\CCS\MSP430X\*.* FreeRTOS_Source\portable\CCS\MSP430X
REM Copy the basic memory allocation files
copy ..\..\Source\portable\MemMang\heap_1.c FreeRTOS_Source\portable\MemMang