mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
1
FreeRTOS/Demo/MicroBlaze/__xps/bitinit.opt
Normal file
1
FreeRTOS/Demo/MicroBlaze/__xps/bitinit.opt
Normal file
|
@ -0,0 +1 @@
|
|||
-pe microblaze_0 RTOSDemo/executable.elf
|
1
FreeRTOS/Demo/MicroBlaze/__xps/libgen.opt
Normal file
1
FreeRTOS/Demo/MicroBlaze/__xps/libgen.opt
Normal file
|
@ -0,0 +1 @@
|
|||
-p virtex4
|
1
FreeRTOS/Demo/MicroBlaze/__xps/platgen.opt
Normal file
1
FreeRTOS/Demo/MicroBlaze/__xps/platgen.opt
Normal file
|
@ -0,0 +1 @@
|
|||
-p virtex4 -lang vhdl -st xst
|
23
FreeRTOS/Demo/MicroBlaze/__xps/rtosdemo_compiler.opt
Normal file
23
FreeRTOS/Demo/MicroBlaze/__xps/rtosdemo_compiler.opt
Normal file
|
@ -0,0 +1,23 @@
|
|||
microblaze_0
|
||||
RTOSDEMO_SOURCES = main.c ParTest/ParTest.c ../../Source/tasks.c ../../Source/queue.c ../../Source/list.c ../../Source/portable/MemMang/heap_1.c ../../Source/portable/GCC/MicroBlaze/port.c ../../Source/portable/GCC/MicroBlaze/portasm.s ../Common/Minimal/flash.c serial/serial.c ../Common/Minimal/comtest.c ../Common/Minimal/integer.c ../Common/Minimal/semtest.c ../Common/Minimal/dynamic.c ../Common/Minimal/PollQ.c ../Common/Minimal/BlockQ.c
|
||||
RTOSDEMO_HEADERS = FreeRTOSConfig.h
|
||||
RTOSDEMO_CC = mb-gcc
|
||||
RTOSDEMO_CC_SIZE = mb-size
|
||||
RTOSDEMO_CC_OPT = -Os
|
||||
RTOSDEMO_CFLAGS = -D MICROBLAZE_GCC -Wall
|
||||
RTOSDEMO_CC_SEARCH = # -B
|
||||
RTOSDEMO_LIBPATH = -L./microblaze_0/lib/ # -L
|
||||
RTOSDEMO_INCLUDES = -I./microblaze_0/include/ -IDev/FreeRTOS/Demo/MicroBlaze/ -I. -I../Common/include -I../../Source/include -I../../Source/portable/GCC/MicroBlaze
|
||||
RTOSDEMO_LFLAGS = # -l
|
||||
RTOSDEMO_CC_PREPROC_FLAG = # -Wp,
|
||||
RTOSDEMO_CC_ASM_FLAG = # -Wa,
|
||||
RTOSDEMO_CC_LINKER_FLAG = -Wl,-Map=rtosdemo.map
|
||||
RTOSDEMO_LINKER_SCRIPT =
|
||||
RTOSDEMO_CC_DEBUG_FLAG = -g
|
||||
RTOSDEMO_CC_GLOBPTR_FLAG= # -mxl-gp-opt
|
||||
RTOSDEMO_MODE = executable
|
||||
RTOSDEMO_LIBG_OPT = -$(RTOSDEMO_MODE) microblaze_0
|
||||
RTOSDEMO_CC_SOFTMUL_FLAG= -mno-xl-soft-mul
|
||||
RTOSDEMO_CC_START_ADDR_FLAG= # -Wl,-defsym -Wl,_TEXT_START_ADDR=
|
||||
RTOSDEMO_CC_STACK_SIZE_FLAG= # -Wl,-defsym -Wl,_STACK_SIZE=
|
||||
$(RTOSDEMO_CC_SOFTMUL_FLAG) \
|
1
FreeRTOS/Demo/MicroBlaze/__xps/simgen.opt
Normal file
1
FreeRTOS/Demo/MicroBlaze/__xps/simgen.opt
Normal file
|
@ -0,0 +1 @@
|
|||
-p virtex4 -lang vhdl -pe microblaze_0 RTOSDemo/executable.elf -s mti
|
|
@ -0,0 +1,23 @@
|
|||
microblaze_0
|
||||
TESTAPP_PERIPHERAL_SOURCES = TestApp_Peripheral/src/TestApp_Peripheral.c TestApp_Peripheral/src/xuartlite_selftest_example.c
|
||||
TESTAPP_PERIPHERAL_HEADERS =
|
||||
TESTAPP_PERIPHERAL_CC = mb-gcc
|
||||
TESTAPP_PERIPHERAL_CC_SIZE = mb-size
|
||||
TESTAPP_PERIPHERAL_CC_OPT = -O2
|
||||
TESTAPP_PERIPHERAL_CFLAGS =
|
||||
TESTAPP_PERIPHERAL_CC_SEARCH = # -B
|
||||
TESTAPP_PERIPHERAL_LIBPATH = -L./microblaze_0/lib/ # -L
|
||||
TESTAPP_PERIPHERAL_INCLUDES = -I./microblaze_0/include/ # -I
|
||||
TESTAPP_PERIPHERAL_LFLAGS = # -l
|
||||
TESTAPP_PERIPHERAL_CC_PREPROC_FLAG = # -Wp,
|
||||
TESTAPP_PERIPHERAL_CC_ASM_FLAG = # -Wa,
|
||||
TESTAPP_PERIPHERAL_CC_LINKER_FLAG = # -Wl,
|
||||
TESTAPP_PERIPHERAL_LINKER_SCRIPT = TestApp_Peripheral/src/TestApp_Peripheral_LinkScr
|
||||
TESTAPP_PERIPHERAL_CC_DEBUG_FLAG = -g
|
||||
TESTAPP_PERIPHERAL_CC_GLOBPTR_FLAG= # -mxl-gp-opt
|
||||
TESTAPP_PERIPHERAL_MODE = executable
|
||||
TESTAPP_PERIPHERAL_LIBG_OPT = -$(TESTAPP_PERIPHERAL_MODE) microblaze_0
|
||||
TESTAPP_PERIPHERAL_CC_SOFTMUL_FLAG= -mno-xl-soft-mul
|
||||
TESTAPP_PERIPHERAL_CC_START_ADDR_FLAG= # -Wl,-defsym -Wl,_TEXT_START_ADDR=
|
||||
TESTAPP_PERIPHERAL_CC_STACK_SIZE_FLAG= # -Wl,-defsym -Wl,_STACK_SIZE=
|
||||
$(TESTAPP_PERIPHERAL_CC_SOFTMUL_FLAG) \
|
1
FreeRTOS/Demo/MicroBlaze/__xps/vpgen.opt
Normal file
1
FreeRTOS/Demo/MicroBlaze/__xps/vpgen.opt
Normal file
|
@ -0,0 +1 @@
|
|||
-p xc4vfx12ff668-10
|
1
FreeRTOS/Demo/MicroBlaze/__xps/xpsxflow.opt
Normal file
1
FreeRTOS/Demo/MicroBlaze/__xps/xpsxflow.opt
Normal file
|
@ -0,0 +1 @@
|
|||
-device xc4vfx12ff668-10
|
Loading…
Add table
Add a link
Reference in a new issue