From c860b5b3b45dfb1dc2ff2fd68568b4d15a168ec4 Mon Sep 17 00:00:00 2001 From: mmi Date: Thu, 5 Oct 2017 07:49:28 +0000 Subject: [PATCH] Fixed issues with the logger and brought logger to same structure as the rest - now the logger is a independent object Added testItems to HwValidationMenu for SWo git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@235 05563f52-14a8-4384-a975-3d1654cca0fa --- .../3 - Implementation/0 - Code/HAL/.cproject | 3 + .../HAL/.settings/language.settings.xml | 4 +- .../3 - Implementation/0 - Code/HAL/Makefile | 3 +- .../0 - Code/{hsb-mrts => HAL}/inc/Logger.h | 77 +++++--- .../0 - Code/{hsb-mrts => HAL}/src/Logger.c | 171 +++++++----------- .../3 - Implementation/0 - Code/Makefile | 3 + .../0 - Code/Platform/inc/platform.h | 2 + .../0 - Code/Platform/src/keypadMatrix.c | 7 +- .../0 - Code/Platform/src/oli_stm32_h107.c | 10 + .../0 - Code/Platform/src/rtc.c | 2 + .../0 - Code/Platform/src/uart.c | 99 ++++++++++ .../0 - Code/hsb-mrts/Makefile | 3 +- .../0 - Code/hsb-mrts/inc/hwValidationMenu.h | 32 +++- .../0 - Code/hsb-mrts/src/Display.c | 6 +- .../0 - Code/hsb-mrts/src/FreeRTOSFixes.c | 9 +- .../0 - Code/hsb-mrts/src/main.c | 13 +- .../0 - Code/hsb-mrts/src/stm32f10x_it.c | 97 ---------- 17 files changed, 283 insertions(+), 258 deletions(-) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{hsb-mrts => HAL}/inc/Logger.h (59%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{hsb-mrts => HAL}/src/Logger.c (70%) diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/.cproject b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/.cproject index 115c683..2d79ea9 100644 --- a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/.cproject +++ b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/.cproject @@ -25,6 +25,8 @@