stm32c5: initial commit adding stm32c5 support to stm32h5 driver.
3b325641ab
stm32c5: initial commit adding stm32c5 support to stm32h5 driver.
a896e6d753
Added copyright and psize changes requested.
25191106eb
stm32h7rs: fix formatting issues found by CI
68d9ab4115
stm32h7rs: CRC works, tested breakpoints, erase_mass. Minor cleanups.
eb0322661a
stm32h7rs: DBGMCU stuff in attach/detach was causing problems. Disabled.
cf64c71810
stm32h7rs: align w/ latest H7 driver, clean out unused stuff.
Add support for STM32H7R/Sxx parts
OK - the copyright change and psize logic simplifications as in stm32f4.c have been added to the stm32h7rs.c file and checked in to my github repo. The firmware works fine for loading code on my...
Add support for STM32H7R/Sxx parts
I've made the (c) change as requested but I'm a bit confused about the stm32h7_cmd_psize() change as I don't see any difference between that function in stm32h7rs.c and the equivalent in stm32h7.c...