Compare commits
No commits in common. "d56ce29d30fc6e3896557d8c6d848cd05f9a2bd7" and "cef91081b1122d9c39ea154e9016ce52dc36cf9e" have entirely different histories.
d56ce29d30
...
cef91081b1
File diff suppressed because it is too large
Load Diff
2713
mcu/.cproject.55
2713
mcu/.cproject.55
File diff suppressed because it is too large
Load Diff
2721
mcu/.cproject.e5
2721
mcu/.cproject.e5
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2713
mcu/_cproject.55
2713
mcu/_cproject.55
File diff suppressed because it is too large
Load Diff
2721
mcu/_cproject.e5
2721
mcu/_cproject.e5
File diff suppressed because it is too large
Load Diff
2713
mcu/_cproject_55.htm
2713
mcu/_cproject_55.htm
File diff suppressed because it is too large
Load Diff
2721
mcu/_cproject_e5.htm
2721
mcu/_cproject_e5.htm
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +0,0 @@
|
|||
cp ./mcu/STM32WL55JCIX_FLASH.ld_ ./STM32CubeIDE/STM32WL55JCIX_FLASH.ld
|
||||
cp ./mcu/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 ./mcu/.cproject.e5
|
||||
sed s/E5CCUX_FLASH/55JCIX_FLASH/g <./STM32CubeIDE/.cproject >./STM32CubeIDE/ccproject
|
||||
mv ./STM32CubeIDE/ccproject .cproject
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
cp ./mcu/STM32WLE5CCUX_FLASH.ld_ ./STM32CubeIDE/STM32WLE5CCUX_FLASH.ld
|
||||
cp ./mcu/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 ./mcu/.cproject.55
|
||||
sed s/55JCIX_FLASH/E5CCUX_FLASH/g <./STM32CubeIDE/.cproject >./STM32CubeIDE/ccproject
|
||||
mv ./STM32CubeIDE/ccproject .cproject
|
||||
|
Loading…
Reference in New Issue