add mcu control file
This commit is contained in:
parent
af536d1609
commit
e2ebd93596
|
@ -0,0 +1,9 @@
|
|||
cp ./STM32WL55JCIX_FLASH.ld_ ../STM32CubeIDE/STM32WL55JCIX_FLASH.ld
|
||||
cp ./startup_stm32wl55jcix.s__ ../STM32CubeIDE/Application/User/Startup/startup_stm32wl55jcix.s
|
||||
rm -rf ../STM32CubeIDE/STM32wlE5CCUX_FLASH.ld
|
||||
rm -rf ../STM32CubeIDE/Application/User/Startup/startup_stm32wle5ccux.s
|
||||
|
||||
cp ../STM32CubeIDe/.cproject ./.cproject.e5
|
||||
sed s/E5CCUX_FLASH/55JCIX_FLASH/g <../STM32CubeIDE/.cproject >../STM32CubeIDE/ccproject
|
||||
mv ../STM32CubeIDE/ccproject ../STM32CubeIDE/.cproject
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
cp ./STM32WLE5CCUX_FLASH.ld_ ../STM32CubeIDE/STM32WLE5CCUX_FLASH.ld
|
||||
cp ./startup_stm32wle5ccux.s__ ../STM32CubeIDE/Application/User/Startup/startup_stm32wle5ccux.s
|
||||
rm -rf ../STM32CubeIDE/STM32WL55JCIX_FLASH.ld
|
||||
rm -rf ../STM32CubeIDE/Application/User/Startup/startup_stm32wl55jcix.s
|
||||
|
||||
cp ../STM32CubeIDe/.cproject ./.cproject.55
|
||||
sed s/55JCIX_FLASH/E5CCUX_FLASH/g <../STM32CubeIDE/.cproject >../STM32CubeIDE/ccproject
|
||||
mv ../STM32CubeIDE/ccproject ../STM32CubeIDE/.cproject
|
||||
|
Loading…
Reference in New Issue