From: RichardBarry Date: Wed, 16 Jul 2008 10:06:41 +0000 (+0000) Subject: Change projects to split the dsPIC and PIC24 taskYIELD implementations. X-Git-Tag: V5.0.3~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=928ac87398f33e9c688a8b7c430169e58d2a0689;p=freertos Change projects to split the dsPIC and PIC24 taskYIELD implementations. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@412 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/dsPIC_MPLAB/RTOSDemo.mcw b/Demo/dsPIC_MPLAB/RTOSDemo.mcw index 02fb43b1d..6953b530c 100644 Binary files a/Demo/dsPIC_MPLAB/RTOSDemo.mcw and b/Demo/dsPIC_MPLAB/RTOSDemo.mcw differ diff --git a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp index bc3a1986a..7b2dc0d71 100644 --- a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp +++ b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcp @@ -2,6 +2,7 @@ magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 [PATH_INFO] +BuildDirPolicy=BuildDirIsSourceDir dir_src= dir_bin= dir_tmp= @@ -15,6 +16,60 @@ filter_inc=*.h;*.inc filter_obj=*.o filter_lib=*.a filter_lkr=*.gld +[CAT_SUBFOLDERS] +subfolder_src= +subfolder_inc= +subfolder_obj= +subfolder_lib= +subfolder_lkr= +[FILE_SUBFOLDERS] +file_000=. +file_001=. +file_002=. +file_003=. +file_004=. +file_005=. +file_006=. +file_007=. +file_008=. +file_009=. +file_010=. +file_011=. +file_012=. +file_013=. +file_014=. +file_015=. +file_016=. +file_017=. +file_018=. +file_019=. +file_020=. +file_021=. +file_022=. +[GENERATED_FILES] +file_000=no +file_001=no +file_002=no +file_003=no +file_004=no +file_005=no +file_006=no +file_007=no +file_008=no +file_009=no +file_010=no +file_011=no +file_012=no +file_013=no +file_014=no +file_015=no +file_016=no +file_017=no +file_018=no +file_019=no +file_020=no +file_021=no +file_022=no [OTHER_FILES] file_000=no file_001=no @@ -38,6 +93,7 @@ file_018=no file_019=no file_020=no file_021=no +file_022=no [FILE_INFO] file_000=main.c file_001=..\..\source\list.c @@ -55,12 +111,13 @@ file_012=..\Common\Minimal\comtest.c file_013=serial\serial.c file_014=timertest.c file_015=lcd.c -file_016=..\..\source\include\semphr.h -file_017=..\..\source\include\task.h -file_018=..\..\source\include\croutine.h -file_019=..\..\source\include\queue.h -file_020=FreeRTOSConfig.h -file_021=p33FJ256GP710.gld +file_016=C:\E\Dev\FreeRTOS\WorkingCopy2\Source\portable\MPLAB\PIC24_dsPIC\portasm_dsPIC.S +file_017=..\..\source\include\semphr.h +file_018=..\..\source\include\task.h +file_019=..\..\source\include\croutine.h +file_020=..\..\source\include\queue.h +file_021=FreeRTOSConfig.h +file_022=p33FJ256GP710.gld [SUITE_INFO] suite_guid={479DDE59-4D56-455E-855E-FFF59A3DB57E} suite_state= @@ -73,3 +130,8 @@ TS{509E5861-1E2A-483B-8B6B-CA8DB7F2DD78}= enable=0 transport=0 format=0 +[CUSTOM_BUILD] +Pre-Build= +Pre-BuildEnabled=1 +Post-Build= +Post-BuildEnabled=1 diff --git a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcs b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcs index ad85eb9d5..d24f9c117 100644 --- a/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcs +++ b/Demo/dsPIC_MPLAB/RTOSDemo_dsPIC.mcs @@ -1,3 +1,7 @@ [Header] MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7} Version=1.0 +[TOOL_LOC_STAMPS] +tool_loc{DE18EB1A-B46B-486B-B96F-A811A635DFAC}=C:\Devtools\Microchip\MPLAB C30\bin\pic30-as.exe +tool_loc{069BD372-6CA0-40D4-BF2F-5DC806D05083}=C:\Devtools\Microchip\MPLAB C30\bin\pic30-gcc.exe +tool_loc{433C3D55-811D-409D-A6BF-159CF9355B42}=C:\Devtools\Microchip\MPLAB C30\bin\pic30-ld.exe