summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32h5
AgeCommit message (Expand)Author
2026-07-15bsp/stm32h5: add missing IAR linker script for stm32h533hathach
2026-06-27bsp/stm32h5: fix linkerHiFiPhile
2026-06-27bsp/stm32h5: fix uart definitionHiFiPhile
2026-06-26Added NUCLEO_H533RE so this board can be used out-of-the-boxgrunzasr
2026-06-26Added files by copying and modifying files from stm32h503nucleo direcotry to ...Steven Grunza
2026-05-17bsp: fix tcpp0203 lto uninit errorHiFiPhile
2026-04-29ensure board_uart_write return -1 on defaultHiFiPhile
2026-04-10fix stm32h5 hard fault when reading UID with ICACHE enabledhathach
2026-04-06remove IAR toolchain support from make build systemhathach
2026-04-03update stm32 to use better uart idhathach
2026-04-03stm32 add uart hwfifo if supported, otherwise usb tu_fifo_t for receive uart ...hathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-12-16more fixesHiFiPhile
2025-11-28Fix buttonHiFiPhile
2025-11-27fix buildHiFiPhile
2025-11-27bsp/stm32h5: increase stack for msc_file_explorerHiFiPhile
2025-11-27bsp/stm32h5: support host modeHiFiPhile
2025-11-26Merge remote-tracking branch 'tinyusb/master' into hcd_fsdevZixun LI
2025-11-25fsdev: reorganize functionsHiFiPhile
2025-11-25bsp: Disable SysTick ISR if FreeRTOS is enabledZixun LI
2025-10-28fix warning with strict prototypes warningshathach
2025-10-28disable warning for startup filehathach
2025-10-23refactor family.cmake: rename add_board_target() to family_add_board() and mo...hathach
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-01-27Merge branch 'master' into masterHiFiPhile
2025-01-25cmake remove EXAMPLE-tinyusb target as libraryhathach
2025-01-24add cmake RTOS=zephyr (default noos) for zephyr buildhathach
2025-01-23stm32: fix conditional compilation error when not using uarthohoho
2025-01-22- change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict w...hathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-12-11Merge branch 'master' into fork/HiFiPhile/rt1170hathach
2024-12-06correct clock setting for h563 nucleohathach
2024-11-30Add bin & hex output to cmake targets.HiFiPhile
2024-11-21fix cihathach
2024-08-01increase freerto min task stack for some stm32hathach
2024-04-24update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 sa...hathach
2024-04-23clang support for H5hathach
2024-04-09Fix stm32h573i_dk button & led.HiFiPhile
2024-04-02check for PWR_USBSCR_USB33DEN before enabling USB VDDhathach
2024-04-01Minor formatHiFiPhile
2024-04-01Fixed trailing whitespace in family.cWojciech Klimek
2024-04-01Support for STM32H503 MCU - review changesWojciech Klimek
2024-03-31Support for STM32H503 MCUWojciech Klimek
2023-12-18update FreeRTOSConfig.hhathach
2023-12-18added ioc for h563 nucleo, usb working with on-board stlinkhathach
2023-12-15rename dk board and more updatehathach
2023-12-15update h5 build make/cmakehathach
2023-12-13Fix CI & typo.HiFiPhile
2023-12-12Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation Tes...henneboi