| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-15 | bsp/stm32h5: add missing IAR linker script for stm32h533 | hathach | |
| stm32h533nucleo could never link with IAR: family.cmake points LD_FILE_IAR at linker/stm32h533xx_flash.icf, which did not exist (every sibling H5 variant has one). Surfaced by CircleCI's one-random job picking stm32h533nucleo+IAR (Fatal error[Lc002]). H533 and H523 have identical memory maps (512K flash / 272K RAM; their GCC .ld files differ only in a comment), so the icf is a copy of the H523 one. | |||
| 2026-06-27 | bsp/stm32h5: fix linker | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-27 | bsp/stm32h5: increase stack for msc_file_explorer | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-04-23 | clang support for H5 | hathach | |
