| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
move it to family_configure_common()
also move startup and linker from board target to actual exe
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
with zephyr
- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix duplicated device attach for some devices which cause "USBH Defer Attach until current enumeration complete"
include dev0 for tuh_edpt_abort_xfer()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
samd51 nrf
|
|
|
|
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
|
|
|
|
|
|
possible now with latest freertos cmake
|
|
|
|
|
|
|
|
|
|
also mass change configQUEUE_REGISTRY_SIZE = 4
|
|
|
|
family_configure_device/host/dual_example()
|
|
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
Renesas ra family support
|