| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-24 | Merge remote-tracking branch 'tinyusb/master' into stm32c5 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-05-23 | tweak examples | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-05-14 | enable iperf | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-05-08 | reduce NTM size | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-05-08 | fix iperf server is always excluded | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-05-08 | Merge remote-tracking branch 'tinyusb/master' into ncm_packet_filter | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-05-04 | minor clean up | hathach | |
| 2026-05-03 | Merge branch 'master' into copilot/upgrade-net-lwip-webserver-descriptors | Zixun LI | |
| 2026-05-01 | Merge remote-tracking branch 'origin/master' into ncm_packet_filter | HiFiPHile | |
| 2026-05-01 | ncm: implement GetNtbInputSize request | Zixun LI | |
| Signed-off-by: HiFiPHile <[email protected]> | |||
| 2026-04-30 | refactor capability | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2026-04-26 | gate lwIP throughput tuning + iperf on MCU SRAM tier | hathach | |
| The bigger TCP_WND/PBUF_POOL/MEMP_NUM_TCP_SEG and the always-on iperf overflowed SRAM on stm32c0/f1/wb, lpc11/13, samd11. Add LWIP_HIGH_THROUGHPUT gate (defined in tusb_config.h, consumed by lwipopts.h) so RAM-tight MCUs keep the original modest buffers and skip iperf, while RAM-rich targets (max32*/stm32f2/f4/f7/h5/h7/h7rs/u5/n6, rp2040, mimxrt1xxx, nrf5x) keep the throughput tuning needed for the iperf HIL test. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> | |||
| 2026-04-23 | reduce memory, focus on keep iperf speed | hathach | |
| 2026-04-23 | tweak lwip config to get better iperf throughput | hathach | |
| 2026-04-22 | musb implement double buffer for tx | hathach | |
| 2026-04-21 | replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with ↵ | hathach | |
| `CFG_TUD_ENDPOINT_ONE_DIRECTION_ONLY` for improved configuration consistency across examples and core sources | |||
| 2026-04-20 | add test for net_lwip_webserver with iperf throughput validation | hathach | |
| 2026-03-22 | examples/net_lwip_webserver: fix other_speed_config to use ↵ | copilot-swe-agent[bot] | |
| TUSB_DESC_OTHER_SPEED_CONFIG and fix SEED typo Co-authored-by: HiFiPhile <[email protected]> Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3d21b8d3-b2df-4603-a426-2bcfdb408f04 | |||
| 2026-03-22 | net: upgrade net_lwip_webserver to separate FS/HS descriptors and add ↵ | copilot-swe-agent[bot] | |
| bInterval to TUD_CDC_NCM_DESCRIPTOR Co-authored-by: HiFiPhile <[email protected]> Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/e212b526-e279-4a83-88bf-a742df293165 | |||
| 2026-03-12 | fix example | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2026-03-12 | Merge branch 'master' into ncm_restart | Zixun LI | |
| 2026-03-05 | add IAR warning flags to cmake build and fix them | hathach | |
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach | |
| 2025-12-28 | example/net: add led blink task | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-12 | migrate cdc device to use edpt stream API | hathach | |
| tu_edpt_stream_open() does not clear fifo, allow for persistent stream when disconnect/reconnect | |||
| 2025-11-08 | fix more alerts | hathach | |
| 2025-11-07 | fix more alerts found by pvs-studio | hathach | |
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach | |
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-28 | fix descriptor warning when shifting zero | hathach | |
| 2025-10-24 | fix several warnings | hathach | |
| 2025-10-15 | merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & ↵ | hathach | |
| OPT_MCU_SAML22 | |||
| 2025-10-14 | improve cmake warning flags, fix various warnings in examples | hathach | |
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-05-29 | examples/device/net_lwip_webserver: Simplify example code. | Andrew Leech | |
| Now that tud_network_recv_renew has protections against recursion it's safe and simpler to handle the lwip frame entirely in the same callback. | |||
| 2025-05-29 | Add USB NCM link state control support | Andrew Leech | |
| This adds the ability to dynamically control the network link state for NCM devices. The host OS will see the network interface as connected/disconnected based on the link state. New API: - tud_network_link_state(rhport, is_up): Set link up/down state Example updates: - Added button control to toggle link state - Fixed LWIP integration to properly handle link state changes - Added printf to show correct protocol (NCM vs RNDIS/ECM) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> | |||
| 2024-11-28 | Merge branch 'master' into fork/HiFiPhile/lwip_fix | hathach | |
| 2024-10-15 | Add comment to BOS descriptor. | HiFiPhile | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach | |
| update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible | |||
| 2024-10-05 | Add MSOS 2.0 descriptor to auto load NCM driver on Windows. | HiFiPhile | |
| 2024-10-05 | service_traffic: Don't call pbuf_free when ethernet_input is Ok | Stéphane Lenclud | |
| 2024-08-19 | rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY | hathach | |
| 2024-08-17 | define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER | hathach | |
| 2024-07-01 | Add MAX78002 Support | Brent Kowal | |
| -Added support for MAX78002, MAX78002EVKIT -Added provisions for remaining MAX32 USB parts | |||
| 2024-06-28 | Initial Commit for MAX32 Support | Brent Kowal | |
| Initial commit for the port of TUSB to MAX32xxx parts, staring with MAX32690 - Added dcd_max32.c (based on dcd_musb.c) for interfacing with the peripheral - Added MAX32690 part family support - Added max32690evkit board support - Updated examples for unique EP number requirement - Updated get_deps.py to fetch the MSDK Known Issues / Additional Testing Required - msc_dual_lun only shown 1 volume on Windows - USBTMC does not have a valid Windowsdriver - DFU does not have a valid Windows driver - WebUSB is "Device not Recognized" - Need to test build scripts with IAR and Clang | |||
| 2024-05-07 | Fix CI. | HiFiPhile | |
| 2024-05-07 | Enable NCM + iperf for MCU with bigger RAM. | HiFiPhile | |
| 2024-05-07 | Increase TCP_WND for better performance. | HiFiPhile | |
