From bd76439fd2cf07d17d2f199b3410ee43b463a6a6 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Mon, 3 Aug 2009 04:47:36 +0000 Subject: [PATCH] rename stm32sky001 to stmsky001 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@14 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/{stm32sky001 => stmsky001}/application.c | 0 bsp/{stm32sky001 => stmsky001}/board.c | 0 bsp/{stm32sky001 => stmsky001}/board.h | 0 bsp/{stm32sky001 => stmsky001}/cortexm3_macro.s | 0 bsp/{stm32sky001 => stmsky001}/enc28j60.c | 0 bsp/{stm32sky001 => stmsky001}/enc28j60.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/cortexm3_macro.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_adc.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_bkp.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_can.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_crc.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_dac.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_dbgmcu.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_dma.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_exti.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_flash.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_fsmc.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_gpio.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_i2c.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_iwdg.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_lib.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_map.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_nvic.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_pwr.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_rcc.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_rtc.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_sdio.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_spi.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_systick.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_tim.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_type.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_usart.h | 0 bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_wwdg.h | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_adc.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_bkp.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_can.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_crc.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_dac.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_dbgmcu.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_dma.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_exti.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_flash.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_fsmc.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_gpio.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_i2c.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_iwdg.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_lib.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_nvic.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_pwr.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_rcc.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_rtc.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_sdio.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_spi.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_systick.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_tim.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_usart.c | 0 bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_wwdg.c | 0 bsp/{stm32sky001 => stmsky001}/project.Uv2 | 0 bsp/{stm32sky001 => stmsky001}/project.ewd | 0 bsp/{stm32sky001 => stmsky001}/project.ewp | 0 bsp/{stm32sky001 => stmsky001}/project.eww | 0 bsp/{stm32sky001 => stmsky001}/rtc.c | 0 bsp/{stm32sky001 => stmsky001}/rtc.h | 0 bsp/{stm32sky001 => stmsky001}/rtconfig.h | 0 bsp/{stm32sky001 => stmsky001}/startup.c | 0 bsp/{stm32sky001 => stmsky001}/stm32f10x_conf.h | 0 bsp/{stm32sky001 => stmsky001}/stm32f10x_flash.icf | 0 bsp/{stm32sky001 => stmsky001}/stm32f10x_it.c | 0 bsp/{stm32sky001 => stmsky001}/stm32f10x_it.h | 0 bsp/{stm32sky001 => stmsky001}/usart.c | 0 bsp/{stm32sky001 => stmsky001}/usart.h | 0 71 files changed, 0 insertions(+), 0 deletions(-) rename bsp/{stm32sky001 => stmsky001}/application.c (100%) rename bsp/{stm32sky001 => stmsky001}/board.c (100%) rename bsp/{stm32sky001 => stmsky001}/board.h (100%) rename bsp/{stm32sky001 => stmsky001}/cortexm3_macro.s (100%) rename bsp/{stm32sky001 => stmsky001}/enc28j60.c (100%) rename bsp/{stm32sky001 => stmsky001}/enc28j60.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/cortexm3_macro.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_adc.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_bkp.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_can.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_crc.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_dac.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_dbgmcu.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_dma.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_exti.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_flash.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_fsmc.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_gpio.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_i2c.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_iwdg.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_lib.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_map.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_nvic.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_pwr.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_rcc.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_rtc.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_sdio.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_spi.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_systick.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_tim.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_type.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_usart.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/inc/stm32f10x_wwdg.h (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_adc.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_bkp.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_can.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_crc.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_dac.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_dbgmcu.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_dma.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_exti.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_flash.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_fsmc.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_gpio.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_i2c.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_iwdg.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_lib.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_nvic.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_pwr.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_rcc.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_rtc.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_sdio.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_spi.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_systick.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_tim.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_usart.c (100%) rename bsp/{stm32sky001 => stmsky001}/library/src/stm32f10x_wwdg.c (100%) rename bsp/{stm32sky001 => stmsky001}/project.Uv2 (100%) rename bsp/{stm32sky001 => stmsky001}/project.ewd (100%) rename bsp/{stm32sky001 => stmsky001}/project.ewp (100%) rename bsp/{stm32sky001 => stmsky001}/project.eww (100%) rename bsp/{stm32sky001 => stmsky001}/rtc.c (100%) rename bsp/{stm32sky001 => stmsky001}/rtc.h (100%) rename bsp/{stm32sky001 => stmsky001}/rtconfig.h (100%) rename bsp/{stm32sky001 => stmsky001}/startup.c (100%) rename bsp/{stm32sky001 => stmsky001}/stm32f10x_conf.h (100%) rename bsp/{stm32sky001 => stmsky001}/stm32f10x_flash.icf (100%) rename bsp/{stm32sky001 => stmsky001}/stm32f10x_it.c (100%) rename bsp/{stm32sky001 => stmsky001}/stm32f10x_it.h (100%) rename bsp/{stm32sky001 => stmsky001}/usart.c (100%) rename bsp/{stm32sky001 => stmsky001}/usart.h (100%) diff --git a/bsp/stm32sky001/application.c b/bsp/stmsky001/application.c similarity index 100% rename from bsp/stm32sky001/application.c rename to bsp/stmsky001/application.c diff --git a/bsp/stm32sky001/board.c b/bsp/stmsky001/board.c similarity index 100% rename from bsp/stm32sky001/board.c rename to bsp/stmsky001/board.c diff --git a/bsp/stm32sky001/board.h b/bsp/stmsky001/board.h similarity index 100% rename from bsp/stm32sky001/board.h rename to bsp/stmsky001/board.h diff --git a/bsp/stm32sky001/cortexm3_macro.s b/bsp/stmsky001/cortexm3_macro.s similarity index 100% rename from bsp/stm32sky001/cortexm3_macro.s rename to bsp/stmsky001/cortexm3_macro.s diff --git a/bsp/stm32sky001/enc28j60.c b/bsp/stmsky001/enc28j60.c similarity index 100% rename from bsp/stm32sky001/enc28j60.c rename to bsp/stmsky001/enc28j60.c diff --git a/bsp/stm32sky001/enc28j60.h b/bsp/stmsky001/enc28j60.h similarity index 100% rename from bsp/stm32sky001/enc28j60.h rename to bsp/stmsky001/enc28j60.h diff --git a/bsp/stm32sky001/library/inc/cortexm3_macro.h b/bsp/stmsky001/library/inc/cortexm3_macro.h similarity index 100% rename from bsp/stm32sky001/library/inc/cortexm3_macro.h rename to bsp/stmsky001/library/inc/cortexm3_macro.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_adc.h b/bsp/stmsky001/library/inc/stm32f10x_adc.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_adc.h rename to bsp/stmsky001/library/inc/stm32f10x_adc.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_bkp.h b/bsp/stmsky001/library/inc/stm32f10x_bkp.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_bkp.h rename to bsp/stmsky001/library/inc/stm32f10x_bkp.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_can.h b/bsp/stmsky001/library/inc/stm32f10x_can.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_can.h rename to bsp/stmsky001/library/inc/stm32f10x_can.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_crc.h b/bsp/stmsky001/library/inc/stm32f10x_crc.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_crc.h rename to bsp/stmsky001/library/inc/stm32f10x_crc.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_dac.h b/bsp/stmsky001/library/inc/stm32f10x_dac.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_dac.h rename to bsp/stmsky001/library/inc/stm32f10x_dac.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_dbgmcu.h b/bsp/stmsky001/library/inc/stm32f10x_dbgmcu.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_dbgmcu.h rename to bsp/stmsky001/library/inc/stm32f10x_dbgmcu.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_dma.h b/bsp/stmsky001/library/inc/stm32f10x_dma.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_dma.h rename to bsp/stmsky001/library/inc/stm32f10x_dma.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_exti.h b/bsp/stmsky001/library/inc/stm32f10x_exti.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_exti.h rename to bsp/stmsky001/library/inc/stm32f10x_exti.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_flash.h b/bsp/stmsky001/library/inc/stm32f10x_flash.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_flash.h rename to bsp/stmsky001/library/inc/stm32f10x_flash.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_fsmc.h b/bsp/stmsky001/library/inc/stm32f10x_fsmc.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_fsmc.h rename to bsp/stmsky001/library/inc/stm32f10x_fsmc.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_gpio.h b/bsp/stmsky001/library/inc/stm32f10x_gpio.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_gpio.h rename to bsp/stmsky001/library/inc/stm32f10x_gpio.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_i2c.h b/bsp/stmsky001/library/inc/stm32f10x_i2c.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_i2c.h rename to bsp/stmsky001/library/inc/stm32f10x_i2c.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_iwdg.h b/bsp/stmsky001/library/inc/stm32f10x_iwdg.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_iwdg.h rename to bsp/stmsky001/library/inc/stm32f10x_iwdg.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_lib.h b/bsp/stmsky001/library/inc/stm32f10x_lib.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_lib.h rename to bsp/stmsky001/library/inc/stm32f10x_lib.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_map.h b/bsp/stmsky001/library/inc/stm32f10x_map.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_map.h rename to bsp/stmsky001/library/inc/stm32f10x_map.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_nvic.h b/bsp/stmsky001/library/inc/stm32f10x_nvic.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_nvic.h rename to bsp/stmsky001/library/inc/stm32f10x_nvic.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_pwr.h b/bsp/stmsky001/library/inc/stm32f10x_pwr.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_pwr.h rename to bsp/stmsky001/library/inc/stm32f10x_pwr.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_rcc.h b/bsp/stmsky001/library/inc/stm32f10x_rcc.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_rcc.h rename to bsp/stmsky001/library/inc/stm32f10x_rcc.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_rtc.h b/bsp/stmsky001/library/inc/stm32f10x_rtc.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_rtc.h rename to bsp/stmsky001/library/inc/stm32f10x_rtc.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_sdio.h b/bsp/stmsky001/library/inc/stm32f10x_sdio.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_sdio.h rename to bsp/stmsky001/library/inc/stm32f10x_sdio.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_spi.h b/bsp/stmsky001/library/inc/stm32f10x_spi.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_spi.h rename to bsp/stmsky001/library/inc/stm32f10x_spi.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_systick.h b/bsp/stmsky001/library/inc/stm32f10x_systick.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_systick.h rename to bsp/stmsky001/library/inc/stm32f10x_systick.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_tim.h b/bsp/stmsky001/library/inc/stm32f10x_tim.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_tim.h rename to bsp/stmsky001/library/inc/stm32f10x_tim.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_type.h b/bsp/stmsky001/library/inc/stm32f10x_type.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_type.h rename to bsp/stmsky001/library/inc/stm32f10x_type.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_usart.h b/bsp/stmsky001/library/inc/stm32f10x_usart.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_usart.h rename to bsp/stmsky001/library/inc/stm32f10x_usart.h diff --git a/bsp/stm32sky001/library/inc/stm32f10x_wwdg.h b/bsp/stmsky001/library/inc/stm32f10x_wwdg.h similarity index 100% rename from bsp/stm32sky001/library/inc/stm32f10x_wwdg.h rename to bsp/stmsky001/library/inc/stm32f10x_wwdg.h diff --git a/bsp/stm32sky001/library/src/stm32f10x_adc.c b/bsp/stmsky001/library/src/stm32f10x_adc.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_adc.c rename to bsp/stmsky001/library/src/stm32f10x_adc.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_bkp.c b/bsp/stmsky001/library/src/stm32f10x_bkp.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_bkp.c rename to bsp/stmsky001/library/src/stm32f10x_bkp.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_can.c b/bsp/stmsky001/library/src/stm32f10x_can.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_can.c rename to bsp/stmsky001/library/src/stm32f10x_can.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_crc.c b/bsp/stmsky001/library/src/stm32f10x_crc.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_crc.c rename to bsp/stmsky001/library/src/stm32f10x_crc.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_dac.c b/bsp/stmsky001/library/src/stm32f10x_dac.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_dac.c rename to bsp/stmsky001/library/src/stm32f10x_dac.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_dbgmcu.c b/bsp/stmsky001/library/src/stm32f10x_dbgmcu.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_dbgmcu.c rename to bsp/stmsky001/library/src/stm32f10x_dbgmcu.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_dma.c b/bsp/stmsky001/library/src/stm32f10x_dma.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_dma.c rename to bsp/stmsky001/library/src/stm32f10x_dma.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_exti.c b/bsp/stmsky001/library/src/stm32f10x_exti.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_exti.c rename to bsp/stmsky001/library/src/stm32f10x_exti.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_flash.c b/bsp/stmsky001/library/src/stm32f10x_flash.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_flash.c rename to bsp/stmsky001/library/src/stm32f10x_flash.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_fsmc.c b/bsp/stmsky001/library/src/stm32f10x_fsmc.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_fsmc.c rename to bsp/stmsky001/library/src/stm32f10x_fsmc.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_gpio.c b/bsp/stmsky001/library/src/stm32f10x_gpio.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_gpio.c rename to bsp/stmsky001/library/src/stm32f10x_gpio.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_i2c.c b/bsp/stmsky001/library/src/stm32f10x_i2c.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_i2c.c rename to bsp/stmsky001/library/src/stm32f10x_i2c.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_iwdg.c b/bsp/stmsky001/library/src/stm32f10x_iwdg.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_iwdg.c rename to bsp/stmsky001/library/src/stm32f10x_iwdg.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_lib.c b/bsp/stmsky001/library/src/stm32f10x_lib.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_lib.c rename to bsp/stmsky001/library/src/stm32f10x_lib.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_nvic.c b/bsp/stmsky001/library/src/stm32f10x_nvic.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_nvic.c rename to bsp/stmsky001/library/src/stm32f10x_nvic.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_pwr.c b/bsp/stmsky001/library/src/stm32f10x_pwr.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_pwr.c rename to bsp/stmsky001/library/src/stm32f10x_pwr.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_rcc.c b/bsp/stmsky001/library/src/stm32f10x_rcc.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_rcc.c rename to bsp/stmsky001/library/src/stm32f10x_rcc.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_rtc.c b/bsp/stmsky001/library/src/stm32f10x_rtc.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_rtc.c rename to bsp/stmsky001/library/src/stm32f10x_rtc.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_sdio.c b/bsp/stmsky001/library/src/stm32f10x_sdio.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_sdio.c rename to bsp/stmsky001/library/src/stm32f10x_sdio.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_spi.c b/bsp/stmsky001/library/src/stm32f10x_spi.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_spi.c rename to bsp/stmsky001/library/src/stm32f10x_spi.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_systick.c b/bsp/stmsky001/library/src/stm32f10x_systick.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_systick.c rename to bsp/stmsky001/library/src/stm32f10x_systick.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_tim.c b/bsp/stmsky001/library/src/stm32f10x_tim.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_tim.c rename to bsp/stmsky001/library/src/stm32f10x_tim.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_usart.c b/bsp/stmsky001/library/src/stm32f10x_usart.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_usart.c rename to bsp/stmsky001/library/src/stm32f10x_usart.c diff --git a/bsp/stm32sky001/library/src/stm32f10x_wwdg.c b/bsp/stmsky001/library/src/stm32f10x_wwdg.c similarity index 100% rename from bsp/stm32sky001/library/src/stm32f10x_wwdg.c rename to bsp/stmsky001/library/src/stm32f10x_wwdg.c diff --git a/bsp/stm32sky001/project.Uv2 b/bsp/stmsky001/project.Uv2 similarity index 100% rename from bsp/stm32sky001/project.Uv2 rename to bsp/stmsky001/project.Uv2 diff --git a/bsp/stm32sky001/project.ewd b/bsp/stmsky001/project.ewd similarity index 100% rename from bsp/stm32sky001/project.ewd rename to bsp/stmsky001/project.ewd diff --git a/bsp/stm32sky001/project.ewp b/bsp/stmsky001/project.ewp similarity index 100% rename from bsp/stm32sky001/project.ewp rename to bsp/stmsky001/project.ewp diff --git a/bsp/stm32sky001/project.eww b/bsp/stmsky001/project.eww similarity index 100% rename from bsp/stm32sky001/project.eww rename to bsp/stmsky001/project.eww diff --git a/bsp/stm32sky001/rtc.c b/bsp/stmsky001/rtc.c similarity index 100% rename from bsp/stm32sky001/rtc.c rename to bsp/stmsky001/rtc.c diff --git a/bsp/stm32sky001/rtc.h b/bsp/stmsky001/rtc.h similarity index 100% rename from bsp/stm32sky001/rtc.h rename to bsp/stmsky001/rtc.h diff --git a/bsp/stm32sky001/rtconfig.h b/bsp/stmsky001/rtconfig.h similarity index 100% rename from bsp/stm32sky001/rtconfig.h rename to bsp/stmsky001/rtconfig.h diff --git a/bsp/stm32sky001/startup.c b/bsp/stmsky001/startup.c similarity index 100% rename from bsp/stm32sky001/startup.c rename to bsp/stmsky001/startup.c diff --git a/bsp/stm32sky001/stm32f10x_conf.h b/bsp/stmsky001/stm32f10x_conf.h similarity index 100% rename from bsp/stm32sky001/stm32f10x_conf.h rename to bsp/stmsky001/stm32f10x_conf.h diff --git a/bsp/stm32sky001/stm32f10x_flash.icf b/bsp/stmsky001/stm32f10x_flash.icf similarity index 100% rename from bsp/stm32sky001/stm32f10x_flash.icf rename to bsp/stmsky001/stm32f10x_flash.icf diff --git a/bsp/stm32sky001/stm32f10x_it.c b/bsp/stmsky001/stm32f10x_it.c similarity index 100% rename from bsp/stm32sky001/stm32f10x_it.c rename to bsp/stmsky001/stm32f10x_it.c diff --git a/bsp/stm32sky001/stm32f10x_it.h b/bsp/stmsky001/stm32f10x_it.h similarity index 100% rename from bsp/stm32sky001/stm32f10x_it.h rename to bsp/stmsky001/stm32f10x_it.h diff --git a/bsp/stm32sky001/usart.c b/bsp/stmsky001/usart.c similarity index 100% rename from bsp/stm32sky001/usart.c rename to bsp/stmsky001/usart.c diff --git a/bsp/stm32sky001/usart.h b/bsp/stmsky001/usart.h similarity index 100% rename from bsp/stm32sky001/usart.h rename to bsp/stmsky001/usart.h