From 8b32029af0eda81c7d97d376ad172600f40e652f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 21 Oct 2015 13:45:24 +0200 Subject: [PATCH] Moved files to a separate folder --- Makefile => stm32l100/Makefile | 0 {lib => stm32l100/lib}/INI_ADC.s | 0 {lib => stm32l100/lib}/INI_AES.s | 0 {lib => stm32l100/lib}/INI_BASE.s | 0 {lib => stm32l100/lib}/INI_COMP.s | 0 {lib => stm32l100/lib}/INI_CRC.s | 0 {lib => stm32l100/lib}/INI_DAC.s | 0 {lib => stm32l100/lib}/INI_DBGMCU.s | 0 {lib => stm32l100/lib}/INI_DMA.s | 0 {lib => stm32l100/lib}/INI_EXTI.s | 0 {lib => stm32l100/lib}/INI_FLASH.s | 0 {lib => stm32l100/lib}/INI_FSMC.s | 0 {lib => stm32l100/lib}/INI_GPIO.s | 0 {lib => stm32l100/lib}/INI_I2C.s | 0 {lib => stm32l100/lib}/INI_LCD.s | 0 {lib => stm32l100/lib}/INI_NVIC.s | 0 {lib => stm32l100/lib}/INI_OPAMP.s | 0 {lib => stm32l100/lib}/INI_PWR.s | 0 {lib => stm32l100/lib}/INI_RCC.s | 0 {lib => stm32l100/lib}/INI_RI.s | 0 {lib => stm32l100/lib}/INI_RTC.s | 0 {lib => stm32l100/lib}/INI_SCB.s | 0 {lib => stm32l100/lib}/INI_SDIO.s | 0 {lib => stm32l100/lib}/INI_SPI.s | 0 {lib => stm32l100/lib}/INI_SYSCFG.s | 0 {lib => stm32l100/lib}/INI_SYSTICK.s | 0 {lib => stm32l100/lib}/INI_TIM.s | 0 {lib => stm32l100/lib}/INI_USART.s | 0 {lib => stm32l100/lib}/INI_USB.s | 0 {lib => stm32l100/lib}/INI_WDG.s | 0 main.asm => stm32l100/main.asm | 0 project.uvoptx => stm32l100/project.uvoptx | 0 project.uvprojx => stm32l100/project.uvprojx | 0 startup_stm32l100xc.s => stm32l100/startup_stm32l100xc.s | 0 34 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => stm32l100/Makefile (100%) rename {lib => stm32l100/lib}/INI_ADC.s (100%) rename {lib => stm32l100/lib}/INI_AES.s (100%) rename {lib => stm32l100/lib}/INI_BASE.s (100%) rename {lib => stm32l100/lib}/INI_COMP.s (100%) rename {lib => stm32l100/lib}/INI_CRC.s (100%) rename {lib => stm32l100/lib}/INI_DAC.s (100%) rename {lib => stm32l100/lib}/INI_DBGMCU.s (100%) rename {lib => stm32l100/lib}/INI_DMA.s (100%) rename {lib => stm32l100/lib}/INI_EXTI.s (100%) rename {lib => stm32l100/lib}/INI_FLASH.s (100%) rename {lib => stm32l100/lib}/INI_FSMC.s (100%) rename {lib => stm32l100/lib}/INI_GPIO.s (100%) rename {lib => stm32l100/lib}/INI_I2C.s (100%) rename {lib => stm32l100/lib}/INI_LCD.s (100%) rename {lib => stm32l100/lib}/INI_NVIC.s (100%) rename {lib => stm32l100/lib}/INI_OPAMP.s (100%) rename {lib => stm32l100/lib}/INI_PWR.s (100%) rename {lib => stm32l100/lib}/INI_RCC.s (100%) rename {lib => stm32l100/lib}/INI_RI.s (100%) rename {lib => stm32l100/lib}/INI_RTC.s (100%) rename {lib => stm32l100/lib}/INI_SCB.s (100%) rename {lib => stm32l100/lib}/INI_SDIO.s (100%) rename {lib => stm32l100/lib}/INI_SPI.s (100%) rename {lib => stm32l100/lib}/INI_SYSCFG.s (100%) rename {lib => stm32l100/lib}/INI_SYSTICK.s (100%) rename {lib => stm32l100/lib}/INI_TIM.s (100%) rename {lib => stm32l100/lib}/INI_USART.s (100%) rename {lib => stm32l100/lib}/INI_USB.s (100%) rename {lib => stm32l100/lib}/INI_WDG.s (100%) rename main.asm => stm32l100/main.asm (100%) rename project.uvoptx => stm32l100/project.uvoptx (100%) rename project.uvprojx => stm32l100/project.uvprojx (100%) rename startup_stm32l100xc.s => stm32l100/startup_stm32l100xc.s (100%) diff --git a/Makefile b/stm32l100/Makefile similarity index 100% rename from Makefile rename to stm32l100/Makefile diff --git a/lib/INI_ADC.s b/stm32l100/lib/INI_ADC.s similarity index 100% rename from lib/INI_ADC.s rename to stm32l100/lib/INI_ADC.s diff --git a/lib/INI_AES.s b/stm32l100/lib/INI_AES.s similarity index 100% rename from lib/INI_AES.s rename to stm32l100/lib/INI_AES.s diff --git a/lib/INI_BASE.s b/stm32l100/lib/INI_BASE.s similarity index 100% rename from lib/INI_BASE.s rename to stm32l100/lib/INI_BASE.s diff --git a/lib/INI_COMP.s b/stm32l100/lib/INI_COMP.s similarity index 100% rename from lib/INI_COMP.s rename to stm32l100/lib/INI_COMP.s diff --git a/lib/INI_CRC.s b/stm32l100/lib/INI_CRC.s similarity index 100% rename from lib/INI_CRC.s rename to stm32l100/lib/INI_CRC.s diff --git a/lib/INI_DAC.s b/stm32l100/lib/INI_DAC.s similarity index 100% rename from lib/INI_DAC.s rename to stm32l100/lib/INI_DAC.s diff --git a/lib/INI_DBGMCU.s b/stm32l100/lib/INI_DBGMCU.s similarity index 100% rename from lib/INI_DBGMCU.s rename to stm32l100/lib/INI_DBGMCU.s diff --git a/lib/INI_DMA.s b/stm32l100/lib/INI_DMA.s similarity index 100% rename from lib/INI_DMA.s rename to stm32l100/lib/INI_DMA.s diff --git a/lib/INI_EXTI.s b/stm32l100/lib/INI_EXTI.s similarity index 100% rename from lib/INI_EXTI.s rename to stm32l100/lib/INI_EXTI.s diff --git a/lib/INI_FLASH.s b/stm32l100/lib/INI_FLASH.s similarity index 100% rename from lib/INI_FLASH.s rename to stm32l100/lib/INI_FLASH.s diff --git a/lib/INI_FSMC.s b/stm32l100/lib/INI_FSMC.s similarity index 100% rename from lib/INI_FSMC.s rename to stm32l100/lib/INI_FSMC.s diff --git a/lib/INI_GPIO.s b/stm32l100/lib/INI_GPIO.s similarity index 100% rename from lib/INI_GPIO.s rename to stm32l100/lib/INI_GPIO.s diff --git a/lib/INI_I2C.s b/stm32l100/lib/INI_I2C.s similarity index 100% rename from lib/INI_I2C.s rename to stm32l100/lib/INI_I2C.s diff --git a/lib/INI_LCD.s b/stm32l100/lib/INI_LCD.s similarity index 100% rename from lib/INI_LCD.s rename to stm32l100/lib/INI_LCD.s diff --git a/lib/INI_NVIC.s b/stm32l100/lib/INI_NVIC.s similarity index 100% rename from lib/INI_NVIC.s rename to stm32l100/lib/INI_NVIC.s diff --git a/lib/INI_OPAMP.s b/stm32l100/lib/INI_OPAMP.s similarity index 100% rename from lib/INI_OPAMP.s rename to stm32l100/lib/INI_OPAMP.s diff --git a/lib/INI_PWR.s b/stm32l100/lib/INI_PWR.s similarity index 100% rename from lib/INI_PWR.s rename to stm32l100/lib/INI_PWR.s diff --git a/lib/INI_RCC.s b/stm32l100/lib/INI_RCC.s similarity index 100% rename from lib/INI_RCC.s rename to stm32l100/lib/INI_RCC.s diff --git a/lib/INI_RI.s b/stm32l100/lib/INI_RI.s similarity index 100% rename from lib/INI_RI.s rename to stm32l100/lib/INI_RI.s diff --git a/lib/INI_RTC.s b/stm32l100/lib/INI_RTC.s similarity index 100% rename from lib/INI_RTC.s rename to stm32l100/lib/INI_RTC.s diff --git a/lib/INI_SCB.s b/stm32l100/lib/INI_SCB.s similarity index 100% rename from lib/INI_SCB.s rename to stm32l100/lib/INI_SCB.s diff --git a/lib/INI_SDIO.s b/stm32l100/lib/INI_SDIO.s similarity index 100% rename from lib/INI_SDIO.s rename to stm32l100/lib/INI_SDIO.s diff --git a/lib/INI_SPI.s b/stm32l100/lib/INI_SPI.s similarity index 100% rename from lib/INI_SPI.s rename to stm32l100/lib/INI_SPI.s diff --git a/lib/INI_SYSCFG.s b/stm32l100/lib/INI_SYSCFG.s similarity index 100% rename from lib/INI_SYSCFG.s rename to stm32l100/lib/INI_SYSCFG.s diff --git a/lib/INI_SYSTICK.s b/stm32l100/lib/INI_SYSTICK.s similarity index 100% rename from lib/INI_SYSTICK.s rename to stm32l100/lib/INI_SYSTICK.s diff --git a/lib/INI_TIM.s b/stm32l100/lib/INI_TIM.s similarity index 100% rename from lib/INI_TIM.s rename to stm32l100/lib/INI_TIM.s diff --git a/lib/INI_USART.s b/stm32l100/lib/INI_USART.s similarity index 100% rename from lib/INI_USART.s rename to stm32l100/lib/INI_USART.s diff --git a/lib/INI_USB.s b/stm32l100/lib/INI_USB.s similarity index 100% rename from lib/INI_USB.s rename to stm32l100/lib/INI_USB.s diff --git a/lib/INI_WDG.s b/stm32l100/lib/INI_WDG.s similarity index 100% rename from lib/INI_WDG.s rename to stm32l100/lib/INI_WDG.s diff --git a/main.asm b/stm32l100/main.asm similarity index 100% rename from main.asm rename to stm32l100/main.asm diff --git a/project.uvoptx b/stm32l100/project.uvoptx similarity index 100% rename from project.uvoptx rename to stm32l100/project.uvoptx diff --git a/project.uvprojx b/stm32l100/project.uvprojx similarity index 100% rename from project.uvprojx rename to stm32l100/project.uvprojx diff --git a/startup_stm32l100xc.s b/stm32l100/startup_stm32l100xc.s similarity index 100% rename from startup_stm32l100xc.s rename to stm32l100/startup_stm32l100xc.s