summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32h7
AgeCommit message (Expand)Author
2024-10-15adding hcd dwc2hathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-10-10add f407disco to hil poolhathach
2024-10-10improving dwc2, merging diep and doep if possiblehathach
2024-09-24update dfifo allocation scheme to use top pointer, update document and explan...hathach
2024-05-03add cmake for stm32wbhathach
2024-04-24update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 sa...hathach
2024-04-23fix stm board linker define stack before memory defhathach
2024-04-23clang work with f0hathach
2024-04-19more clang updatehathach
2024-04-19- clang h743 build and run cdc_msc okhathach
2024-04-19clang build board test with h743hathach
2023-12-18update FreeRTOSConfig.hhathach
2023-11-29stm32h750dk: Fix IAR linker script pathAntonio Vázquez Blanco
2023-11-29stm32h750dk: More codespell in linker fileAntonio Vázquez Blanco
2023-11-29stm32h750dk: Codespell in linker fileAntonio Vázquez Blanco
2023-11-29stm32h750dk: Add linker scriptAntonio Vázquez Blanco
2023-11-28stm32h750bdk: Fix startup and linker scriptAntonio Vázquez Blanco
2023-11-24fix make buildhathach
2023-11-24stm32h750dk: Initial supportAntonio Vázquez Blanco
2023-11-23move tools/cmake to examples/build_systemhathach
2023-11-23minor-updatehathach
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-11-22update clock setup for H743 evalhathach
2023-11-16switch freertos to static allocation only (dynamic = 0), since it is possible...hathach
2023-11-15add ra2a1 ekhathach
2023-08-04add uid for some stm32hathach
2023-08-03more board_api.h renamehathach
2023-08-03add osal queue name if neededhathach
2023-07-18fix etm trace clock with stm32h743eval boardhathach
2023-06-30move LTO checked to family_support.cmakehathach
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach
2023-06-24fix ci buildhathach
2023-06-24move all IAR to cmakehathach
2023-06-24rename GCC_CFLAGS to CFLAGS_GCC, GCC_SRC_S to SRC_S_GCC etc ..hathach
2023-06-24separate iar and gcc build for clean make, also add cpu specific makehathach
2023-06-20etm trace for nrf52840hathach
2023-06-20add etm trace for mcb1800hathach
2023-06-19enable etm trace support for h743 evalhathach
2023-06-16update h7 to cmake, and move iar build to cmakehathach
2023-04-03openh743i: initialize USB3300 reset pinraiden00pl
2023-03-17fix trailing space and new linehathach
2023-03-17Merge pull request #1391 from perigoso/renesas-raHa Thach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
2023-03-16fix HAL_Delay no effect bug on st platformtyustli
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-09Merge pull request #1931 from branalba/masterHa Thach
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-06more ci fixhathach
2023-03-06fix iar cihathach