mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Get the trace utility and co-routines working.
This commit is contained in:
parent
91a1b614f8
commit
c8b4248e5d
11 changed files with 780 additions and 229 deletions
|
@ -18,27 +18,27 @@ PrjInfo-1=MONDEB_INTERNAL
|
|||
Active=STANDALONE
|
||||
|
||||
[MEMBER]
|
||||
F0=38
|
||||
F0=37
|
||||
F1=0 f Source Files
|
||||
F2=0 c SRC\main.c
|
||||
F3=0 a SRC\mb91467d.asm
|
||||
F4=0 a SRC\Start91460.asm
|
||||
F5=0 c SRC\vectors.c
|
||||
F6=0 f Source Files\watchdog
|
||||
F7=0 c SRC\watchdog\watchdog.c
|
||||
F8=0 f Source Files\utility
|
||||
F9=0 c SRC\utility\taskutility.c
|
||||
F10=0 f Source Files\FreeRTOS Source
|
||||
F11=0 c ..\..\Source\croutine.c
|
||||
F12=0 c ..\..\Source\list.c
|
||||
F13=0 c ..\..\Source\queue.c
|
||||
F14=0 c ..\..\Source\tasks.c
|
||||
F15=0 f Source Files\FreeRTOS Source\portable
|
||||
F16=0 c ..\..\Source\portable\Softune\MB91460\__STD_LIB_sbrk.c
|
||||
F17=0 c ..\..\Source\portable\Softune\MB91460\port.c
|
||||
F18=0 f Source Files\FreeRTOS Source\portable\MemMang
|
||||
F19=0 c ..\..\Source\portable\MemMang\heap_1.c
|
||||
F20=0 c ..\..\Source\portable\MemMang\heap_2.c
|
||||
F2=0 c SRC\crflash_modified.c
|
||||
F3=0 c SRC\main.c
|
||||
F4=0 a SRC\mb91467d.asm
|
||||
F5=0 a SRC\Start91460.asm
|
||||
F6=0 c SRC\vectors.c
|
||||
F7=0 f Source Files\watchdog
|
||||
F8=0 c SRC\watchdog\watchdog.c
|
||||
F9=0 f Source Files\utility
|
||||
F10=0 c SRC\utility\printf-stdarg.c
|
||||
F11=0 c SRC\utility\taskutility.c
|
||||
F12=0 f Source Files\FreeRTOS Source
|
||||
F13=0 c ..\..\Source\croutine.c
|
||||
F14=0 c ..\..\Source\list.c
|
||||
F15=0 c ..\..\Source\queue.c
|
||||
F16=0 c ..\..\Source\tasks.c
|
||||
F17=0 f Source Files\FreeRTOS Source\portable
|
||||
F18=0 c ..\..\Source\portable\Softune\MB91460\__STD_LIB_sbrk.c
|
||||
F19=0 c ..\..\Source\portable\Softune\MB91460\port.c
|
||||
F20=0 f Source Files\FreeRTOS Source\MemMang
|
||||
F21=0 c ..\..\Source\portable\MemMang\heap_3.c
|
||||
F22=0 f Source Files\Demo Source
|
||||
F23=0 c ..\Common\Minimal\BlockQ.c
|
||||
|
@ -51,12 +51,11 @@ F29=0 c ..\Common\Minimal\flop.c
|
|||
F30=0 c ..\Common\Minimal\GenQTest.c
|
||||
F31=0 c ..\Common\Minimal\integer.c
|
||||
F32=0 c SRC\partest\partest.c
|
||||
F33=0 c ..\Common\Minimal\PollQ.c
|
||||
F34=0 c ..\Common\Minimal\QPeek.c
|
||||
F35=0 c ..\Common\Minimal\semtest.c
|
||||
F36=0 f Source Files\Demo Source\serial
|
||||
F37=0 c SRC\serial\serial.c
|
||||
F38=0 f Include Files
|
||||
F33=0 c ..\Common\Minimal\QPeek.c
|
||||
F34=0 c ..\Common\Minimal\semtest.c
|
||||
F35=0 f Source Files\Demo Source\serial
|
||||
F36=0 c SRC\serial\serial.c
|
||||
F37=0 f Include Files
|
||||
|
||||
[OPTIONFILE]
|
||||
FILE=91460_template_91467d.dat
|
||||
|
@ -76,7 +75,7 @@ LST=STANDALONE\LST\
|
|||
OPT=STANDALONE\OPT\
|
||||
|
||||
[MEMBER-STANDALONE]
|
||||
F0=30
|
||||
F0=29
|
||||
F1=0 m 1 STANDALONE\ABS\91467d_FreeRTOS.abs
|
||||
F2=9 c 1 ..\..\Source\portable\Softune\MB91460\port.c
|
||||
F2-1=- ..\..\Source\include\FreeRTOS.h
|
||||
|
@ -265,7 +264,7 @@ F19-8=- ..\..\Source\include\list.h
|
|||
F19-9=- ..\Common\include\integer.h
|
||||
F19-10=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stdlib.h
|
||||
F19-11=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F20=12 c 1 ..\Common\Minimal\PollQ.c
|
||||
F20=13 c 1 ..\Common\Minimal\QPeek.c
|
||||
F20-1=- ..\..\Source\include\FreeRTOS.h
|
||||
F20-2=- ..\..\Source\include\projdefs.h
|
||||
F20-3=- SRC\FreeRTOSConfig.h
|
||||
|
@ -275,10 +274,11 @@ F20-6=- SRC\mb91467d.h
|
|||
F20-7=- ..\..\Source\include\task.h
|
||||
F20-8=- ..\..\Source\include\list.h
|
||||
F20-9=- ..\..\Source\include\queue.h
|
||||
F20-10=- ..\Common\include\PollQ.h
|
||||
F20-10=- ..\Common\include\QPeek.h
|
||||
F20-11=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stdlib.h
|
||||
F20-12=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F21=13 c 1 ..\Common\Minimal\QPeek.c
|
||||
F20-13=- ..\..\Source\include\semphr.h
|
||||
F21=13 c 1 ..\Common\Minimal\semtest.c
|
||||
F21-1=- ..\..\Source\include\FreeRTOS.h
|
||||
F21-2=- ..\..\Source\include\projdefs.h
|
||||
F21-3=- SRC\FreeRTOSConfig.h
|
||||
|
@ -288,11 +288,11 @@ F21-6=- SRC\mb91467d.h
|
|||
F21-7=- ..\..\Source\include\task.h
|
||||
F21-8=- ..\..\Source\include\list.h
|
||||
F21-9=- ..\..\Source\include\queue.h
|
||||
F21-10=- ..\Common\include\QPeek.h
|
||||
F21-10=- ..\Common\include\semtest.h
|
||||
F21-11=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stdlib.h
|
||||
F21-12=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F21-13=- ..\..\Source\include\semphr.h
|
||||
F22=13 c 1 ..\Common\Minimal\semtest.c
|
||||
F22=10 c 1 ..\..\Source\portable\MemMang\heap_3.c
|
||||
F22-1=- ..\..\Source\include\FreeRTOS.h
|
||||
F22-2=- ..\..\Source\include\projdefs.h
|
||||
F22-3=- SRC\FreeRTOSConfig.h
|
||||
|
@ -301,117 +301,94 @@ F22-5=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
|||
F22-6=- SRC\mb91467d.h
|
||||
F22-7=- ..\..\Source\include\task.h
|
||||
F22-8=- ..\..\Source\include\list.h
|
||||
F22-9=- ..\..\Source\include\queue.h
|
||||
F22-10=- ..\Common\include\semtest.h
|
||||
F22-11=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stdlib.h
|
||||
F22-12=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F22-13=- ..\..\Source\include\semphr.h
|
||||
F23=10 c 1 ..\..\Source\portable\MemMang\heap_3.c
|
||||
F22-9=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stdlib.h
|
||||
F22-10=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F23=12 c 1 SRC\serial\serial.c
|
||||
F23-1=- ..\..\Source\include\FreeRTOS.h
|
||||
F23-2=- ..\..\Source\include\projdefs.h
|
||||
F23-3=- SRC\FreeRTOSConfig.h
|
||||
F23-4=- ..\..\Source\include\portable.h
|
||||
F23-5=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F23-6=- SRC\mb91467d.h
|
||||
F23-7=- ..\..\Source\include\task.h
|
||||
F23-8=- ..\..\Source\include\list.h
|
||||
F23-9=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stdlib.h
|
||||
F23-10=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F24=10 c 0 ..\..\Source\portable\MemMang\heap_1.c
|
||||
F24-1=- ..\..\Source\include\FreeRTOS.h
|
||||
F24-2=- ..\..\Source\include\projdefs.h
|
||||
F24-3=- SRC\FreeRTOSConfig.h
|
||||
F24-4=- ..\..\Source\include\portable.h
|
||||
F24-5=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F24-6=- SRC\mb91467d.h
|
||||
F23-7=- ..\..\Source\include\queue.h
|
||||
F23-8=- ..\..\Source\include\task.h
|
||||
F23-9=- ..\..\Source\include\list.h
|
||||
F23-10=- ..\Common\include\serial.h
|
||||
F23-11=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stdlib.h
|
||||
F23-12=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F24=10 c 1 SRC\watchdog\watchdog.c
|
||||
F24-1=- SRC\mb91467d.h
|
||||
F24-2=- ..\..\Source\include\FreeRTOS.h
|
||||
F24-3=- ..\..\Source\include\projdefs.h
|
||||
F24-4=- SRC\FreeRTOSConfig.h
|
||||
F24-5=- ..\..\Source\include\portable.h
|
||||
F24-6=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F24-7=- ..\..\Source\include\task.h
|
||||
F24-8=- ..\..\Source\include\list.h
|
||||
F24-9=- ..\..\..\..\..\SoftuneV6_32bit_REV600008\LIB\911\INCLUDE\stdlib.h
|
||||
F24-10=- ..\..\..\..\..\SoftuneV6_32bit_REV600008\LIB\911\INCLUDE\stddef.h
|
||||
F25=10 c 0 ..\..\Source\portable\MemMang\heap_2.c
|
||||
F25-1=- ..\..\Source\include\FreeRTOS.h
|
||||
F25-2=- ..\..\Source\include\projdefs.h
|
||||
F25-3=- SRC\FreeRTOSConfig.h
|
||||
F25-4=- ..\..\Source\include\portable.h
|
||||
F25-5=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F25-6=- SRC\mb91467d.h
|
||||
F25-7=- ..\..\Source\include\task.h
|
||||
F25-8=- ..\..\Source\include\list.h
|
||||
F25-9=- ..\..\..\..\..\SoftuneV6_32bit_REV600008\LIB\911\INCLUDE\stdlib.h
|
||||
F25-10=- ..\..\..\..\..\SoftuneV6_32bit_REV600008\LIB\911\INCLUDE\stddef.h
|
||||
F26=12 c 1 SRC\serial\serial.c
|
||||
F26-1=- ..\..\Source\include\FreeRTOS.h
|
||||
F26-2=- ..\..\Source\include\projdefs.h
|
||||
F26-3=- SRC\FreeRTOSConfig.h
|
||||
F26-4=- ..\..\Source\include\portable.h
|
||||
F26-5=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F26-6=- SRC\mb91467d.h
|
||||
F26-7=- ..\..\Source\include\queue.h
|
||||
F26-8=- ..\..\Source\include\task.h
|
||||
F26-9=- ..\..\Source\include\list.h
|
||||
F26-10=- ..\Common\include\serial.h
|
||||
F26-11=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stdlib.h
|
||||
F26-12=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F27=10 c 1 SRC\watchdog\watchdog.c
|
||||
F24-9=- SRC\watchdog\watchdog.h
|
||||
F24-10=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F25=11 c 1 SRC\utility\taskutility.c
|
||||
F25-1=- SRC\mb91467d.h
|
||||
F25-2=- SRC\vectors.h
|
||||
F25-3=- ..\..\Source\include\FreeRTOS.h
|
||||
F25-4=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F25-5=- ..\..\Source\include\projdefs.h
|
||||
F25-6=- SRC\FreeRTOSConfig.h
|
||||
F25-7=- ..\..\Source\include\portable.h
|
||||
F25-8=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F25-9=- ..\..\Source\include\task.h
|
||||
F25-10=- ..\..\Source\include\list.h
|
||||
F25-11=- ..\..\Source\include\queue.h
|
||||
F26=25 c 1 SRC\main.c
|
||||
F26-1=- SRC\mb91467d.h
|
||||
F26-2=- SRC\vectors.h
|
||||
F26-3=- SRC\watchdog\watchdog.h
|
||||
F26-4=- ..\..\Source\include\FreeRTOS.h
|
||||
F26-5=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F26-6=- ..\..\Source\include\projdefs.h
|
||||
F26-7=- SRC\FreeRTOSConfig.h
|
||||
F26-8=- ..\..\Source\include\portable.h
|
||||
F26-9=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F26-10=- ..\..\Source\include\task.h
|
||||
F26-11=- ..\..\Source\include\list.h
|
||||
F26-12=- ..\Common\include\flash.h
|
||||
F26-13=- ..\Common\include\integer.h
|
||||
F26-14=- ..\Common\include\comtest2.h
|
||||
F26-15=- ..\Common\include\semtest.h
|
||||
F26-16=- ..\Common\include\BlockQ.h
|
||||
F26-17=- ..\Common\include\dynamic.h
|
||||
F26-18=- ..\Common\include\flop.h
|
||||
F26-19=- ..\Common\include\GenQTest.h
|
||||
F26-20=- ..\Common\include\QPeek.h
|
||||
F26-21=- ..\Common\include\blocktim.h
|
||||
F26-22=- ..\Common\include\death.h
|
||||
F26-23=- SRC\utility\taskutility.h
|
||||
F26-24=- ..\Common\include\partest.h
|
||||
F26-25=- ..\Common\include\crflash.h
|
||||
F27=9 c 1 SRC\partest\partest.c
|
||||
F27-1=- SRC\mb91467d.h
|
||||
F27-2=- ..\..\Source\include\FreeRTOS.h
|
||||
F27-3=- ..\..\Source\include\projdefs.h
|
||||
F27-4=- SRC\FreeRTOSConfig.h
|
||||
F27-5=- ..\..\Source\include\portable.h
|
||||
F27-6=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F27-7=- ..\..\Source\include\task.h
|
||||
F27-8=- ..\..\Source\include\list.h
|
||||
F27-9=- SRC\watchdog\watchdog.h
|
||||
F27-10=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F28=12 c 1 SRC\utility\taskutility.c
|
||||
F28-1=- SRC\mb91467d.h
|
||||
F28-2=- SRC\vectors.h
|
||||
F28-3=- ..\..\Source\include\FreeRTOS.h
|
||||
F28-4=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F28-5=- ..\..\Source\include\projdefs.h
|
||||
F28-6=- SRC\FreeRTOSConfig.h
|
||||
F28-7=- ..\..\Source\include\portable.h
|
||||
F28-8=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F28-9=- ..\..\Source\include\task.h
|
||||
F28-10=- ..\..\Source\include\list.h
|
||||
F28-11=- ..\..\Source\include\semphr.h
|
||||
F28-12=- ..\..\Source\include\queue.h
|
||||
F29=25 c 1 SRC\main.c
|
||||
F29-1=- SRC\mb91467d.h
|
||||
F29-2=- SRC\vectors.h
|
||||
F29-3=- SRC\watchdog\watchdog.h
|
||||
F29-4=- ..\..\Source\include\FreeRTOS.h
|
||||
F29-5=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F29-6=- ..\..\Source\include\projdefs.h
|
||||
F29-7=- SRC\FreeRTOSConfig.h
|
||||
F29-8=- ..\..\Source\include\portable.h
|
||||
F29-9=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F29-10=- ..\..\Source\include\task.h
|
||||
F29-11=- ..\..\Source\include\list.h
|
||||
F29-12=- ..\Common\include\flash.h
|
||||
F29-13=- ..\Common\include\integer.h
|
||||
F29-14=- ..\Common\include\comtest2.h
|
||||
F29-15=- ..\Common\include\PollQ.h
|
||||
F29-16=- ..\Common\include\semtest.h
|
||||
F29-17=- ..\Common\include\BlockQ.h
|
||||
F29-18=- ..\Common\include\dynamic.h
|
||||
F29-19=- ..\Common\include\flop.h
|
||||
F29-20=- ..\Common\include\GenQTest.h
|
||||
F29-21=- ..\Common\include\QPeek.h
|
||||
F29-22=- ..\Common\include\blocktim.h
|
||||
F29-23=- ..\Common\include\death.h
|
||||
F29-24=- SRC\utility\taskutility.h
|
||||
F29-25=- ..\Common\include\partest.h
|
||||
F30=9 c 1 SRC\partest\partest.c
|
||||
F30-1=- SRC\mb91467d.h
|
||||
F30-2=- ..\..\Source\include\FreeRTOS.h
|
||||
F30-3=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F30-4=- ..\..\Source\include\projdefs.h
|
||||
F30-5=- SRC\FreeRTOSConfig.h
|
||||
F30-6=- ..\..\Source\include\portable.h
|
||||
F30-7=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F30-8=- ..\..\Source\include\task.h
|
||||
F30-9=- ..\..\Source\include\list.h
|
||||
F27-3=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F27-4=- ..\..\Source\include\projdefs.h
|
||||
F27-5=- SRC\FreeRTOSConfig.h
|
||||
F27-6=- ..\..\Source\include\portable.h
|
||||
F27-7=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F27-8=- ..\..\Source\include\task.h
|
||||
F27-9=- ..\..\Source\include\list.h
|
||||
F28=12 c 1 SRC\crflash_modified.c
|
||||
F28-1=- ..\..\Source\include\FreeRTOS.h
|
||||
F28-2=- ..\..\..\..\..\..\devtools\Softune6\LIB\911\INCLUDE\stddef.h
|
||||
F28-3=- ..\..\Source\include\projdefs.h
|
||||
F28-4=- SRC\FreeRTOSConfig.h
|
||||
F28-5=- ..\..\Source\include\portable.h
|
||||
F28-6=- ..\..\Source\portable\Softune\MB91460\portmacro.h
|
||||
F28-7=- SRC\mb91467d.h
|
||||
F28-8=- ..\..\Source\include\croutine.h
|
||||
F28-9=- ..\..\Source\include\list.h
|
||||
F28-10=- ..\..\Source\include\queue.h
|
||||
F28-11=- ..\Common\include\partest.h
|
||||
F28-12=- ..\Common\include\crflash.h
|
||||
F29=0 c 1 SRC\utility\printf-stdarg.c
|
||||
|
||||
[BUILDMODE-STANDALONE]
|
||||
kernel=1
|
||||
|
@ -446,7 +423,7 @@ LST=MONDEB_INTERNAL\LST\
|
|||
OPT=MONDEB_INTERNAL\OPT\
|
||||
|
||||
[MEMBER-MONDEB_INTERNAL]
|
||||
F0=30
|
||||
F0=29
|
||||
F1=0 m 1 MONDEB_INTERNAL\ABS\91467d_FreeRTOS.abs
|
||||
F2=0 c 1 ..\..\Source\portable\Softune\MB91460\port.c
|
||||
F3=0 c 1 ..\..\Source\portable\Softune\MB91460\__STD_LIB_sbrk.c
|
||||
|
@ -466,17 +443,16 @@ F16=0 c 1 ..\Common\Minimal\flash.c
|
|||
F17=0 c 1 ..\Common\Minimal\flop.c
|
||||
F18=0 c 1 ..\Common\Minimal\GenQTest.c
|
||||
F19=0 c 1 ..\Common\Minimal\integer.c
|
||||
F20=0 c 1 ..\Common\Minimal\PollQ.c
|
||||
F21=0 c 1 ..\Common\Minimal\QPeek.c
|
||||
F22=0 c 1 ..\Common\Minimal\semtest.c
|
||||
F23=0 c 1 ..\..\Source\portable\MemMang\heap_3.c
|
||||
F24=0 c 1 ..\..\Source\portable\MemMang\heap_1.c
|
||||
F25=0 c 1 ..\..\Source\portable\MemMang\heap_2.c
|
||||
F26=0 c 1 SRC\serial\serial.c
|
||||
F27=0 c 1 SRC\watchdog\watchdog.c
|
||||
F28=0 c 1 SRC\utility\taskutility.c
|
||||
F29=0 c 1 SRC\main.c
|
||||
F30=0 c 1 SRC\partest\partest.c
|
||||
F20=0 c 1 ..\Common\Minimal\QPeek.c
|
||||
F21=0 c 1 ..\Common\Minimal\semtest.c
|
||||
F22=0 c 1 ..\..\Source\portable\MemMang\heap_3.c
|
||||
F23=0 c 1 SRC\serial\serial.c
|
||||
F24=0 c 1 SRC\watchdog\watchdog.c
|
||||
F25=0 c 1 SRC\utility\taskutility.c
|
||||
F26=0 c 1 SRC\main.c
|
||||
F27=0 c 1 SRC\partest\partest.c
|
||||
F28=0 c 1 SRC\crflash_modified.c
|
||||
F29=0 c 1 SRC\utility\printf-stdarg.c
|
||||
|
||||
[BUILDMODE-MONDEB_INTERNAL]
|
||||
kernel=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue