| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-28 | Fix RT-Thread MSC inquiry string bounds | Old-Ding | |
| 2026-04-20 | fix usbnet hardcode speed. disable hil test for now | hathach | |
| 2026-04-02 | update FatFS to R0.16 via abbrev/fatfs dependency | hathach | |
| - Add lib/fatfs to deps_mandatory in get_deps.py, pinned to R0.16 (commit 30ca13c6) from github.com/abbrev/fatfs mirror - Move TinyUSB custom ffconf.h to examples/host/msc_file_explorer/src/ with project-specific settings: FF_CODE_PAGE=437, FF_USE_LFN=1, FF_FS_RPATH=2, FF_VOLUMES=4, FF_FS_NORTC=1 - get_deps.py removes stock ffconf.h after clone to avoid conflict - Remove vendored fatfs source files from git tracking FatFS R0.16 includes important fixes since R0.15: - Fixed FAT32 FsInfo regression (forced full FAT scan on f_getfree) - Fixed f_readdir infinite loop (from R0.15b) - f_getcwd/.. now works on exFAT - Added FF_FS_CRTIME support | |||
| 2026-03-06 | fix warnings | hathach | |
| 2025-11-25 | fsdev: reorganize functions | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-14 | improve cmake warning flags, fix various warnings in examples | hathach | |
| 2025-09-15 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-08-06 | Add MTP class device | Maurizio Pesce | |
| 2025-07-27 | Fix goto indentation | Elwin Huang | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-07-25 | Fix compile error. | Elwin Huang | |
| 2025-07-25 | dhcp: Fix DHCP_OFFER/DHCP_ACK destinaton. | EcuasYos | |
| In RFC 2131, the destination of DHCP OFFER/ACK is defined in Section 4.1. Fix the destination error by following the rule of RFC 2131. TODO: We implement all rule but the last one. ARP table is required to associate client's macaddr. Currently, fallback to broadcast. Signed-off-by: Elwin Huang <[email protected]> | |||
| 2024-11-22 | add TUD_EPBUF_DEF for ecm rndis, also separate notify and control buffer, ↵ | hathach | |
| use edpt_claim() to prevent race condition | |||
| 2024-09-03 | Make function parameter definitions match function prototypes ( found with ↵ | dp111 | |
| cppcheck) | |||
| 2024-05-24 | [osal]Add usb-device and host macro controls. | Rbb666 | |
| 2024-05-11 | [osal]add usb host script. | Rbb666 | |
| 2024-04-30 | Update dnserver.c: Match dnserv_free signature with fwd-decl | maflcko | |
| 2024-04-25 | Merge pull request #2599 from Rbb666/rtthread | Ha Thach | |
| [osal]Add rt-thread script support. | |||
| 2024-04-25 | fix pre-commit | hathach | |
| 2024-04-22 | skip malloc/free in embedded | hathach | |
| 2024-04-18 | [add]Add rtthread script support to better integrate into rtthread projects. | Rbb666 | |
| 2023-11-13 | Adding extern C to definitions to allow link on C++ project | jfm92 | |
| 2023-08-06 | Fix RTT build. | HiFiPhile | |
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 2023-06-14 | update segger rtt to fix cast align | hathach | |
| 2023-06-07 | update rtt to rev 25842 | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-17 | remove all submodules | hathach | |
| 2023-03-10 | remove most of the submodules | hathach | |
| 2023-03-10 | starting to remove submodule cmsis5 and nrfx | hathach | |
| 2023-02-04 | dhserver: Fix a potential DoS vulnerability accidentially introduced by #1712 | Jannis Achstetter | |
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-11-21 | Merge pull request #1746 from hathach/host-msc-example | Ha Thach | |
| Add host msc explorer example | |||
| 2022-11-21 | add pwd | hathach | |
| 2022-11-19 | implement cat command | hathach | |
| 2022-11-19 | msc explorer ls work great | hathach | |
| 2022-11-18 | add msc file explorer example | hathach | |
| - add lib/fatfs version 15 - add lib/embedded-cli | |||
| 2022-11-01 | dhserver: Support DHCP clients that don't send the MESSAGETYPE as first option | Jannis Achstetter | |
| Signed-off-by: Jannis Achstetter <[email protected]> | |||
| 2022-05-27 | Remove lib/Pico-PIO-USB, which has moved to hw/mcu/raspberry_pi/Pico-PIO-USB. | William D. Jones | |
| 2022-05-11 | clean up example | hathach | |
| 2022-05-11 | sync with pio usb | hathach | |
| 2022-05-10 | move pio usb files to src | hathach | |
| 2022-04-29 | configure hid_to_cdc example to build with rp2040 with pio usb as host | hathach | |
| 2022-04-29 | update pio | hathach | |
| 2022-04-28 | more clean up | hathach | |
| 2022-04-27 | everything work great | hathach | |
| 2022-04-26 | minor clean up | hathach | |
| 2022-04-26 | follow pio usb changes | hathach | |
| 2022-04-22 | more with pio usb | hathach | |
| 2022-04-22 | keep up with pio usb | hathach | |
