diff --git a/.travis.yml b/.travis.yml index d80ed90ef7ba4cf35782f98c8387c05aca382830..57a92a65e7e9daf0248a6df1a8181895dc9adbfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ env: - RTT_BSP='stm32l072' RTT_TOOL_CHAIN='sourcery-arm' - RTT_BSP='stm32f107' RTT_TOOL_CHAIN='sourcery-arm' - RTT_BSP='stm32f10x' RTT_TOOL_CHAIN='sourcery-arm' - - RTT_BSP='stm32f10x_HAL' RTT_TOOL_CHAIN='sourcery-arm' + - RTT_BSP='stm32f10x-HAL' RTT_TOOL_CHAIN='sourcery-arm' - RTT_BSP='stm32f20x' RTT_TOOL_CHAIN='sourcery-arm' - RTT_BSP='stm32f40x' RTT_TOOL_CHAIN='sourcery-arm' - RTT_BSP='stm32f4xx-HAL' RTT_TOOL_CHAIN='sourcery-arm' diff --git a/bsp/stm32f10x_HAL/.config b/bsp/stm32f10x-HAL/.config similarity index 100% rename from bsp/stm32f10x_HAL/.config rename to bsp/stm32f10x-HAL/.config diff --git a/bsp/stm32f10x_HAL/KConfig b/bsp/stm32f10x-HAL/KConfig similarity index 100% rename from bsp/stm32f10x_HAL/KConfig rename to bsp/stm32f10x-HAL/KConfig diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f100xe.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101x6.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xe.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f101xg.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102x6.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f102xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103x6.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xe.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f103xg.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f105xc.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/arm/startup_stm32f107xc.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xb_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f100xe_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101x6_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xb_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xe_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f101xg_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102x6_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f102xb_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103x6_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xb_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xe_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f103xg_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f105xc_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_flash.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/linker/stm32f107xc_sram.icf diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f100xe.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101x6.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xe.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f101xg.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102x6.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f102xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103x6.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xb.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xe.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f103xg.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f105xc.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/iar/startup_stm32f107xc.s diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/system_stm32f1xx.c diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/arm_common_tables.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/arm_common_tables.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/arm_common_tables.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/arm_common_tables.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/arm_const_structs.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/arm_const_structs.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/arm_const_structs.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/arm_const_structs.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/arm_math.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/arm_math.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/arm_math.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/arm_math.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/cmsis_armcc.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/cmsis_armcc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/cmsis_armcc.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/cmsis_armcc.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/cmsis_armcc_V6.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/cmsis_armcc_V6.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/cmsis_armcc_V6.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/cmsis_armcc_V6.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/cmsis_gcc.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/cmsis_gcc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/cmsis_gcc.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/cmsis_gcc.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm0.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm0.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm0.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm0.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm0plus.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm0plus.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm0plus.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm0plus.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm3.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm3.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm3.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm3.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm4.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm4.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm4.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm4.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm7.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm7.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cm7.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cm7.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cmFunc.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cmFunc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cmFunc.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cmFunc.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cmInstr.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cmInstr.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cmInstr.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cmInstr.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cmSimd.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cmSimd.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_cmSimd.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_cmSimd.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_sc000.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_sc000.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_sc000.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_sc000.h diff --git a/bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_sc300.h b/bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_sc300.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/CMSIS/Include/core_sc300.h rename to bsp/stm32f10x-HAL/Libraries/CMSIS/Include/core_sc300.h diff --git a/bsp/stm32f10x_HAL/Libraries/SConscript b/bsp/stm32f10x-HAL/Libraries/SConscript similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/SConscript rename to bsp/stm32f10x-HAL/Libraries/SConscript diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_can_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cec.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_crc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_eth.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_hcd.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2s.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_irda.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_mmc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nand.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_nor.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pccard.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_smartcard.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_usart.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_wwdg.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_adc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_crc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dac.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_i2c.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_iwdg.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rtc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_wwdg.h diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_can.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cec.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_crc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dac_ex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_hcd.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2s.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_irda.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nand.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_nor.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pccard.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi_ex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi_ex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi_ex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi_ex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dac.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_i2c.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rtc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c diff --git a/bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c b/bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c similarity index 100% rename from bsp/stm32f10x_HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c rename to bsp/stm32f10x-HAL/Libraries/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c diff --git a/bsp/stm32f10x_HAL/SConscript b/bsp/stm32f10x-HAL/SConscript similarity index 100% rename from bsp/stm32f10x_HAL/SConscript rename to bsp/stm32f10x-HAL/SConscript diff --git a/bsp/stm32f10x_HAL/SConstruct b/bsp/stm32f10x-HAL/SConstruct similarity index 100% rename from bsp/stm32f10x_HAL/SConstruct rename to bsp/stm32f10x-HAL/SConstruct diff --git a/bsp/stm32f10x_HAL/applications/SConscript b/bsp/stm32f10x-HAL/applications/SConscript similarity index 100% rename from bsp/stm32f10x_HAL/applications/SConscript rename to bsp/stm32f10x-HAL/applications/SConscript diff --git a/bsp/stm32f10x_HAL/applications/main.c b/bsp/stm32f10x-HAL/applications/main.c similarity index 100% rename from bsp/stm32f10x_HAL/applications/main.c rename to bsp/stm32f10x-HAL/applications/main.c diff --git a/bsp/stm32f10x_HAL/drivers/SConscript b/bsp/stm32f10x-HAL/drivers/SConscript similarity index 100% rename from bsp/stm32f10x_HAL/drivers/SConscript rename to bsp/stm32f10x-HAL/drivers/SConscript diff --git a/bsp/stm32f10x_HAL/drivers/board.c b/bsp/stm32f10x-HAL/drivers/board.c similarity index 100% rename from bsp/stm32f10x_HAL/drivers/board.c rename to bsp/stm32f10x-HAL/drivers/board.c diff --git a/bsp/stm32f10x_HAL/drivers/board.h b/bsp/stm32f10x-HAL/drivers/board.h similarity index 100% rename from bsp/stm32f10x_HAL/drivers/board.h rename to bsp/stm32f10x-HAL/drivers/board.h diff --git a/bsp/stm32f10x_HAL/drivers/drv_gpio.c b/bsp/stm32f10x-HAL/drivers/drv_gpio.c similarity index 100% rename from bsp/stm32f10x_HAL/drivers/drv_gpio.c rename to bsp/stm32f10x-HAL/drivers/drv_gpio.c diff --git a/bsp/stm32f10x_HAL/drivers/drv_gpio.h b/bsp/stm32f10x-HAL/drivers/drv_gpio.h similarity index 100% rename from bsp/stm32f10x_HAL/drivers/drv_gpio.h rename to bsp/stm32f10x-HAL/drivers/drv_gpio.h diff --git a/bsp/stm32f10x_HAL/drivers/drv_spi.c b/bsp/stm32f10x-HAL/drivers/drv_spi.c similarity index 100% rename from bsp/stm32f10x_HAL/drivers/drv_spi.c rename to bsp/stm32f10x-HAL/drivers/drv_spi.c diff --git a/bsp/stm32f10x_HAL/drivers/drv_spi.h b/bsp/stm32f10x-HAL/drivers/drv_spi.h similarity index 100% rename from bsp/stm32f10x_HAL/drivers/drv_spi.h rename to bsp/stm32f10x-HAL/drivers/drv_spi.h diff --git a/bsp/stm32f10x_HAL/drivers/drv_usart.c b/bsp/stm32f10x-HAL/drivers/drv_usart.c similarity index 100% rename from bsp/stm32f10x_HAL/drivers/drv_usart.c rename to bsp/stm32f10x-HAL/drivers/drv_usart.c diff --git a/bsp/stm32f10x_HAL/drivers/drv_usart.h b/bsp/stm32f10x-HAL/drivers/drv_usart.h similarity index 100% rename from bsp/stm32f10x_HAL/drivers/drv_usart.h rename to bsp/stm32f10x-HAL/drivers/drv_usart.h diff --git a/bsp/stm32f10x_HAL/drivers/drv_usb.c b/bsp/stm32f10x-HAL/drivers/drv_usb.c similarity index 100% rename from bsp/stm32f10x_HAL/drivers/drv_usb.c rename to bsp/stm32f10x-HAL/drivers/drv_usb.c diff --git a/bsp/stm32f10x_HAL/drivers/drv_usb.h b/bsp/stm32f10x-HAL/drivers/drv_usb.h similarity index 100% rename from bsp/stm32f10x_HAL/drivers/drv_usb.h rename to bsp/stm32f10x-HAL/drivers/drv_usb.h diff --git a/bsp/stm32f10x_HAL/drivers/stm32f1xx_hal_conf.h b/bsp/stm32f10x-HAL/drivers/stm32f1xx_hal_conf.h similarity index 100% rename from bsp/stm32f10x_HAL/drivers/stm32f1xx_hal_conf.h rename to bsp/stm32f10x-HAL/drivers/stm32f1xx_hal_conf.h diff --git a/bsp/stm32f10x_HAL/drivers/stm32f1xx_it.c b/bsp/stm32f10x-HAL/drivers/stm32f1xx_it.c similarity index 100% rename from bsp/stm32f10x_HAL/drivers/stm32f1xx_it.c rename to bsp/stm32f10x-HAL/drivers/stm32f1xx_it.c diff --git a/bsp/stm32f10x_HAL/drivers/stm32f1xx_it.h b/bsp/stm32f10x-HAL/drivers/stm32f1xx_it.h similarity index 100% rename from bsp/stm32f10x_HAL/drivers/stm32f1xx_it.h rename to bsp/stm32f10x-HAL/drivers/stm32f1xx_it.h diff --git a/bsp/stm32f10x_HAL/project.ewp b/bsp/stm32f10x-HAL/project.ewp similarity index 100% rename from bsp/stm32f10x_HAL/project.ewp rename to bsp/stm32f10x-HAL/project.ewp diff --git a/bsp/stm32f10x_HAL/project.eww b/bsp/stm32f10x-HAL/project.eww similarity index 100% rename from bsp/stm32f10x_HAL/project.eww rename to bsp/stm32f10x-HAL/project.eww diff --git a/bsp/stm32f10x_HAL/project.uvoptx b/bsp/stm32f10x-HAL/project.uvoptx similarity index 100% rename from bsp/stm32f10x_HAL/project.uvoptx rename to bsp/stm32f10x-HAL/project.uvoptx diff --git a/bsp/stm32f10x_HAL/project.uvproj b/bsp/stm32f10x-HAL/project.uvproj similarity index 100% rename from bsp/stm32f10x_HAL/project.uvproj rename to bsp/stm32f10x-HAL/project.uvproj diff --git a/bsp/stm32f10x_HAL/project.uvprojx b/bsp/stm32f10x-HAL/project.uvprojx similarity index 100% rename from bsp/stm32f10x_HAL/project.uvprojx rename to bsp/stm32f10x-HAL/project.uvprojx diff --git a/bsp/stm32f10x_HAL/rtconfig.h b/bsp/stm32f10x-HAL/rtconfig.h similarity index 100% rename from bsp/stm32f10x_HAL/rtconfig.h rename to bsp/stm32f10x-HAL/rtconfig.h diff --git a/bsp/stm32f10x_HAL/rtconfig.py b/bsp/stm32f10x-HAL/rtconfig.py similarity index 100% rename from bsp/stm32f10x_HAL/rtconfig.py rename to bsp/stm32f10x-HAL/rtconfig.py diff --git a/bsp/stm32f10x_HAL/stm32_rom.ld b/bsp/stm32f10x-HAL/stm32_rom.ld similarity index 100% rename from bsp/stm32f10x_HAL/stm32_rom.ld rename to bsp/stm32f10x-HAL/stm32_rom.ld diff --git a/bsp/stm32f10x_HAL/stm32f10x_flash.icf b/bsp/stm32f10x-HAL/stm32f10x_flash.icf similarity index 100% rename from bsp/stm32f10x_HAL/stm32f10x_flash.icf rename to bsp/stm32f10x-HAL/stm32f10x_flash.icf diff --git a/bsp/stm32f10x_HAL/template.ewp b/bsp/stm32f10x-HAL/template.ewp similarity index 100% rename from bsp/stm32f10x_HAL/template.ewp rename to bsp/stm32f10x-HAL/template.ewp diff --git a/bsp/stm32f10x_HAL/template.uvproj b/bsp/stm32f10x-HAL/template.uvproj similarity index 100% rename from bsp/stm32f10x_HAL/template.uvproj rename to bsp/stm32f10x-HAL/template.uvproj diff --git a/bsp/stm32f10x_HAL/template.uvprojx b/bsp/stm32f10x-HAL/template.uvprojx similarity index 100% rename from bsp/stm32f10x_HAL/template.uvprojx rename to bsp/stm32f10x-HAL/template.uvprojx