From d0048dcfb2119cc54b10b762904a824c9210f2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Thu, 2 Nov 2017 15:42:11 +0100 Subject: [PATCH] uhhh --- .cproject | 15 +- .idea/misc.xml | 4 - .idea/modules.xml | 8 - .idea/proj.iml | 2 - .idea/workspace.xml | 239 ------- .project | 7 +- CMakeLists.txt | 93 ++- Inc/Commissioning.h | 147 ++++ Inc/debug.h | 125 ++++ Inc/hw.h | 88 +++ Inc/hw_conf.h | 148 ++++ Inc/hw_gpio.h | 154 +++++ Inc/hw_msp.h | 221 ++++++ Inc/hw_rtc.h | 179 +++++ Inc/hw_spi.h | 126 ++++ Inc/stm32l0xx_hal_conf.h | 171 ++--- Inc/stm32l0xx_hw_conf.h | 176 +++++ Inc/stm32l0xx_it.h | 95 ++- Inc/vcom.h | 142 ++++ Src/debug.c | 119 ++++ Src/hw_gpio.c | 191 ++++++ Src/hw_rtc.c | 632 ++++++++++++++++++ Src/hw_spi.c | 223 ++++++ Src/main.c | 383 ++++++----- Src/stm32l0xx_hal_msp.c | 247 +++++-- Src/stm32l0xx_hw.c | 335 ++++++++++ Src/stm32l0xx_it.c | 276 ++++++-- Src/system.tmp | 13 - Src/vcom.c | 262 ++++++++ {Src => junk}/gpio.c | 0 {Inc => junk}/gpio.h | 0 {Src => junk}/i2c.c | 0 {Inc => junk}/i2c.h | 0 junk/main.c | 231 +++++++ {Src => junk}/rtc.c | 0 {Inc => junk}/rtc.h | 0 {Src => junk}/spi.c | 0 {Inc => junk}/spi.h | 0 junk/stm32l0xx_hal_conf.h | 311 +++++++++ .../stm32l0xx_hal_msp.c-mx | 53 ++ junk/stm32l0xx_it.c-mx | 99 +++ junk/stm32l0xx_it.h | 60 ++ .../system_stm32l0xx.c- | 0 {Src => junk}/usart.c | 0 {Inc => junk}/usart.h | 0 45 files changed, 4865 insertions(+), 710 deletions(-) delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/proj.iml delete mode 100644 .idea/workspace.xml create mode 100755 Inc/Commissioning.h create mode 100755 Inc/debug.h create mode 100755 Inc/hw.h create mode 100755 Inc/hw_conf.h create mode 100755 Inc/hw_gpio.h create mode 100755 Inc/hw_msp.h create mode 100755 Inc/hw_rtc.h create mode 100755 Inc/hw_spi.h mode change 100644 => 100755 Inc/stm32l0xx_hal_conf.h create mode 100755 Inc/stm32l0xx_hw_conf.h mode change 100644 => 100755 Inc/stm32l0xx_it.h create mode 100755 Inc/vcom.h create mode 100755 Src/debug.c create mode 100755 Src/hw_gpio.c create mode 100755 Src/hw_rtc.c create mode 100755 Src/hw_spi.c mode change 100644 => 100755 Src/main.c mode change 100644 => 100755 Src/stm32l0xx_hal_msp.c create mode 100755 Src/stm32l0xx_hw.c mode change 100644 => 100755 Src/stm32l0xx_it.c delete mode 100644 Src/system.tmp create mode 100755 Src/vcom.c rename {Src => junk}/gpio.c (100%) rename {Inc => junk}/gpio.h (100%) rename {Src => junk}/i2c.c (100%) rename {Inc => junk}/i2c.h (100%) create mode 100644 junk/main.c rename {Src => junk}/rtc.c (100%) rename {Inc => junk}/rtc.h (100%) rename {Src => junk}/spi.c (100%) rename {Inc => junk}/spi.h (100%) create mode 100644 junk/stm32l0xx_hal_conf.h rename Src/license.tmp => junk/stm32l0xx_hal_msp.c-mx (58%) create mode 100644 junk/stm32l0xx_it.c-mx create mode 100644 junk/stm32l0xx_it.h rename Src/system_stm32l0xx.c => junk/system_stm32l0xx.c- (100%) rename {Src => junk}/usart.c (100%) rename {Inc => junk}/usart.h (100%) diff --git a/.cproject b/.cproject index 3704ccd..76bb2bb 100644 --- a/.cproject +++ b/.cproject @@ -126,7 +126,7 @@ -