mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Update the PIC32 project to better structure the files in the MPLAB project window, and test that it works with the latest V1.12 C32 compiler.
This commit is contained in:
parent
0079d00fec
commit
d89c43c7aa
|
@ -1,6 +1,7 @@
|
|||
[HEADER]
|
||||
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
|
||||
file_version=1.0
|
||||
device=PIC32MX360F512L
|
||||
[PATH_INFO]
|
||||
BuildDirPolicy=BuildDirIsProjectDir
|
||||
dir_src=
|
||||
|
@ -17,7 +18,7 @@ filter_obj=*.o
|
|||
filter_lib=*.a
|
||||
filter_lkr=*.ld
|
||||
[CAT_SUBFOLDERS]
|
||||
subfolder_src=
|
||||
subfolder_src=FreeRTOS Source;Standard Demo Source
|
||||
subfolder_inc=
|
||||
subfolder_obj=
|
||||
subfolder_lib=
|
||||
|
@ -34,19 +35,19 @@ 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=.
|
||||
file_023=.
|
||||
file_011=FreeRTOS Source
|
||||
file_012=FreeRTOS Source
|
||||
file_013=FreeRTOS Source
|
||||
file_014=FreeRTOS Source
|
||||
file_015=FreeRTOS Source
|
||||
file_016=Standard Demo Source
|
||||
file_017=Standard Demo Source
|
||||
file_018=Standard Demo Source
|
||||
file_019=Standard Demo Source
|
||||
file_020=Standard Demo Source
|
||||
file_021=Standard Demo Source
|
||||
file_022=FreeRTOS Source
|
||||
file_023=Standard Demo Source
|
||||
file_024=.
|
||||
file_025=.
|
||||
file_026=.
|
||||
|
@ -133,28 +134,28 @@ file_034=yes
|
|||
[FILE_INFO]
|
||||
file_000=main.c
|
||||
file_001=ParTest\ParTest.c
|
||||
file_002=..\..\Source\portable\MPLAB\PIC32MX\port.c
|
||||
file_003=..\..\Source\list.c
|
||||
file_004=..\..\Source\queue.c
|
||||
file_005=..\..\Source\tasks.c
|
||||
file_006=..\..\Source\portable\MPLAB\PIC32MX\port_asm.S
|
||||
file_007=RegisterTestTasks.s
|
||||
file_008=..\..\Source\portable\MemMang\heap_2.c
|
||||
file_009=..\Common\Minimal\flash.c
|
||||
file_010=..\Common\Minimal\QPeek.c
|
||||
file_011=..\Common\Minimal\semtest.c
|
||||
file_012=..\Common\Minimal\GenQTest.c
|
||||
file_013=..\Common\Minimal\blocktim.c
|
||||
file_014=lcd.c
|
||||
file_015=serial\serial.c
|
||||
file_016=..\Common\Minimal\comtest.c
|
||||
file_017=serial\serial_isr.S
|
||||
file_018=timertest.c
|
||||
file_019=timertest_isr.S
|
||||
file_020=..\Common\Minimal\IntQueue.c
|
||||
file_021=IntQueueTimer.c
|
||||
file_022=IntQueueTimer_isr.S
|
||||
file_023=printf-stdarg.c
|
||||
file_002=RegisterTestTasks.s
|
||||
file_003=lcd.c
|
||||
file_004=serial\serial.c
|
||||
file_005=serial\serial_isr.S
|
||||
file_006=timertest.c
|
||||
file_007=timertest_isr.S
|
||||
file_008=IntQueueTimer.c
|
||||
file_009=IntQueueTimer_isr.S
|
||||
file_010=printf-stdarg.c
|
||||
file_011=..\..\Source\portable\MPLAB\PIC32MX\port.c
|
||||
file_012=..\..\Source\portable\MPLAB\PIC32MX\port_asm.S
|
||||
file_013=..\..\Source\queue.c
|
||||
file_014=..\..\Source\tasks.c
|
||||
file_015=..\..\Source\list.c
|
||||
file_016=..\Common\Minimal\blocktim.c
|
||||
file_017=..\Common\Minimal\comtest.c
|
||||
file_018=..\Common\Minimal\flash.c
|
||||
file_019=..\Common\Minimal\semtest.c
|
||||
file_020=..\Common\Minimal\QPeek.c
|
||||
file_021=..\Common\Minimal\IntQueue.c
|
||||
file_022=..\..\Source\portable\MemMang\heap_2.c
|
||||
file_023=..\Common\Minimal\GenQTest.c
|
||||
file_024=FreeRTOSConfig.h
|
||||
file_025=..\..\Source\portable\MPLAB\PIC32MX\portmacro.h
|
||||
file_026=..\..\Source\include\portable.h
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue