| Age | Commit message (Collapse) | Author |
|
|
|
move it to family_configure_common()
also move startup and linker from board target to actual exe
|
|
|
|
|
|
|
|
with zephyr
- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
|
|
|
|
|
|
|
|
always reserve 0x100 for option setting in linker to prevent possible bricked mcu
|
|
|
|
missing configuration or clock setup
|
|
|
|
|
|
|
|
byte for ROM registers to work.
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
|
|
|
|
enumerated yet, probably due to bsp/clock setup
|
|
TinyUSB stack ported to MCXA and MXCN freedom boards.
|
|
|
|
|
|
|
|
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
|
|
|
|
|
|
possible now with latest freertos cmake
|
|
also make some other changes
|
|
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
|
|
|
Renesas_RA: add support for board with HS USB port
|
|
|
|
also mass change configQUEUE_REGISTRY_SIZE = 4
|
|
|
|
|
|
- remove ra from ci make build since it is already in cmake ci
|
|
|
|
add BOARD_UPPERCASE for board detection
|
|
usb still not work with uno
|
|
does not seems to work
|
|
|
|
|
|
- make osal_task_delay() as weak function in usbh
- implement osal_task_delay() in hcd rusb2 (may moved to other places)
|