summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32h7rs
AgeCommit message (Collapse)Author
2026-07-24stm32h7rs: TRACE_ETM support and stm32h7s3nucleo referencehathach
300 MHz core, 50 MHz TRACECLK, width 2: SB11/SB12 stub TRACED2/3 onto Zio CN8 and kill width 4 under IRQ-heavy USB traffic (removal = width-4 TODO at 600 MHz). Session note: --attach while a host actively polls the device wedges its USB session.
2026-05-17bsp: fix tcpp0203 lto uninit errorHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-04-29ensure board_uart_write return -1 on defaultHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-04-06remove IAR toolchain support from make build systemhathach
IAR is only supported with CMake. Remove all IAR-specific references from the Make build system including toolchain files, SRC_S_IAR, LD_FILE_IAR variables, and IAR toolchain detection. Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and broken formatting in stm32f7 board_uart_write. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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
in irq
2026-03-04Merge branch 'master' into dwc2_deinithathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-02-27Merge remote-tracking branch 'tinyusb/master' into dwc2_deinitHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-02-27Add a dynamic switch exampleHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-02-13use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more valuehathach
2026-02-13add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed ↵hathach
vbus sensing simplify dwc2_stm32_gccfg_cfg() using guid value
2026-01-31bsp/stm32h7rs: update vbus senseHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-11-25bsp: Disable SysTick ISR if FreeRTOS is enabledZixun LI
2025-10-30Merge branch 'master' into uac1HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-28fix warning with strict prototypes warningshathach
2025-10-28disable warning for startup filehathach
2025-10-24Merge remote-tracking branch 'upstream/master' into uac1HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-24fix more warningshathach
2025-10-23refactor family.cmake: rename add_board_target() to family_add_board() and ↵hathach
move it to family_configure_common() also move startup and linker from board target to actual exe
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-10-11Merge branch 'master' into uac1HiFiPhile
2025-10-08stm32h7rs: fix typo in makefileHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-04Fix jlink device nameHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-07-20fix typoHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-07-08Merge remote-tracking branch 'origin/master' into xfer_isrhathach
# Conflicts: # examples/device/audio_4_channel_mic_freertos/src/main.c # examples/device/audio_test_freertos/src/main.c # src/class/audio/audio_device.c
2025-07-07change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1hathach
use stock iar linker
2025-07-04Revise DCache with RTT sectionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-07-03fix build with clanghathach
2025-06-14bsp: fix NUCLEO-H7S3L8 buttonHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-06-13hw/h7rs: Update linker to put RTT in DTCMHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-06-13hw/h7rs: Enable D-Cache in BSPHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-06-12ci skip clang/iar build for stm32n6hathach
add stm32-tcpp0203 driver as dependency for h7rs and n6
2025-06-12Merge branch 'master' into fork/james-advatek/stm32n657nucleohathach
2025-06-11fix linker issue with clanghathach
2025-04-13Skip net_lwip_webserver, too big for h7rsHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-12Increase RTT buffer sizeHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-12Fix RTT buffer not detected.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-03-24Add SWO config.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-31Update build.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-24Fix CI.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-24Add NUCLEO-H7S3L8 BSP.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>