| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-30 | Fixed HSI launch | Valentyn Korniienko | |
| 2026-03-30 | Added weact h743 board support | Valentyn Korniienko | |
| 2026-03-29 | Merge pull request #3566 from Precidata/async-cleanup | Zixun LI | |
| Couple of random cleanup patches following async PR | |||
| 2026-03-29 | Merge pull request #3576 from embedded-ideas/master | Zixun LI | |
| fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED. | |||
| 2026-03-29 | fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED. Use "NOT DEFINED" ↵ | Tobi | |
| instead of "NOT VAR" to properly detect whether the variable is unset. | |||
| 2026-03-27 | osal/mynewt: fix queue receive tiemout | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-27 | Merge pull request #3570 from IntegraSources/mtp-changes | Zixun LI | |
| mtp: fixes in add_string | |||
| 2026-03-27 | fix string overflow | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-25 | mtp: add sending mtp response if MTP_RESP_OPERATION_NOT_SUPPORTED | stepan chepushtanov | |
| 2026-03-25 | mtp: fix adding empty cstring to mtp_container_info | stepan chepushtanov | |
| 2026-03-23 | Merge pull request #3569 from hathach/revert-3565-driver-init | Ha Thach | |
| Revert "Make driver init() function optional" | |||
| 2026-03-23 | Revert "Make driver init() function optional" | Ha Thach | |
| 2026-03-22 | Merge pull request #3565 from Precidata/driver-init | Zixun LI | |
| Make driver init() function optional | |||
| 2026-03-22 | Unifiy Device and Host side | Cédric Berger | |
| 2026-03-22 | Update documentation | Cédric Berger | |
| 2026-03-22 | Remove unused define | Cédric Berger | |
| 2026-03-22 | Simplify tud_task() like in tuh_task() | Cédric Berger | |
| 2026-03-22 | False negative in tuh_task_event_ready() | Cédric Berger | |
| 2026-03-22 | False positive in tuh_task_event_ready() | Cédric Berger | |
| 2026-03-22 | We must wait at least the requested amount | Cédric Berger | |
| 2026-03-21 | Don't crash on driver without init() | Cédric Berger | |
| Handle init() like deinit() | |||
| 2026-03-19 | Merge pull request #3560 from hathach/rp2-disable-hwifo | Ha Thach | |
| rp2 disable hwfifo | |||
| 2026-03-19 | rp2 disable hwfifo | hathach | |
| 2026-03-18 | Merge pull request #3559 from hathach/fix-fsdev-midi-host-bugs | Ha Thach | |
| Fix bugs in FSDEV HCD/DCD and MIDI host stream write | |||
| 2026-03-18 | fix bugs in fsdev hcd, dcd and midi host stream write | hathach | |
| - hcd_edpt_clear_stall: use ep_addr instead of hardcoded 0 (control endpoint) - hcd: add TUP_USBIP_FSDEV_DRD define for MCUs with host support (C0, G0, H5, U3, U5) and use it in hcd compile guard instead of enumerating MCUs - dcd_edpt_close_all: use FSDEV_EP_COUNT instead of CFG_TUD_ENDPPOINT_MAX for PMA btable offset to match handle_bus_reset - midi host tuh_midi_stream_write: add missing cable_num to system messages, SysEx, and real-time MIDI packets. Add 0xF mask for SysEx CIN checks. Aligns with midi_device.c tud_midi_n_stream_write implementation. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> | |||
| 2026-03-18 | Merge pull request #3557 from hathach/hil-host-cdc | Ha Thach | |
| add more hil tests | |||
| 2026-03-18 | hil pico2 test with native host | Ha Thach | |
| 2026-03-18 | Merge pull request #3558 from hathach/hid-host-set-protocol-skipable | Ha Thach | |
| Add `CFG_TUH_HID_SET_PROTOCOL_ON_ENUM` configuration option | |||
| 2026-03-18 | Update HID host to correctly handle protocol mode initialization and ↵ | hathach | |
| CONFIG_GET_REPORT_DESC response | |||
| 2026-03-18 | fix hid_generic_inout for TUD_ENDPOINT_ONE_DIRECTION_ONLY MCUs | hathach | |
| Use separate endpoint numbers (EP1 OUT, EP2 IN) on MCUs with shared FIFO that cannot support the same endpoint number in both directions. Also add missing static qualifier to print_musb_info(). Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> | |||
| 2026-03-18 | Update several actions to latest version | hathach | |
| 2026-03-18 | add board_uart_read() for f7 | hathach | |
| 2026-03-18 | add hil test for device hid_generic_inout functionality | hathach | |
| 2026-03-17 | add hil tests for device msc_dual_lun and midi functionality | hathach | |
| 2026-03-17 | add hil test for host msc and cdc | hathach | |
| 2026-03-17 | CFG_TUH_HID_SET_PROTOCOL_ON_ENUM option to skip set_protocol on enum, ↵ | hathach | |
| default is 1 | |||
| 2026-03-17 | add hil host cdc test | hathach | |
| 2026-03-17 | Merge pull request #3556 from hathach/fix-midi-host | Ha Thach | |
| Fix MIDI host issue | |||
| 2026-03-17 | fix midi host issue 3544 | hathach | |
| 2026-03-17 | Merge pull request #3555 from hathach/refactor-fsdev | Ha Thach | |
| refactor fsdev | |||
| 2026-03-16 | clean up fsdev symbols | hathach | |
| 2026-03-16 | Unify USB FSDEV driver implementation for various microcontrollers. Replace ↵ | hathach | |
| `FSDEV_BUS_32BIT` with `CFG_TUSB_FSDEV_32BIT`, adjust data/address stride macros, and refactor register/PMU access for consistency across platforms. | |||
| 2026-03-16 | add missing stm32u083nucleo board files | hathach | |
| The board.cmake, board.mk, and board.h were created but not included in the previous commit, causing CI cmake failure. Co-Authored-By: Claude Opus 4.6 <[email protected]> | |||
| 2026-03-16 | Consolidate USB FSDEV register definitions for STM32, CH32, and AT32 ↵ | hathach | |
| microcontrollers. Replace vendor-specific macros with unified `U_`-prefixed equivalents, ensuring consistency and reducing duplication across all platforms. | |||
| 2026-03-16 | add stm32u083nucleo board | hathach | |
| 2026-03-16 | Merge pull request #3551 from hathach/readme_fix | Ha Thach | |
| Readme fix | |||
| 2026-03-14 | fix windows build | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-14 | fix readme | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-14 | Merge pull request #3550 from hathach/update-bsp | Ha Thach | |
| Update BSP | |||
| 2026-03-14 | update rx65n_target: correct pin configuration and remove unused USB ↵ | hathach | |
| interrupt definitions | |||
