mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-10 15:19:03 -04:00
19 lines
1.6 KiB
Plaintext
19 lines
1.6 KiB
Plaintext
ppc405_0
|
|
RTOSDEMO_SOURCES = RTOSDemo/main.c RTOSDemo/serial/serial.c RTOSDemo/partest/partest.c RTOSDemo/../../../Source/portable/GCC/PPC405_Xilinx/port.c RTOSDemo/../../../Source/tasks.c RTOSDemo/../../../Source/list.c RTOSDemo/../../../Source/queue.c RTOSDemo/../../../Source/portable/MemMang/heap_2.c RTOSDemo/../../Common/Minimal/flash.c RTOSDemo/../../Common/Minimal/blocktim.c RTOSDemo/../../Common/Minimal/dynamic.c RTOSDemo/../../Common/Minimal/flop.c RTOSDemo/../../Common/Minimal/GenQTest.c RTOSDemo/../../Common/Minimal/integer.c RTOSDemo/../../Common/Minimal/QPeek.c RTOSDemo/../../Common/Minimal/semtest.c RTOSDemo/../../Common/Minimal/BlockQ.c RTOSDemo/../../Common/Minimal/death.c RTOSDemo/../../Common/Minimal/comtest.c RTOSDemo/../../../Source/portable/GCC/PPC405_Xilinx/portasm.S
|
|
RTOSDEMO_HEADERS = RTOSDemo/FreeRTOSConfig.h
|
|
RTOSDEMO_CC = powerpc-eabi-gcc
|
|
RTOSDEMO_CC_SIZE = powerpc-eabi-size
|
|
RTOSDEMO_CC_OPT = -Os
|
|
RTOSDEMO_CFLAGS = -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map -Wall
|
|
RTOSDEMO_CC_SEARCH = # -B
|
|
RTOSDEMO_LIBPATH = -L./ppc405_0/lib/ # -L
|
|
RTOSDEMO_INCLUDES = -I./ppc405_0/include/ -IRTOSDemo/ -I. -I./RTOSDemo/ -I../Common/include/ -I../../Source/include/ -I./ppc405_0/include/ -I./ppc405_0/include
|
|
RTOSDEMO_LFLAGS = # -l
|
|
RTOSDEMO_LINKER_SCRIPT = RTOSDemo/RTOSDemo.ld
|
|
RTOSDEMO_CC_DEBUG_FLAG = -g
|
|
RTOSDEMO_CC_PROFILE_FLAG = # -pg
|
|
RTOSDEMO_CC_GLOBPTR_FLAG= # -msdata=eabi
|
|
RTOSDEMO_CC_START_ADDR_FLAG= # # -Wl,-defsym -Wl,_START_ADDR=
|
|
RTOSDEMO_CC_STACK_SIZE_FLAG= # # -Wl,-defsym -Wl,_STACK_SIZE=
|
|
RTOSDEMO_CC_HEAP_SIZE_FLAG= # # -Wl,-defsym -Wl,_HEAP_SIZE=
|