From e0e7c8489e40163395a18625db25f72f042c96de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=C5=BDaitl=C3=ADk?= Date: Sun, 19 Jun 2022 12:51:34 +0200 Subject: [PATCH] Added more registers and achecks. --- fw/.cproject | 9 +- fw/.settings/org.eclipse.cdt.codan.core.prefs | 74 + fw/.settings/org.eclipse.cdt.core.prefs | 6 + fw/Core/Inc/config.h | 36 +- fw/Core/Inc/main.h | 1 + fw/Core/Src/main.c | 70 +- fw/Debug/Core/Src/config.d | 4 +- fw/Debug/Core/Src/config.o | Bin 308564 -> 308332 bytes fw/Debug/Core/Src/i2c.o | Bin 310600 -> 310584 bytes fw/Debug/Core/Src/main.d | 15 +- fw/Debug/Core/Src/main.o | Bin 439932 -> 439496 bytes fw/Debug/Core/Src/main.su | 25 +- fw/Debug/Core/Src/stm32l0xx_it.d | 15 +- fw/Debug/Core/Src/stm32l0xx_it.o | Bin 391448 -> 391624 bytes fw/Debug/Core/Src/subdir.mk | 2 +- fw/Debug/Core/Src/syscalls.o | Bin 81380 -> 81368 bytes fw/Debug/Core/Src/sysmem.o | Bin 51360 -> 51348 bytes fw/Debug/Core/Src/system_stm32l0xx.o | Bin 294968 -> 294956 bytes fw/Debug/Core/Startup/startup_stm32l031g6ux.o | Bin 4020 -> 4004 bytes fw/Debug/Core/Startup/subdir.mk | 2 +- .../Src/stm32l0xx_ll_dma.o | Bin 313636 -> 313620 bytes .../Src/stm32l0xx_ll_exti.o | Bin 300612 -> 300596 bytes .../Src/stm32l0xx_ll_gpio.o | Bin 304936 -> 304920 bytes .../Src/stm32l0xx_ll_i2c.o | Bin 307980 -> 307964 bytes .../Src/stm32l0xx_ll_pwr.o | Bin 298044 -> 298032 bytes .../Src/stm32l0xx_ll_rcc.o | Bin 318888 -> 318876 bytes .../Src/stm32l0xx_ll_tim.o | Bin 329280 -> 329264 bytes .../Src/stm32l0xx_ll_usart.o | Bin 318600 -> 318588 bytes .../Src/stm32l0xx_ll_utils.o | Bin 324456 -> 324444 bytes .../STM32L0xx_HAL_Driver/Src/subdir.mk | 2 +- fw/Debug/Libs/crc8/crc8.o | Bin 30184 -> 30172 bytes fw/Debug/Libs/crc8/subdir.mk | 2 +- fw/Debug/Libs/ltr329/ltr329.o | Bin 306852 -> 306840 bytes fw/Debug/Libs/ltr329/ltr329.su | 16 +- fw/Debug/Libs/ltr329/subdir.mk | 2 +- fw/Debug/Libs/modbus/modbus.o | Bin 70756 -> 70744 bytes fw/Debug/Libs/modbus/subdir.mk | 2 +- fw/Debug/Libs/sht4x/sht4x.o | Bin 32560 -> 32548 bytes fw/Debug/Libs/sht4x/subdir.mk | 2 +- fw/Debug/makefile | 4 +- fw/Debug/rht_wired_sensor.bin | Bin 16544 -> 16600 bytes fw/Debug/rht_wired_sensor.elf | Bin 576348 -> 575976 bytes fw/Debug/rht_wired_sensor.list | 11696 ++++++++-------- fw/Debug/rht_wired_sensor.map | 992 +- fw/Libs/ltr329 | 2 +- 45 files changed, 6561 insertions(+), 6418 deletions(-) create mode 100644 fw/.settings/org.eclipse.cdt.codan.core.prefs create mode 100644 fw/.settings/org.eclipse.cdt.core.prefs diff --git a/fw/.cproject b/fw/.cproject index 3f03a16..457c53a 100644 --- a/fw/.cproject +++ b/fw/.cproject @@ -25,11 +25,11 @@ - - -