ObKo / stm32-cmake

CMake for stm32 developing.
MIT License
1.2k stars 340 forks source link

Update U5 to latest Cube 1.4.0 #335

Closed david-drinn closed 10 months ago

david-drinn commented 10 months ago

According to https://htmlpreview.github.io/?https://github.com/STMicroelectronics/STM32CubeU5/blob/master/Release_Notes.html the CMSIS version is 1.3.1 and the HAL is 1.4.0.

Hish15 commented 10 months ago

Hi thx for the update! Can you please make this into only one commit?

git fetch
git rebase uptstream-ObKo/master
git push --force

should do the trick

david-drinn commented 10 months ago

No problem. The rebase should be done now. Let me know if it didn't turn out right.