1
0

fin SETR2

This commit is contained in:
Jose
2025-12-19 17:13:32 +01:00
parent b9c332427d
commit ec45536183
740 changed files with 465505 additions and 284 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,8 +1,8 @@
../Core/Src/WebServer.c:32:12:WifiStart 3
../Core/Src/WebServer.c:51:5:WifiConnect 3
../Core/Src/WebServer.c:71:5:WifiServer 7
../Core/Src/WebServer.c:116:13:WebServerProcess 14
../Core/Src/WebServer.c:199:22:SendJsonResponse 8
../Core/Src/WebServer.c:287:6:EXTI1_IRQHandler 1
../Core/Src/WebServer.c:297:6:HAL_GPIO_EXTI_Callback 2
../Core/Src/WebServer.c:316:6:SPI3_IRQHandler 1
../Core/Src/WebServer.c:113:13:WebServerProcess 14
../Core/Src/WebServer.c:196:22:SendJsonResponse 8
../Core/Src/WebServer.c:284:6:EXTI1_IRQHandler 1
../Core/Src/WebServer.c:294:6:HAL_GPIO_EXTI_Callback 2
../Core/Src/WebServer.c:313:6:SPI3_IRQHandler 1

View File

@@ -72,11 +72,11 @@ Core/Src/WebServer.o: ../Core/Src/WebServer.c ../Core/Inc/WebServer.h \
../Core/Inc/../../BSP/stm32l475e_iot01_qspi.h \
../Core/Inc/../../BSP/../Components/mx25r6435f/mx25r6435f.h \
../Core/Inc/../../BSP/stm32l475e_iot01_tsensor.h \
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi.h \
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi_conf.h \
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/wifi.h \
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi.h \
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi_io.h \
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi.h \
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi_conf.h \
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/wifi.h \
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi.h \
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi_io.h \
../Core/Inc/Sensors.h ../Core/Inc/Tasks.h
../Core/Inc/WebServer.h:
../Core/Inc/main.h:
@@ -153,10 +153,10 @@ Core/Src/WebServer.o: ../Core/Src/WebServer.c ../Core/Inc/WebServer.h \
../Core/Inc/../../BSP/stm32l475e_iot01_qspi.h:
../Core/Inc/../../BSP/../Components/mx25r6435f/mx25r6435f.h:
../Core/Inc/../../BSP/stm32l475e_iot01_tsensor.h:
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi.h:
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi_conf.h:
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/wifi.h:
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi.h:
/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi_io.h:
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi.h:
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi_conf.h:
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/wifi.h:
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi.h:
/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc/es_wifi_io.h:
../Core/Inc/Sensors.h:
../Core/Inc/Tasks.h:

Binary file not shown.

View File

@@ -1,8 +1,8 @@
../Core/Src/WebServer.c:32:12:WifiStart 40 static
../Core/Src/WebServer.c:51:5:WifiConnect 16 static
../Core/Src/WebServer.c:71:5:WifiServer 40 static
../Core/Src/WebServer.c:116:13:WebServerProcess 184 static
../Core/Src/WebServer.c:199:22:SendJsonResponse 688 static
../Core/Src/WebServer.c:287:6:EXTI1_IRQHandler 8 static
../Core/Src/WebServer.c:297:6:HAL_GPIO_EXTI_Callback 16 static
../Core/Src/WebServer.c:316:6:SPI3_IRQHandler 8 static
../Core/Src/WebServer.c:113:13:WebServerProcess 184 static
../Core/Src/WebServer.c:196:22:SendJsonResponse 688 static
../Core/Src/WebServer.c:284:6:EXTI1_IRQHandler 8 static
../Core/Src/WebServer.c:294:6:HAL_GPIO_EXTI_Callback 16 static
../Core/Src/WebServer.c:313:6:SPI3_IRQHandler 8 static

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -49,7 +49,7 @@ C_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../Drivers/CMSIS/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/BSP" -I"/home/jomaa/Projects/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../Drivers/CMSIS/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/git/setr2-monorepo/P5_SETR2/BSP" -I"/home/jomaa/git/setr2-monorepo/P5_SETR2/LibWIFI/Inc" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Core-2f-Src

Binary file not shown.

Binary file not shown.