From 1026e47257f99f5b41e8b4103b0a2eb6a8e70747 Mon Sep 17 00:00:00 2001 From: mmi Date: Thu, 28 Sep 2017 17:50:54 +0000 Subject: [PATCH] Moved platform git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@222 05563f52-14a8-4384-a975-3d1654cca0fa --- .../3 - Implementation/0 - Code/{HAL => }/Platform/Makefile | 0 .../3 - Implementation/0 - Code/{HAL => }/Platform/inc/led.h | 0 .../3 - Implementation/0 - Code/{HAL => }/Platform/inc/platform.h | 0 .../3 - Implementation/0 - Code/{HAL => }/Platform/inc/spi.h | 0 .../0 - Code/{HAL => }/Platform/inc/spiDevice.h | 0 .../3 - Implementation/0 - Code/{HAL => }/Platform/inc/uart.h | 0 .../3 - Implementation/0 - Code/{HAL => }/Platform/src/led.c | 0 .../0 - Code/{HAL => }/Platform/src/oli_stm32_h107.c | 0 .../3 - Implementation/0 - Code/{HAL => }/Platform/src/spi.c | 0 .../0 - Code/{HAL => }/Platform/src/spiDevice.c | 0 .../3 - Implementation/0 - Code/{HAL => }/Platform/src/uart.c | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/Makefile (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/inc/led.h (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/inc/platform.h (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/inc/spi.h (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/inc/spiDevice.h (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/inc/uart.h (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/src/led.c (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/src/oli_stm32_h107.c (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/src/spi.c (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/src/spiDevice.c (100%) rename S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/{HAL => }/Platform/src/uart.c (100%) diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/Makefile b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/Makefile similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/Makefile rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/Makefile diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/led.h b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/led.h similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/led.h rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/led.h diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/platform.h b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/platform.h similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/platform.h rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/platform.h diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/spi.h b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/spi.h similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/spi.h rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/spi.h diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/spiDevice.h b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/spiDevice.h similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/spiDevice.h rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/spiDevice.h diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/uart.h b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/uart.h similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/inc/uart.h rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/uart.h diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/led.c b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/led.c similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/led.c rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/led.c diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/oli_stm32_h107.c b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/oli_stm32_h107.c similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/oli_stm32_h107.c rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/oli_stm32_h107.c diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/spi.c b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/spi.c similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/spi.c rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/spi.c diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/spiDevice.c b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/spiDevice.c similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/spiDevice.c rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/spiDevice.c diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/uart.c b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/uart.c similarity index 100% rename from S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/Platform/src/uart.c rename to S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/src/uart.c