Update the PIC24 MPLAB demo for use with the latest 3.25 version of the compiler.

pull/4/head
Richard Barry 14 years ago
parent 27effd446c
commit 381785b968

Binary file not shown.

@ -1,6 +1,7 @@
[HEADER]
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
file_version=1.0
device=PIC24FJ128GA010
[PATH_INFO]
BuildDirPolicy=BuildDirIsSourceDir
dir_src=
@ -17,7 +18,7 @@ filter_obj=*.o
filter_lib=*.a
filter_lkr=*.gld
[CAT_SUBFOLDERS]
subfolder_src=
subfolder_src=FreeRTOS Source;Standard Demo Source
subfolder_inc=
subfolder_obj=
subfolder_lib=
@ -29,17 +30,17 @@ 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_006=Standard Demo Source
file_007=Standard Demo Source
file_008=Standard Demo Source
file_009=Standard Demo Source
file_010=FreeRTOS Source
file_011=FreeRTOS Source
file_012=Standard Demo Source
file_013=FreeRTOS Source
file_014=FreeRTOS Source
file_015=FreeRTOS Source
file_016=Standard Demo Source
file_017=.
file_018=.
file_019=.
@ -98,20 +99,20 @@ file_022=no
file_000=main.c
file_001=..\..\source\list.c
file_002=..\..\source\queue.c
file_003=..\..\source\tasks.c
file_004=..\..\source\portable\MPLAB\PIC24_dsPIC\port.c
file_005=..\..\source\portable\MemMang\heap_1.c
file_003=ParTest\ParTest.c
file_004=serial\serial.c
file_005=lcd.c
file_006=..\Common\Minimal\BlockQ.c
file_007=..\..\source\croutine.c
file_008=..\Common\Minimal\crflash.c
file_009=ParTest\ParTest.c
file_010=..\Common\Minimal\blocktim.c
file_011=..\Common\Minimal\integer.c
file_012=..\Common\Minimal\comtest.c
file_013=serial\serial.c
file_014=timertest.c
file_015=lcd.c
file_016=..\..\Source\portable\MPLAB\PIC24_dsPIC\portasm_PIC24.S
file_007=..\Common\Minimal\blocktim.c
file_008=..\Common\Minimal\comtest.c
file_009=..\Common\Minimal\crflash.c
file_010=..\..\source\croutine.c
file_011=..\..\source\portable\MemMang\heap_1.c
file_012=..\Common\Minimal\integer.c
file_013=..\..\source\portable\MPLAB\PIC24_dsPIC\port.c
file_014=..\..\Source\portable\MPLAB\PIC24_dsPIC\portasm_PIC24.S
file_015=..\..\source\tasks.c
file_016=timertest.c
file_017=..\..\source\include\semphr.h
file_018=..\..\source\include\task.h
file_019=..\..\source\include\croutine.h
@ -125,7 +126,7 @@ suite_state=
TS{7D9C6ECE-785D-44CB-BA22-17BF2E119622}=-g
TS{25AC22BD-2378-4FDB-BFB6-7345A15512D3}=-fno-omit-frame-pointer -g -Wall -DMPLAB_PIC24_PORT -mlarge-code -O1 -fno-schedule-insns -fno-schedule-insns2
TS{25AC22BD-2378-4FDB-BFB6-7345A15512D3}_alt=yes
TS{7DAC9A1D-4C45-45D6-B25A-D117C74E8F5A}=--defsym=__ICD2RAM=1 -Map="$(TARGETBASE).map" -o"$(TARGETBASE).$(TARGETSUFFIX)"
TS{7DAC9A1D-4C45-45D6-B25A-D117C74E8F5A}=--heap=0 --defsym=__ICD2RAM=1 -o"$(BINDIR_)$(TARGETBASE).$(TARGETSUFFIX)"
TS{509E5861-1E2A-483B-8B6B-CA8DB7F2DD78}=
[INSTRUMENTED_TRACE]
enable=0

@ -2,6 +2,6 @@
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
tool_loc{DE18EB1A-B46B-486B-B96F-A811A635DFAC}=C:\devtools\Microchip\mplabc30\v3.25\bin\pic30-as.exe
tool_loc{069BD372-6CA0-40D4-BF2F-5DC806D05083}=C:\devtools\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe
tool_loc{433C3D55-811D-409D-A6BF-159CF9355B42}=C:\devtools\Microchip\mplabc30\v3.25\bin\pic30-ld.exe

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save