Quellcode durchsuchen

Debug folders removed

Bartosz Jakubski vor 2 Monaten
Ursprung
Commit
f9136142b2
44 geänderte Dateien mit 2 neuen und 230157 gelöschten Zeilen
  1. 2 0
      .gitignore
  2. 0 63
      OZE_Main/Debug/Core/Src/subdir.mk
  3. 0 27
      OZE_Main/Debug/Core/Startup/subdir.mk
  4. 0 27
      OZE_Main/Debug/Drivers/BSP/Components/dp83848/subdir.mk
  5. 0 27
      OZE_Main/Debug/Drivers/BSP/Components/lan8742/subdir.mk
  6. 0 106
      OZE_Main/Debug/Drivers/STM32H7xx_HAL_Driver/Src/subdir.mk
  7. 0 27
      OZE_Main/Debug/LWIP/App/subdir.mk
  8. 0 27
      OZE_Main/Debug/LWIP/Target/subdir.mk
  9. 0 30
      OZE_Main/Debug/MBEDTLS/App/subdir.mk
  10. 0 27
      OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/subdir.mk
  11. 0 27
      OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk
  12. 0 27
      OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk
  13. 0 27
      OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk
  14. 0 45
      OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/subdir.mk
  15. 0 51
      OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/api/subdir.mk
  16. 0 27
      OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/apps/mqtt/subdir.mk
  17. 0 48
      OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/core/ipv4/subdir.mk
  18. 0 51
      OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/core/ipv6/subdir.mk
  19. 0 84
      OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/core/subdir.mk
  20. 0 99
      OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/netif/ppp/subdir.mk
  21. 0 48
      OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/netif/subdir.mk
  22. 0 27
      OZE_Main/Debug/Middlewares/Third_Party/LwIP/system/OS/subdir.mk
  23. 0 54
      OZE_Main/Debug/Middlewares/Third_Party/MQTT/MQTTPacket/subdir.mk
  24. 0 30
      OZE_Main/Debug/Middlewares/Third_Party/MQTT/subdir.mk
  25. 0 227
      OZE_Main/Debug/Middlewares/Third_Party/mbedTLS/library/subdir.mk
  26. 0 113450
      OZE_Main/Debug/OZE_Main.list
  27. 0 37554
      OZE_Main/Debug/OZE_Main.map
  28. 0 112
      OZE_Main/Debug/makefile
  29. 0 148
      OZE_Main/Debug/objects.list
  30. 0 9
      OZE_Main/Debug/objects.mk
  31. 0 46
      OZE_Main/Debug/sources.mk
  32. 0 69
      OZE_Sensor/Debug/Core/Src/subdir.mk
  33. 0 27
      OZE_Sensor/Debug/Core/Startup/subdir.mk
  34. 0 115
      OZE_Sensor/Debug/Drivers/STM32H7xx_HAL_Driver/Src/subdir.mk
  35. 0 27
      OZE_Sensor/Debug/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk
  36. 0 27
      OZE_Sensor/Debug/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk
  37. 0 27
      OZE_Sensor/Debug/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk
  38. 0 45
      OZE_Sensor/Debug/Middlewares/Third_Party/FreeRTOS/Source/subdir.mk
  39. 0 64092
      OZE_Sensor/Debug/OZE_Sensor.list
  40. 0 12981
      OZE_Sensor/Debug/OZE_Sensor.map
  41. 0 98
      OZE_Sensor/Debug/makefile
  42. 0 56
      OZE_Sensor/Debug/objects.list
  43. 0 9
      OZE_Sensor/Debug/objects.mk
  44. 0 32
      OZE_Sensor/Debug/sources.mk

+ 2 - 0
.gitignore

@@ -11,6 +11,8 @@ tmp/
 local.properties
 .settings/
 .loadpath
+OZE_Main/Debug/
+OZE_Sensor/Debug/
 
 # Eclipse Core
 

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 63
OZE_Main/Debug/Core/Src/subdir.mk


+ 0 - 27
OZE_Main/Debug/Core/Startup/subdir.mk

