| Age | Commit message (Collapse) | Author |
|
'idx' is not used if CFG_TUH_CDC_LINE_CODING_ON_ENUM is not defined.
|
|
Enable D-Cache unless we're compiling for the M4 core of a dual-core H7 mcu by directly testing CORE_CM4
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Signed-off-by: Zhihong Chen <[email protected]>
|
|
|
|
|
|
hcd: add stm32_fsdev driver
|
|
|
|
|
|
- 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.
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Add dcd_configure for dwc2 FIFO config
|
|
|
|
dcd/rusb2: fix fifo write
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
refactor, clean up to reduce size
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
of bool. help to simplify parsing configuration
|
|
|
|
|
|
|
|
Fix MTP transfer completion detection for exact-length packets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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]>
|
|
edpt stream only support no fifo mode if needed
|
|
|
|
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Signed-off-by: Zixun LI <[email protected]>
|