mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
First version under SVN is V4.0.1
This commit is contained in:
parent
243393860c
commit
b6df57c7e3
918 changed files with 269038 additions and 0 deletions
23
Demo/MicroBlaze/__xps/testapp_peripheral_compiler.opt
Normal file
23
Demo/MicroBlaze/__xps/testapp_peripheral_compiler.opt
Normal file
|
@ -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) \
|
Loading…
Add table
Add a link
Reference in a new issue