@@ -1,27 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-# Toolchain: GNU Tools for STM32 (12.3.rel1)
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables 
-S_SRCS += \
-../Core/Startup/startup_stm32h742vitx.s 
-
-OBJS += \
-./Core/Startup/startup_stm32h742vitx.o 
-
-S_DEPS += \
-./Core/Startup/startup_stm32h742vitx.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-m7 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
-
-clean: clean-Core-2f-Startup
-
-clean-Core-2f-Startup:
-	-$(RM) ./Core/Startup/startup_stm32h742vitx.d ./Core/Startup/startup_stm32h742vitx.o
-
-.PHONY: clean-Core-2f-Startup
-

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/Drivers/BSP/Components/dp83848/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/Drivers/BSP/Components/lan8742/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 106
OZE_Main/Debug/Drivers/STM32H7xx_HAL_Driver/Src/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/LWIP/App/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/LWIP/Target/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 30
OZE_Main/Debug/MBEDTLS/App/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 45
OZE_Main/Debug/Middlewares/Third_Party/FreeRTOS/Source/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 51
OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/api/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/apps/mqtt/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 48
OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/core/ipv4/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 51
OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/core/ipv6/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 84
OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/core/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 99
OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/netif/ppp/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 48
OZE_Main/Debug/Middlewares/Third_Party/LwIP/src/netif/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Main/Debug/Middlewares/Third_Party/LwIP/system/OS/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 54
OZE_Main/Debug/Middlewares/Third_Party/MQTT/MQTTPacket/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 30
OZE_Main/Debug/Middlewares/Third_Party/MQTT/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 227
OZE_Main/Debug/Middlewares/Third_Party/mbedTLS/library/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 113450
OZE_Main/Debug/OZE_Main.list


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 37554
OZE_Main/Debug/OZE_Main.map


+ 0 - 112
OZE_Main/Debug/makefile

@@ -1,112 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-# Toolchain: GNU Tools for STM32 (12.3.rel1)
-################################################################################
-
--include ../makefile.init
-
-RM := rm -rf
-
-# All of the sources participating in the build are defined here
--include sources.mk
--include Middlewares/Third_Party/MQTT/MQTTPacket/subdir.mk
--include Middlewares/Third_Party/MQTT/subdir.mk
--include Middlewares/Third_Party/LwIP/system/OS/subdir.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 Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk
--include Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk
--include Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk
--include Middlewares/Third_Party/FreeRTOS/Source/subdir.mk
--include LWIP/Target/subdir.mk
--include LWIP/App/subdir.mk
--include Drivers/STM32H7xx_HAL_Driver/Src/subdir.mk
--include Drivers/BSP/Components/lan8742/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 := OZE_Main
-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 += \
-OZE_Main.elf \
-
-MAP_FILES += \
-OZE_Main.map \
-
-SIZE_OUTPUT += \
-default.size.stdout \
-
-OBJDUMP_LIST += \
-OZE_Main.list \
-
-
-# All Target
-all: main-build
-
-# Main-build Target
-main-build: OZE_Main.elf secondary-outputs
-
-# Tool invocations
-OZE_Main.elf OZE_Main.map: $(OBJS) $(USER_OBJS) /home/jakubski/STM32CubeIDE/workspace_1.15.1/OZE_Main/STM32H742VITX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
-	arm-none-eabi-gcc -o "OZE_Main.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m7 -T"/home/jakubski/STM32CubeIDE/workspace_1.15.1/OZE_Main/STM32H742VITX_FLASH.ld" --specs=nosys.specs -Wl,-Map="OZE_Main.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -u _printf_float -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 ' '
-
-OZE_Main.list: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
-	arm-none-eabi-objdump -h -S $(EXECUTABLES) > "OZE_Main.list"
-	@echo 'Finished building: $@'
-	@echo ' '
-
-# Other Targets
-clean:
-	-$(RM) OZE_Main.elf OZE_Main.list OZE_Main.map default.size.stdout
-	-@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

+ 0 - 148
OZE_Main/Debug/objects.list

