Compare commits

..

2 Commits

Author SHA1 Message Date
Yunhorn d56ce29d30 add mcu change config files 2024-03-01 19:45:09 +08:00
Yunhorn 864de84a5c revised .gitignore 2024-03-01 19:44:33 +08:00
13 changed files with 30730 additions and 54 deletions

1230
.gitignore vendored

File diff suppressed because it is too large Load Diff

2713
mcu/.cproject.55 Normal file

File diff suppressed because it is too large Load Diff

2721
mcu/.cproject.e5 Normal file

File diff suppressed because it is too large Load Diff

2586
mcu/STM32WL55JCIX_FLASH.ld_ Normal file

File diff suppressed because it is too large Load Diff

2250
mcu/STM32WLE5CCUX_FLASH.ld_ Normal file

File diff suppressed because it is too large Load Diff

2713
mcu/_cproject.55 Normal file

File diff suppressed because it is too large Load Diff

2721
mcu/_cproject.e5 Normal file

File diff suppressed because it is too large Load Diff

2713
mcu/_cproject_55.htm Normal file

File diff suppressed because it is too large Load Diff

2721
mcu/_cproject_e5.htm Normal file

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

9
mcu_2_55jc.sh Normal file
View File

@ -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

9
mcu_2_e5cc.sh Normal file
View File

@ -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