Compare commits
2 Commits
cef91081b1
...
d56ce29d30
Author | SHA1 | Date |
---|---|---|
|
d56ce29d30 | |
|
864de84a5c |
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
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
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
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,9 @@
|
||||||
|
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
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
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