Первый коммит, работает пинг.
This commit is contained in:
36
Debug/Core/Src/subdir.mk
Normal file
36
Debug/Core/Src/subdir.mk
Normal file
@@ -0,0 +1,36 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Core/Src/main.c \
|
||||
../Core/Src/stm32f4xx_hal_msp.c \
|
||||
../Core/Src/stm32f4xx_it.c \
|
||||
../Core/Src/system_stm32f4xx.c
|
||||
|
||||
OBJS += \
|
||||
./Core/Src/main.o \
|
||||
./Core/Src/stm32f4xx_hal_msp.o \
|
||||
./Core/Src/stm32f4xx_it.o \
|
||||
./Core/Src/system_stm32f4xx.o
|
||||
|
||||
C_DEPS += \
|
||||
./Core/Src/main.d \
|
||||
./Core/Src/stm32f4xx_hal_msp.d \
|
||||
./Core/Src/stm32f4xx_it.d \
|
||||
./Core/Src/system_stm32f4xx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Src/%.o Core/Src/%.su: ../Core/Src/%.c Core/Src/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Core-2f-Src
|
||||
|
||||
clean-Core-2f-Src:
|
||||
-$(RM) ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32f4xx_hal_msp.d ./Core/Src/stm32f4xx_hal_msp.o ./Core/Src/stm32f4xx_hal_msp.su ./Core/Src/stm32f4xx_it.d ./Core/Src/stm32f4xx_it.o ./Core/Src/stm32f4xx_it.su ./Core/Src/system_stm32f4xx.d ./Core/Src/system_stm32f4xx.o ./Core/Src/system_stm32f4xx.su
|
||||
|
||||
.PHONY: clean-Core-2f-Src
|
||||
|
||||
27
Debug/Core/Startup/subdir.mk
Normal file
27
Debug/Core/Startup/subdir.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
S_SRCS += \
|
||||
../Core/Startup/startup_stm32f429zitx.s
|
||||
|
||||
OBJS += \
|
||||
./Core/Startup/startup_stm32f429zitx.o
|
||||
|
||||
S_DEPS += \
|
||||
./Core/Startup/startup_stm32f429zitx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
|
||||
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|
||||
|
||||
clean: clean-Core-2f-Startup
|
||||
|
||||
clean-Core-2f-Startup:
|
||||
-$(RM) ./Core/Startup/startup_stm32f429zitx.d ./Core/Startup/startup_stm32f429zitx.o
|
||||
|
||||
.PHONY: clean-Core-2f-Startup
|
||||
|
||||
27
Debug/Drivers/BSP/Components/dp83848/subdir.mk
Normal file
27
Debug/Drivers/BSP/Components/dp83848/subdir.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Drivers/BSP/Components/dp83848/dp83848.c
|
||||
|
||||
OBJS += \
|
||||
./Drivers/BSP/Components/dp83848/dp83848.o
|
||||
|
||||
C_DEPS += \
|
||||
./Drivers/BSP/Components/dp83848/dp83848.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Drivers/BSP/Components/dp83848/%.o Drivers/BSP/Components/dp83848/%.su: ../Drivers/BSP/Components/dp83848/%.c Drivers/BSP/Components/dp83848/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Drivers-2f-BSP-2f-Components-2f-dp83848
|
||||
|
||||
clean-Drivers-2f-BSP-2f-Components-2f-dp83848:
|
||||
-$(RM) ./Drivers/BSP/Components/dp83848/dp83848.d ./Drivers/BSP/Components/dp83848/dp83848.o ./Drivers/BSP/Components/dp83848/dp83848.su
|
||||
|
||||
.PHONY: clean-Drivers-2f-BSP-2f-Components-2f-dp83848
|
||||
|
||||
72
Debug/Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk
Normal file
72
Debug/Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk
Normal file
@@ -0,0 +1,72 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c
|
||||
|
||||
OBJS += \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o
|
||||
|
||||
C_DEPS += \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Drivers/STM32F4xx_HAL_Driver/Src/%.o Drivers/STM32F4xx_HAL_Driver/Src/%.su: ../Drivers/STM32F4xx_HAL_Driver/Src/%.c Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src
|
||||
|
||||
clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src:
|
||||
-$(RM) ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.su
|
||||
|
||||
.PHONY: clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src
|
||||
|
||||
27
Debug/LWIP/App/subdir.mk
Normal file
27
Debug/LWIP/App/subdir.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../LWIP/App/lwip.c
|
||||
|
||||
OBJS += \
|
||||
./LWIP/App/lwip.o
|
||||
|
||||
C_DEPS += \
|
||||
./LWIP/App/lwip.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
LWIP/App/%.o LWIP/App/%.su: ../LWIP/App/%.c LWIP/App/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-LWIP-2f-App
|
||||
|
||||
clean-LWIP-2f-App:
|
||||
-$(RM) ./LWIP/App/lwip.d ./LWIP/App/lwip.o ./LWIP/App/lwip.su
|
||||
|
||||
.PHONY: clean-LWIP-2f-App
|
||||
|
||||
27
Debug/LWIP/Target/subdir.mk
Normal file
27
Debug/LWIP/Target/subdir.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../LWIP/Target/ethernetif.c
|
||||
|
||||
OBJS += \
|
||||
./LWIP/Target/ethernetif.o
|
||||
|
||||
C_DEPS += \
|
||||
./LWIP/Target/ethernetif.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
LWIP/Target/%.o LWIP/Target/%.su: ../LWIP/Target/%.c LWIP/Target/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-LWIP-2f-Target
|
||||
|
||||
clean-LWIP-2f-Target:
|
||||
-$(RM) ./LWIP/Target/ethernetif.d ./LWIP/Target/ethernetif.o ./LWIP/Target/ethernetif.su
|
||||
|
||||
.PHONY: clean-LWIP-2f-Target
|
||||
|
||||
51
Debug/Middlewares/Third_Party/LwIP/src/api/subdir.mk
vendored
Normal file
51
Debug/Middlewares/Third_Party/LwIP/src/api/subdir.mk
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Middlewares/Third_Party/LwIP/src/api/api_lib.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/api_msg.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/err.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/if_api.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/netbuf.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/netdb.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/netifapi.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/sockets.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/tcpip.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_lib.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_msg.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/err.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/if_api.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netbuf.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netdb.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netifapi.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/sockets.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/tcpip.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_lib.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_msg.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/err.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/if_api.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netbuf.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netdb.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netifapi.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/sockets.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/tcpip.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/api/%.o Middlewares/Third_Party/LwIP/src/api/%.su: ../Middlewares/Third_Party/LwIP/src/api/%.c Middlewares/Third_Party/LwIP/src/api/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-api
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-api:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/api/api_lib.d ./Middlewares/Third_Party/LwIP/src/api/api_lib.o ./Middlewares/Third_Party/LwIP/src/api/api_lib.su ./Middlewares/Third_Party/LwIP/src/api/api_msg.d ./Middlewares/Third_Party/LwIP/src/api/api_msg.o ./Middlewares/Third_Party/LwIP/src/api/api_msg.su ./Middlewares/Third_Party/LwIP/src/api/err.d ./Middlewares/Third_Party/LwIP/src/api/err.o ./Middlewares/Third_Party/LwIP/src/api/err.su ./Middlewares/Third_Party/LwIP/src/api/if_api.d ./Middlewares/Third_Party/LwIP/src/api/if_api.o ./Middlewares/Third_Party/LwIP/src/api/if_api.su ./Middlewares/Third_Party/LwIP/src/api/netbuf.d ./Middlewares/Third_Party/LwIP/src/api/netbuf.o ./Middlewares/Third_Party/LwIP/src/api/netbuf.su ./Middlewares/Third_Party/LwIP/src/api/netdb.d ./Middlewares/Third_Party/LwIP/src/api/netdb.o ./Middlewares/Third_Party/LwIP/src/api/netdb.su ./Middlewares/Third_Party/LwIP/src/api/netifapi.d ./Middlewares/Third_Party/LwIP/src/api/netifapi.o ./Middlewares/Third_Party/LwIP/src/api/netifapi.su ./Middlewares/Third_Party/LwIP/src/api/sockets.d ./Middlewares/Third_Party/LwIP/src/api/sockets.o ./Middlewares/Third_Party/LwIP/src/api/sockets.su ./Middlewares/Third_Party/LwIP/src/api/tcpip.d ./Middlewares/Third_Party/LwIP/src/api/tcpip.o ./Middlewares/Third_Party/LwIP/src/api/tcpip.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-api
|
||||
|
||||
27
Debug/Middlewares/Third_Party/LwIP/src/apps/mqtt/subdir.mk
vendored
Normal file
27
Debug/Middlewares/Third_Party/LwIP/src/apps/mqtt/subdir.mk
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/apps/mqtt/%.o Middlewares/Third_Party/LwIP/src/apps/mqtt/%.su: ../Middlewares/Third_Party/LwIP/src/apps/mqtt/%.c Middlewares/Third_Party/LwIP/src/apps/mqtt/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-apps-2f-mqtt
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-apps-2f-mqtt:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.d ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.o ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-apps-2f-mqtt
|
||||
|
||||
48
Debug/Middlewares/Third_Party/LwIP/src/core/ipv4/subdir.mk
vendored
Normal file
48
Debug/Middlewares/Third_Party/LwIP/src/core/ipv4/subdir.mk
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv4/%.o Middlewares/Third_Party/LwIP/src/core/ipv4/%.su: ../Middlewares/Third_Party/LwIP/src/core/ipv4/%.c Middlewares/Third_Party/LwIP/src/core/ipv4/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv4
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv4:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv4
|
||||
|
||||
51
Debug/Middlewares/Third_Party/LwIP/src/core/ipv6/subdir.mk
vendored
Normal file
51
Debug/Middlewares/Third_Party/LwIP/src/core/ipv6/subdir.mk
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv6/%.o Middlewares/Third_Party/LwIP/src/core/ipv6/%.su: ../Middlewares/Third_Party/LwIP/src/core/ipv6/%.c Middlewares/Third_Party/LwIP/src/core/ipv6/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv6
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv6:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv6
|
||||
|
||||
84
Debug/Middlewares/Third_Party/LwIP/src/core/subdir.mk
vendored
Normal file
84
Debug/Middlewares/Third_Party/LwIP/src/core/subdir.mk
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Middlewares/Third_Party/LwIP/src/core/altcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/altcp_alloc.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/altcp_tcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/def.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/dns.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/inet_chksum.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/init.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ip.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/mem.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/memp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/netif.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/pbuf.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/raw.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/stats.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/sys.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/tcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/tcp_in.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/tcp_out.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/timeouts.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/udp.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/def.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/dns.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/inet_chksum.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/init.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ip.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/mem.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/memp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/netif.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/pbuf.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/raw.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/stats.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/sys.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_in.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_out.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/timeouts.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/udp.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/def.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/dns.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/inet_chksum.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/init.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ip.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/mem.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/memp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/netif.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/pbuf.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/raw.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/stats.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/sys.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_in.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_out.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/timeouts.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/udp.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/core/%.o Middlewares/Third_Party/LwIP/src/core/%.su: ../Middlewares/Third_Party/LwIP/src/core/%.c Middlewares/Third_Party/LwIP/src/core/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/core/altcp.d ./Middlewares/Third_Party/LwIP/src/core/altcp.o ./Middlewares/Third_Party/LwIP/src/core/altcp.su ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.d ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.o ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.su ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.d ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.o ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.su ./Middlewares/Third_Party/LwIP/src/core/def.d ./Middlewares/Third_Party/LwIP/src/core/def.o ./Middlewares/Third_Party/LwIP/src/core/def.su ./Middlewares/Third_Party/LwIP/src/core/dns.d ./Middlewares/Third_Party/LwIP/src/core/dns.o ./Middlewares/Third_Party/LwIP/src/core/dns.su ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.d ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.o ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.su ./Middlewares/Third_Party/LwIP/src/core/init.d ./Middlewares/Third_Party/LwIP/src/core/init.o ./Middlewares/Third_Party/LwIP/src/core/init.su ./Middlewares/Third_Party/LwIP/src/core/ip.d ./Middlewares/Third_Party/LwIP/src/core/ip.o ./Middlewares/Third_Party/LwIP/src/core/ip.su ./Middlewares/Third_Party/LwIP/src/core/mem.d ./Middlewares/Third_Party/LwIP/src/core/mem.o ./Middlewares/Third_Party/LwIP/src/core/mem.su ./Middlewares/Third_Party/LwIP/src/core/memp.d ./Middlewares/Third_Party/LwIP/src/core/memp.o ./Middlewares/Third_Party/LwIP/src/core/memp.su ./Middlewares/Third_Party/LwIP/src/core/netif.d ./Middlewares/Third_Party/LwIP/src/core/netif.o ./Middlewares/Third_Party/LwIP/src/core/netif.su ./Middlewares/Third_Party/LwIP/src/core/pbuf.d ./Middlewares/Third_Party/LwIP/src/core/pbuf.o ./Middlewares/Third_Party/LwIP/src/core/pbuf.su ./Middlewares/Third_Party/LwIP/src/core/raw.d ./Middlewares/Third_Party/LwIP/src/core/raw.o ./Middlewares/Third_Party/LwIP/src/core/raw.su ./Middlewares/Third_Party/LwIP/src/core/stats.d ./Middlewares/Third_Party/LwIP/src/core/stats.o ./Middlewares/Third_Party/LwIP/src/core/stats.su ./Middlewares/Third_Party/LwIP/src/core/sys.d ./Middlewares/Third_Party/LwIP/src/core/sys.o ./Middlewares/Third_Party/LwIP/src/core/sys.su ./Middlewares/Third_Party/LwIP/src/core/tcp.d ./Middlewares/Third_Party/LwIP/src/core/tcp.o ./Middlewares/Third_Party/LwIP/src/core/tcp.su ./Middlewares/Third_Party/LwIP/src/core/tcp_in.d ./Middlewares/Third_Party/LwIP/src/core/tcp_in.o ./Middlewares/Third_Party/LwIP/src/core/tcp_in.su ./Middlewares/Third_Party/LwIP/src/core/tcp_out.d ./Middlewares/Third_Party/LwIP/src/core/tcp_out.o ./Middlewares/Third_Party/LwIP/src/core/tcp_out.su ./Middlewares/Third_Party/LwIP/src/core/timeouts.d ./Middlewares/Third_Party/LwIP/src/core/timeouts.o ./Middlewares/Third_Party/LwIP/src/core/timeouts.su ./Middlewares/Third_Party/LwIP/src/core/udp.d ./Middlewares/Third_Party/LwIP/src/core/udp.o ./Middlewares/Third_Party/LwIP/src/core/udp.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core
|
||||
|
||||
99
Debug/Middlewares/Third_Party/LwIP/src/netif/ppp/subdir.mk
vendored
Normal file
99
Debug/Middlewares/Third_Party/LwIP/src/netif/ppp/subdir.mk
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/auth.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/demand.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/eap.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/magic.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/upap.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/utils.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ppp/vj.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/auth.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/demand.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/eap.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/magic.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/upap.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/utils.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/vj.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/auth.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/demand.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/eap.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/magic.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/upap.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/utils.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ppp/vj.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/netif/ppp/%.o Middlewares/Third_Party/LwIP/src/netif/ppp/%.su: ../Middlewares/Third_Party/LwIP/src/netif/ppp/%.c Middlewares/Third_Party/LwIP/src/netif/ppp/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif-2f-ppp
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif-2f-ppp:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/netif/ppp/auth.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/auth.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/auth.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/demand.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/demand.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/demand.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/eap.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/eap.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/eap.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/magic.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/magic.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/magic.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/upap.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/upap.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/upap.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/utils.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/utils.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/utils.su ./Middlewares/Third_Party/LwIP/src/netif/ppp/vj.d ./Middlewares/Third_Party/LwIP/src/netif/ppp/vj.o ./Middlewares/Third_Party/LwIP/src/netif/ppp/vj.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif-2f-ppp
|
||||
|
||||
48
Debug/Middlewares/Third_Party/LwIP/src/netif/subdir.mk
vendored
Normal file
48
Debug/Middlewares/Third_Party/LwIP/src/netif/subdir.mk
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/bridgeif.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ethernet.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/lowpan6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/slipif.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/zepif.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ethernet.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/slipif.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/zepif.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ethernet.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/slipif.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/zepif.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/netif/%.o Middlewares/Third_Party/LwIP/src/netif/%.su: ../Middlewares/Third_Party/LwIP/src/netif/%.c Middlewares/Third_Party/LwIP/src/netif/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../Middlewares/Third_Party/LwIP/src/include -I../Middlewares/Third_Party/LwIP/system -I../Drivers/BSP/Components/dp83848 -I../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../Middlewares/Third_Party/LwIP/src/include/lwip -I../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../Middlewares/Third_Party/LwIP/src/include/netif -I../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.d ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.o ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.su ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.d ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.o ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.su ./Middlewares/Third_Party/LwIP/src/netif/ethernet.d ./Middlewares/Third_Party/LwIP/src/netif/ethernet.o ./Middlewares/Third_Party/LwIP/src/netif/ethernet.su ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.d ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.o ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.su ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.d ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.o ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.su ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.d ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.o ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.su ./Middlewares/Third_Party/LwIP/src/netif/slipif.d ./Middlewares/Third_Party/LwIP/src/netif/slipif.o ./Middlewares/Third_Party/LwIP/src/netif/slipif.su ./Middlewares/Third_Party/LwIP/src/netif/zepif.d ./Middlewares/Third_Party/LwIP/src/netif/zepif.o ./Middlewares/Third_Party/LwIP/src/netif/zepif.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif
|
||||
|
||||
27
Debug/Startup/subdir.mk
Normal file
27
Debug/Startup/subdir.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
S_SRCS += \
|
||||
../Startup/startup_stm32f429zitx.s
|
||||
|
||||
OBJS += \
|
||||
./Startup/startup_stm32f429zitx.o
|
||||
|
||||
S_DEPS += \
|
||||
./Startup/startup_stm32f429zitx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Startup/%.o: ../Startup/%.s Startup/subdir.mk
|
||||
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|
||||
|
||||
clean: clean-Startup
|
||||
|
||||
clean-Startup:
|
||||
-$(RM) ./Startup/startup_stm32f429zitx.d ./Startup/startup_stm32f429zitx.o
|
||||
|
||||
.PHONY: clean-Startup
|
||||
|
||||
104
Debug/makefile
Normal file
104
Debug/makefile
Normal file
@@ -0,0 +1,104 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include Middlewares/Third_Party/LwIP/src/netif/ppp/subdir.mk
|
||||
-include Middlewares/Third_Party/LwIP/src/netif/subdir.mk
|
||||
-include Middlewares/Third_Party/LwIP/src/core/ipv6/subdir.mk
|
||||
-include Middlewares/Third_Party/LwIP/src/core/ipv4/subdir.mk
|
||||
-include Middlewares/Third_Party/LwIP/src/core/subdir.mk
|
||||
-include Middlewares/Third_Party/LwIP/src/apps/mqtt/subdir.mk
|
||||
-include Middlewares/Third_Party/LwIP/src/api/subdir.mk
|
||||
-include LWIP/Target/subdir.mk
|
||||
-include LWIP/App/subdir.mk
|
||||
-include Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk
|
||||
-include Drivers/BSP/Components/dp83848/subdir.mk
|
||||
-include Core/Startup/subdir.mk
|
||||
-include Core/Src/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(S_DEPS)),)
|
||||
-include $(S_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(S_UPPER_DEPS)),)
|
||||
-include $(S_UPPER_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
OPTIONAL_TOOL_DEPS := \
|
||||
$(wildcard ../makefile.defs) \
|
||||
$(wildcard ../makefile.init) \
|
||||
$(wildcard ../makefile.targets) \
|
||||
|
||||
|
||||
BUILD_ARTIFACT_NAME := yau-07b
|
||||
BUILD_ARTIFACT_EXTENSION := elf
|
||||
BUILD_ARTIFACT_PREFIX :=
|
||||
BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),)
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
EXECUTABLES += \
|
||||
yau-07b.elf \
|
||||
|
||||
MAP_FILES += \
|
||||
yau-07b.map \
|
||||
|
||||
SIZE_OUTPUT += \
|
||||
default.size.stdout \
|
||||
|
||||
OBJDUMP_LIST += \
|
||||
yau-07b.list \
|
||||
|
||||
|
||||
# All Target
|
||||
all: main-build
|
||||
|
||||
# Main-build Target
|
||||
main-build: yau-07b.elf secondary-outputs
|
||||
|
||||
# Tool invocations
|
||||
yau-07b.elf yau-07b.map: $(OBJS) $(USER_OBJS) D:\Work\CubeMX\ Projects\yau-07b\STM32F429ZITX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
||||
arm-none-eabi-gcc -o "yau-07b.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"D:\Work\CubeMX Projects\yau-07b\STM32F429ZITX_FLASH.ld" --specs=nosys.specs -Wl,-Map="yau-07b.map" -Wl,--gc-sections -static -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
default.size.stdout: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
||||
arm-none-eabi-size $(EXECUTABLES)
|
||||
@echo 'Finished building: $@'
|
||||
@echo ' '
|
||||
|
||||
yau-07b.list: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
||||
arm-none-eabi-objdump -h -S $(EXECUTABLES) > "yau-07b.list"
|
||||
@echo 'Finished building: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) default.size.stdout yau-07b.elf yau-07b.list yau-07b.map
|
||||
-@echo ' '
|
||||
|
||||
secondary-outputs: $(SIZE_OUTPUT) $(OBJDUMP_LIST)
|
||||
|
||||
fail-specified-linker-script-missing:
|
||||
@echo 'Error: Cannot find the specified linker script. Check the linker settings in the build configuration.'
|
||||
@exit 2
|
||||
|
||||
warn-no-linker-script-specified:
|
||||
@echo 'Warning: No linker script specified. Check the linker settings in the build configuration.'
|
||||
|
||||
.PHONY: all clean dependents main-build fail-specified-linker-script-missing warn-no-linker-script-specified
|
||||
|
||||
-include ../makefile.targets
|
||||
104
Debug/objects.list
Normal file
104
Debug/objects.list
Normal file
@@ -0,0 +1,104 @@
|
||||
"./Core/Src/main.o"
|
||||
"./Core/Src/stm32f4xx_hal_msp.o"
|
||||
"./Core/Src/stm32f4xx_it.o"
|
||||
"./Core/Src/system_stm32f4xx.o"
|
||||
"./Core/Startup/startup_stm32f429zitx.o"
|
||||
"./Drivers/BSP/Components/dp83848/dp83848.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o"
|
||||
"./LWIP/App/lwip.o"
|
||||
"./LWIP/Target/ethernetif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/api_lib.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/api_msg.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/err.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/if_api.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/netbuf.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/netdb.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/netifapi.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/sockets.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/tcpip.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/altcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/def.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/dns.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/inet_chksum.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/init.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ip.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/mem.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/memp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/netif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/pbuf.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/raw.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/stats.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/sys.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/tcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/tcp_in.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/tcp_out.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/timeouts.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/udp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/bridgeif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ethernet.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/lowpan6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/slipif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/zepif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/auth.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/demand.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/eap.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/magic.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/upap.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/utils.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/vj.o"
|
||||
9
Debug/objects.mk
Normal file
9
Debug/objects.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
||||
|
||||
37
Debug/sources.mk
Normal file
37
Debug/sources.mk
Normal file
@@ -0,0 +1,37 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
ELF_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
S_SRCS :=
|
||||
C_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
O_SRCS :=
|
||||
SIZE_OUTPUT :=
|
||||
OBJDUMP_LIST :=
|
||||
SU_FILES :=
|
||||
EXECUTABLES :=
|
||||
OBJS :=
|
||||
MAP_FILES :=
|
||||
S_DEPS :=
|
||||
S_UPPER_DEPS :=
|
||||
C_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
Core/Src \
|
||||
Core/Startup \
|
||||
Drivers/BSP/Components/dp83848 \
|
||||
Drivers/STM32F4xx_HAL_Driver/Src \
|
||||
LWIP/App \
|
||||
LWIP/Target \
|
||||
Middlewares/Third_Party/LwIP/src/api \
|
||||
Middlewares/Third_Party/LwIP/src/apps/mqtt \
|
||||
Middlewares/Third_Party/LwIP/src/core \
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv4 \
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv6 \
|
||||
Middlewares/Third_Party/LwIP/src/netif \
|
||||
Middlewares/Third_Party/LwIP/src/netif/ppp \
|
||||
|
||||
49152
Debug/yau-07b.list
Normal file
49152
Debug/yau-07b.list
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user