• Joined on 2026年04月18日
emeb created pull request blackmagic-debug/blackmagic#2242 2026年04月29日 00:18:29 +02:00
stm32c5: initial commit adding stm32c5 support to stm32h5 driver.
emeb pushed to stm32c5 at emeb/blackmagic 2026年04月29日 00:10:22 +02:00
3b325641ab stm32c5: initial commit adding stm32c5 support to stm32h5 driver.
emeb created branch stm32c5 in emeb/blackmagic 2026年04月29日 00:10:22 +02:00
emeb pushed to main at emeb/blackmagic 2026年04月27日 04:01:33 +02:00
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.
Compare 10 commits »
emeb created repository emeb/blackmagic 2026年04月27日 01:06:59 +02:00
emeb commented on pull request blackmagic-debug/blackmagic#2170 2026年04月26日 23:31:20 +02:00
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...

emeb commented on pull request blackmagic-debug/blackmagic#2170 2026年04月18日 23:24:07 +02:00
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...