| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-14 | Update README | gab-k | |
| 2025-12-14 | bsp: nxp: add support for RW612 (FRDM-RW612) | gab-k | |
| - Added `rw61x` family support. - Added `frdm_rw612` board support. - Update `get_deps.py` to include mcux-sdk for RW61x. - Add ci_hs_rw61x include to ChipIdea HS driver and enable host examples. | |||
| 2025-12-10 | hw/mcu: add support for NXP RW612 | gab-k | |
| 2025-12-10 | Merge pull request #3401 from hathach/copilot/fix-mtp-device-bug | Ha Thach | |
| Fix MTP transfer completion detection for exact-length packets | |||
| 2025-12-10 | Merge pull request #3396 from hathach/hwfifo_post | Ha Thach | |
| HWFIFO post fixup | |||
| 2025-12-10 | disable HWFIFO musb and rusb2, since they are not tested yet | hathach | |
| 2025-12-10 | revert the usbd_edpt_xfer_fifo guard | hathach | |
| 2025-12-10 | Merge branch 'master' into hwfifo_post | hathach | |
| 2025-12-10 | Fix MTP transfer completion detection for exact-length packets | copilot-swe-agent[bot] | |
| Change condition from `>` to `>=` to properly detect completion when xferred_len equals total_len. This fixes the bug where transfers of exactly bulk_mps length (e.g., 64 bytes for low speed) would never complete, such as GetHandles responses with 12 elements. Co-authored-by: hathach <[email protected]> | |||
| 2025-12-10 | Initial plan | copilot-swe-agent[bot] | |
| 2025-12-10 | Merge pull request #3399 from hathach/size-reduce | Ha Thach | |
| edpt stream only support no fifo mode if needed | |||
| 2025-12-10 | update metrics to support bloaty csv | hathach | |
| 2025-12-09 | update metrics to support bloaty | hathach | |
| 2025-12-08 | remove FS MPS assumption | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-08 | audio_device: use CFG_TUD_EDPT_DEDICATED_HWFIFO flag for FIFO transfer | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-08 | usbd: remove dcd_edpt_xfer_fifo ifdef guard | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-08 | tusb: add HWFIFO flag for supported MCUs | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-08 | Merge pull request #3340 from dinsfire64/hid-enum-fix | Ha Thach | |
| remove hid host enumeration assumption | |||
| 2025-12-06 | edpt stream only support non-fifo mode if needed ↵ | hathach | |
| CFG_TUSB_EDPT_STREAM_NO_FIFO_ENABLED | |||
| 2025-12-06 | fix metrics.py compare with verbose json. add print compare summary | hathach | |
| 2025-12-05 | Merge pull request #3391 from hathach/hide-unchange-size | Ha Thach | |
| hide unchange table | |||
| 2025-12-05 | hide unchange table | hathach | |
| 2025-12-05 | also render unchange table (#3390) | Ha Thach | |
| * also render unchange table * run metrics with circleci (full all boards build) | |||
| 2025-12-05 | Run CI build with fixed set of boards (#3389) | Ha Thach | |
| * run cmake ci build on github with a fixed set of board to keep the size stable * Size Difference Report contain major >1% and minor <1& table | |||
| 2025-12-04 | fine tune ci to build more with circleci (#3386) | Ha Thach | |
| * fine tune ci to build more with circleci * skip make for arm-iar, esp-idf * skip make + clang for circleci since llvm-objcopy got killed due to memory issue. | |||
| 2025-12-04 | Merge pull request #3384 from hathach/pr-size-diff | Ha Thach | |
| Size metrics | |||
| 2025-12-03 | clean up | hathach | |
| 2025-12-03 | Apply suggestion from @Copilot | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-12-03 | upload metrics.json and aggregate code metrics, post metrics comment | hathach | |
| fine tune ci matrix run | |||
| 2025-12-03 | upload metrics.json and aggregate code metrics, fine tune ci matrix run | hathach | |
| 2025-12-03 | upload metrics.json, test ci | hathach | |
| 2025-12-02 | adding metrics for computing average compiled size | hathach | |
| 2025-12-02 | adding metrics for computing average compiled size | hathach | |
| 2025-12-01 | run linkermap as post build for size analyze | hathach | |
| 2025-12-01 | add linkermap to deps and linkermap taget | hathach | |
| 2025-11-29 | change armgcc setup to manual download due to issue with action (#3377) | Ha Thach | |
| * change armgcc setup to manual download due to issue with action * build windows, macos with cmake as well | |||
| 2025-11-28 | Merge pull request #3376 from hathach/fix-zephyr-build | Ha Thach | |
| fix build with zephyr with latest nrfx v4 | |||
| 2025-11-28 | fix build with zephyr with latest nrfx v4 | hathach | |
| 2025-11-27 | Merge pull request #3373 from hathach/vendor-dedicated-hwfifo | Ha Thach | |
| update Vendor device to omit ep buffer for port with dedicated hwfifo | |||
| 2025-11-27 | add CFG_TUD_VENDOR_RX_MANUAL_XFER per suggestion | hathach | |
| 2025-11-27 | make vendor_read_* API() is only available when CFG_TUD_VENDOR_RX_BUFSIZE > 0 | hathach | |
| vendor_write_flush() and write_available() only available when CFG_TUD_VENDOR_TX_BUFSIZE > 0 | |||
| 2025-11-27 | change tud_vendor_rx_cb() behavior, buffer and bufsize only available when ↵ | hathach | |
| CFG_TUD_VENDOR_RX_BUFSIZE = 0 update vendor device to omit ep buf when dedicated hwfifo is supported | |||
| 2025-11-27 | add tud_vendor_n_read_discard(), refactor vendor device. Update webusb ↵ | hathach | |
| example for more robust | |||
| 2025-11-27 | add tu_fifo_discard_n() and tu_edpt_stream_discard() | hathach | |
| 2025-11-27 | Merge pull request #3359 from hathach/xfer-fifo | Ha Thach | |
| remove ep buffer for port with dedicated hw fifo | |||
| 2025-11-27 | re-enable other hil tests | hathach | |
| 2025-11-27 | correct tu_edpt_stream_read() with non-fifo mode. Fix rhport with vendor device | hathach | |
| 2025-11-27 | more rename | hathach | |
| 2025-11-27 | omit cdc epnotify for dedicated hw fifo | hathach | |
| 2025-11-27 | add tud_cdc_n_notify_msg() | hathach | |