@@ -1,148 +0,0 @@
-"./Core/Src/cJSON.o"
-"./Core/Src/freertos.o"
-"./Core/Src/main.o"
-"./Core/Src/mock_tasks.o"
-"./Core/Src/mqtt_client.o"
-"./Core/Src/serial_protocol.o"
-"./Core/Src/stm32h7xx_hal_msp.o"
-"./Core/Src/stm32h7xx_hal_timebase_tim.o"
-"./Core/Src/stm32h7xx_it.o"
-"./Core/Src/syscalls.o"
-"./Core/Src/sysmem.o"
-"./Core/Src/system_stm32h7xx.o"
-"./Core/Src/uart_tasks.o"
-"./Core/Startup/startup_stm32h742vitx.o"
-"./Drivers/BSP/Components/dp83848/dp83848.o"
-"./Drivers/BSP/Components/lan8742/lan8742.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_iwdg.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rng.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rng_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.o"
-"./LWIP/App/lwip.o"
-"./LWIP/Target/ethernetif.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/croutine.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/event_groups.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/list.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/queue.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/tasks.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/timers.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.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"
-"./Middlewares/Third_Party/LwIP/system/OS/sys_arch.o"
-"./Middlewares/Third_Party/MQTT/MQTTClient.o"
-"./Middlewares/Third_Party/MQTT/MQTTInterface.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTConnectClient.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTConnectServer.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTDeserializePublish.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTFormat.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTPacket.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTSerializePublish.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTSubscribeClient.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTSubscribeServer.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTUnsubscribeClient.o"
-"./Middlewares/Third_Party/MQTT/MQTTPacket/MQTTUnsubscribeServer.o"

+ 0 - 9
OZE_Main/Debug/objects.mk

@@ -1,9 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-# Toolchain: GNU Tools for STM32 (12.3.rel1)
-################################################################################
-
-USER_OBJS :=
-
-LIBS :=
-

+ 0 - 46
OZE_Main/Debug/sources.mk

@@ -1,46 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-# Toolchain: GNU Tools for STM32 (12.3.rel1)
-################################################################################
-
-ELF_SRCS := 
-OBJ_SRCS := 
-S_SRCS := 
-C_SRCS := 
-S_UPPER_SRCS := 
-O_SRCS := 
-CYCLO_FILES := 
-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/BSP/Components/lan8742 \
-Drivers/STM32H7xx_HAL_Driver/Src \
-LWIP/App \
-LWIP/Target \
-Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 \
-Middlewares/Third_Party/FreeRTOS/Source \
-Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F \
-Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang \
-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 \
-Middlewares/Third_Party/LwIP/system/OS \
-Middlewares/Third_Party/MQTT \
-Middlewares/Third_Party/MQTT/MQTTPacket \
-

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 69
OZE_Sensor/Debug/Core/Src/subdir.mk


+ 0 - 27
OZE_Sensor/Debug/Core/Startup/subdir.mk

@@ -1,27 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-# Toolchain: GNU Tools for STM32 (12.3.rel1)
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables 
-S_SRCS += \
-../Core/Startup/startup_stm32h742vitx.s 
-
-OBJS += \
-./Core/Startup/startup_stm32h742vitx.o 
-
-S_DEPS += \
-./Core/Startup/startup_stm32h742vitx.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-m7 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
-
-clean: clean-Core-2f-Startup
-
-clean-Core-2f-Startup:
-	-$(RM) ./Core/Startup/startup_stm32h742vitx.d ./Core/Startup/startup_stm32h742vitx.o
-
-.PHONY: clean-Core-2f-Startup
-

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 115
OZE_Sensor/Debug/Drivers/STM32H7xx_HAL_Driver/Src/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Sensor/Debug/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Sensor/Debug/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 27
OZE_Sensor/Debug/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 45
OZE_Sensor/Debug/Middlewares/Third_Party/FreeRTOS/Source/subdir.mk


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 64092
OZE_Sensor/Debug/OZE_Sensor.list


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 12981
OZE_Sensor/Debug/OZE_Sensor.map


