mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 22:27:49 -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue