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