+ 0 - 98
OZE_Sensor/Debug/makefile

@@ -1,98 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-# Toolchain: GNU Tools for STM32 (12.3.rel1)
-################################################################################
-
--include ../makefile.init
-
-RM := rm -rf
-
-# All of the sources participating in the build are defined here
--include sources.mk
--include Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk
--include Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk
--include Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk
--include Middlewares/Third_Party/FreeRTOS/Source/subdir.mk
--include Drivers/STM32H7xx_HAL_Driver/Src/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 := OZE_Sensor
-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 += \
-OZE_Sensor.elf \
-
-MAP_FILES += \
-OZE_Sensor.map \
-
-SIZE_OUTPUT += \
-default.size.stdout \
-
-OBJDUMP_LIST += \
-OZE_Sensor.list \
-
-
-# All Target
-all: main-build
-
-# Main-build Target
-main-build: OZE_Sensor.elf secondary-outputs
-
-# Tool invocations
-OZE_Sensor.elf OZE_Sensor.map: $(OBJS) $(USER_OBJS) /home/jakubski/STM32CubeIDE/workspace_1.15.1/OZE_Sensor/STM32H742VITX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
-	arm-none-eabi-gcc -o "OZE_Sensor.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m7 -T"/home/jakubski/STM32CubeIDE/workspace_1.15.1/OZE_Sensor/STM32H742VITX_FLASH.ld" --specs=nosys.specs -Wl,-Map="OZE_Sensor.map" -Wl,--gc-sections -static -L"/home/jakubski/STM32CubeIDE/workspace_1.15.1/OZE_Sensor/Drivers/CMSIS/Lib/GCC" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -u _printf_float -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 ' '
-
-OZE_Sensor.list: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
-	arm-none-eabi-objdump -h -S $(EXECUTABLES) > "OZE_Sensor.list"
-	@echo 'Finished building: $@'
-	@echo ' '
-
-# Other Targets
-clean:
-	-$(RM) OZE_Sensor.elf OZE_Sensor.list OZE_Sensor.map default.size.stdout
-	-@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

+ 0 - 56
OZE_Sensor/Debug/objects.list

@@ -1,56 +0,0 @@
-"./Core/Src/adc_buffers.o"
-"./Core/Src/freertos.o"
-"./Core/Src/main.o"
-"./Core/Src/meas_tasks.o"
-"./Core/Src/mock_tasks.o"
-"./Core/Src/peripherial.o"
-"./Core/Src/position_task.o"
-"./Core/Src/serial_protocol.o"
-"./Core/Src/stm32h7xx_hal_msp.o"
-"./Core/Src/stm32h7xx_hal_timebase_tim.o"
-"./Core/Src/stm32h7xx_it.o"
-"./Core/Src/syscalls.o"
-"./Core/Src/sysmem.o"
-"./Core/Src/system_stm32h7xx.o"
-"./Core/Src/uart_tasks.o"
-"./Core/Startup/startup_stm32h742vitx.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_comp.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_iwdg.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rng.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rng_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.o"
-"./Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/croutine.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/event_groups.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/list.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/queue.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/tasks.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/timers.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.o"
-"./Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.o"

+ 0 - 9
OZE_Sensor/Debug/objects.mk

@@ -1,9 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-# Toolchain: GNU Tools for STM32 (12.3.rel1)
-################################################################################
-
-USER_OBJS :=
-
-LIBS := -larm_cortexM4lf_math
-

+ 0 - 32
OZE_Sensor/Debug/sources.mk

@@ -1,32 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-# Toolchain: GNU Tools for STM32 (12.3.rel1)
-################################################################################
-
-ELF_SRCS := 
-OBJ_SRCS := 
-S_SRCS := 
-C_SRCS := 
-S_UPPER_SRCS := 
-O_SRCS := 
-CYCLO_FILES := 
-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/STM32H7xx_HAL_Driver/Src \
-Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 \
-Middlewares/Third_Party/FreeRTOS/Source \
-Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F \
-Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang \
-