add mcu change config files
This commit is contained in:
parent
864de84a5c
commit
d56ce29d30
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