mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 13:23:50 -04:00
Create project directory structure for the MicroBlaze demo project that uses the full Ethernet IP (rather than the Ethernet Lite IP).
This commit is contained in:
parent
74eedea5db
commit
e9e8365c8f
95 changed files with 25754 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/FreeRTOS_Source/portable/GCC/MicroBlaze/port.o \
|
||||
../Debug/FreeRTOS_Source/portable/GCC/MicroBlaze/portasm.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/FreeRTOS_Source/portable/MemMang/heap_2.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/FreeRTOS_Source/list.o \
|
||||
../Debug/FreeRTOS_Source/queue.o \
|
||||
../Debug/FreeRTOS_Source/tasks.o \
|
||||
../Debug/FreeRTOS_Source/timers.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/src/testperiph.o \
|
||||
../Debug/src/xemaclite_example_util.o \
|
||||
../Debug/src/xemaclite_intr_example.o \
|
||||
../Debug/src/xemaclite_polled_example.o \
|
||||
../Debug/src/xgpio_intr_tapp_example.o \
|
||||
../Debug/src/xgpio_tapp_example.o \
|
||||
../Debug/src/xintc_tapp_example.o \
|
||||
../Debug/src/xtmrctr_intr_example.o \
|
||||
../Debug/src/xtmrctr_selftest_example.o \
|
||||
../Debug/src/xuartlite_selftest_example.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/ParTest.o \
|
||||
../Debug/main-blinky.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include Debug/src/subdir.mk
|
||||
-include Debug/subdir.mk
|
||||
-include Debug/FreeRTOS_Source/subdir.mk
|
||||
-include Debug/FreeRTOS_Source/portable/MemMang/subdir.mk
|
||||
-include Debug/FreeRTOS_Source/portable/GCC/MicroBlaze/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(S_UPPER_DEPS)),)
|
||||
-include $(S_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
ELFSIZE += \
|
||||
RTOSDemoSource.elf.size \
|
||||
|
||||
ELFCHECK += \
|
||||
RTOSDemoSource.elf.elfcheck \
|
||||
|
||||
|
||||
# All Target
|
||||
all: RTOSDemoSource.elf secondary-outputs
|
||||
|
||||
# Tool invocations
|
||||
RTOSDemoSource.elf: $(OBJS) ../src/lscript.ld $(USER_OBJS)
|
||||
@echo Building target: $@
|
||||
@echo Invoking: MicroBlaze gcc linker
|
||||
mb-gcc -Wl,-T -Wl,../src/lscript.ld -L../../RTOSDemoBSP/microblaze_0/lib -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -o"RTOSDemoSource.elf" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo Finished building target: $@
|
||||
@echo ' '
|
||||
|
||||
RTOSDemoSource.elf.size: RTOSDemoSource.elf
|
||||
@echo Invoking: MicroBlaze Print Size
|
||||
mb-size RTOSDemoSource.elf |tee "RTOSDemoSource.elf.size"
|
||||
@echo Finished building: $@
|
||||
@echo ' '
|
||||
|
||||
RTOSDemoSource.elf.elfcheck: RTOSDemoSource.elf
|
||||
@echo Invoking: Xilinx ELF Check
|
||||
elfcheck RTOSDemoSource.elf -hw ../../HardwareWithEthernetLite/system.xml -pe microblaze_0 |tee "RTOSDemoSource.elf.elfcheck"
|
||||
@echo Finished building: $@
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES)$(ELFSIZE)$(ELFCHECK)$(S_UPPER_DEPS) RTOSDemoSource.elf
|
||||
-@echo ' '
|
||||
|
||||
secondary-outputs: $(ELFSIZE) $(ELFCHECK)
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
|
@ -0,0 +1,8 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
C_SRCS :=
|
||||
LD_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
OBJS :=
|
||||
C_DEPS :=
|
||||
EXECUTABLES :=
|
||||
ELFSIZE :=
|
||||
ELFCHECK :=
|
||||
S_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
. \
|
||||
Debug/src \
|
||||
Debug \
|
||||
Debug/FreeRTOS_Source \
|
||||
Debug/FreeRTOS_Source/portable/MemMang \
|
||||
Debug/FreeRTOS_Source/portable/GCC/MicroBlaze \
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../src/xemaclite_example_util.c
|
||||
|
||||
LD_SRCS += \
|
||||
../src/lscript.ld
|
||||
|
||||
OBJS += \
|
||||
./src/xemaclite_example_util.o
|
||||
|
||||
C_DEPS += \
|
||||
./src/xemaclite_example_util.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.c
|
||||
@echo Building file: $<
|
||||
@echo Invoking: MicroBlaze gcc compiler
|
||||
mb-gcc -Wall -O0 -g3 -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource\lwIP\lwIP_Apps\apps\httpserver_raw" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource\lwIP\lwIP_Apps" -c -fmessage-length=0 -I../../RTOSDemoBSP/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../main-blinky.c
|
||||
|
||||
OBJS += \
|
||||
./main-blinky.o
|
||||
|
||||
C_DEPS += \
|
||||
./main-blinky.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
%.o: ../%.c
|
||||
@echo Building file: $<
|
||||
@echo Invoking: MicroBlaze gcc compiler
|
||||
mb-gcc -Wall -O0 -g3 -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource\lwIP\lwIP_Apps\apps\httpserver_raw" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource\lwIP\lwIP_Apps" -c -fmessage-length=0 -I../../RTOSDemoBSP/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue