| Age | Commit message (Collapse) | Author |
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Implement Printer Device Driver
|
|
|
|
samx7x_update
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Co-authored-by: Copilot <[email protected]>
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
fix printer GET_DEVICE_ID request weird wIndex (interface high, alt low)
|
|
|
|
|
|
|
|
Add IAR warning flags to CMake build and resolve warnings
|
|
ci_hs: add deinit support
|
|
|
|
|
|
fix(bsp/rp2040): use MAX3421_SPI in spi_write_read_blocking
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Add DWC2 deinit support
|
|
ThreadX OSAL header
|
|
Switch pull_request to pull_request_target so secrets and OIDC tokens
are available when reviewing PRs from forks. Also add pull-requests: write
permission so the action can post review comments.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
|
|
|
|
|
|
|
Fix HSE value for STM32F411 Black Pill
|
|
|
|
|
|
set esp32p4 min revision to 0.1
|
|
|
|
Add Claude Code GitHub Workflow
|
|
deinitialization across all MCUs
|
|
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
Fully asynchrounous host code (v2)
|
|
The write+read path in tuh_max3421_spi_xfer_api() hardcodes spi0
instead of using the MAX3421_SPI define. This causes a hang on
boards wired to spi1 (e.g. Feather RP2040 USB Host + MAX3421E
FeatherWing) since spi_write_read_blocking() blocks forever on an
uninitialized SPI peripheral.
The read-only and write-only paths already use MAX3421_SPI correctly.
|
|
|
|
|
|
|
|
fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4
|
|
|
|
|