10 lines
471 B
Bash
10 lines
471 B
Bash
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
|
|
|