| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-24 | stm32h7rs: TRACE_ETM support and stm32h7s3nucleo reference | hathach | |
| 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-17 | bsp: fix tcpp0203 lto uninit error | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-04-29 | ensure board_uart_write return -1 on default | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-04-06 | remove IAR toolchain support from make build system | hathach | |
| 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-03 | update stm32 to use better uart id | hathach | |
| 2026-04-03 | stm32 add uart hwfifo if supported, otherwise usb tu_fifo_t for receive uart ↵ | hathach | |
| in irq | |||
| 2026-03-04 | Merge branch 'master' into dwc2_deinit | hathach | |
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach | |
| 2026-02-27 | Merge remote-tracking branch 'tinyusb/master' into dwc2_deinit | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-02-27 | Add a dynamic switch example | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-02-13 | use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more value | hathach | |
| 2026-02-13 | add 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-31 | bsp/stm32h7rs: update vbus sense | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-25 | bsp: Disable SysTick ISR if FreeRTOS is enabled | Zixun LI | |
| 2025-10-30 | Merge branch 'master' into uac1 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-28 | fix warning with strict prototypes warnings | hathach | |
| 2025-10-28 | disable warning for startup file | hathach | |
| 2025-10-24 | Merge remote-tracking branch 'upstream/master' into uac1 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-24 | fix more warnings | hathach | |
| 2025-10-23 | refactor 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-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach | |
| 2025-10-11 | Merge branch 'master' into uac1 | HiFiPhile | |
| 2025-10-08 | stm32h7rs: fix typo in makefile | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-04 | Fix jlink device name | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-20 | fix typo | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-08 | Merge remote-tracking branch 'origin/master' into xfer_isr | hathach | |
| # 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-07 | change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1 | hathach | |
| use stock iar linker | |||
| 2025-07-04 | Revise DCache with RTT section | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-03 | fix build with clang | hathach | |
| 2025-06-14 | bsp: fix NUCLEO-H7S3L8 button | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-13 | hw/h7rs: Update linker to put RTT in DTCM | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-13 | hw/h7rs: Enable D-Cache in BSP | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-12 | ci skip clang/iar build for stm32n6 | hathach | |
| add stm32-tcpp0203 driver as dependency for h7rs and n6 | |||
| 2025-06-12 | Merge branch 'master' into fork/james-advatek/stm32n657nucleo | hathach | |
| 2025-06-11 | fix linker issue with clang | hathach | |
| 2025-04-13 | Skip net_lwip_webserver, too big for h7rs | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Increase RTT buffer size | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Fix RTT buffer not detected. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-24 | Add SWO config. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-31 | Update build. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-24 | Fix CI. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-24 | Add NUCLEO-H7S3L8 BSP. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
