| Age | Commit message (Collapse) | Author |
|
* change armgcc setup to manual download due to issue with action
* build windows, macos with cmake as well
|
|
fix build with zephyr with latest nrfx v4
|
|
|
|
update Vendor device to omit ep buffer for port with dedicated hwfifo
|
|
|
|
vendor_write_flush() and write_available() only available when CFG_TUD_VENDOR_TX_BUFSIZE > 0
|
|
CFG_TUD_VENDOR_RX_BUFSIZE = 0
update vendor device to omit ep buf when dedicated hwfifo is supported
|
|
example for more robust
|
|
|
|
remove ep buffer for port with dedicated hw fifo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# src/common/tusb_fifo.h
|
|
examples having minimum 64 bytes fifo (fs)
|
|
Few misc fixes
|
|
bsp: Disable SysTick ISR if FreeRTOS is enabled
|
|
accesses is undefined
|
|
|
|
|
|
|
|
Fix STM32N6 IAR build
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
stm32_fsdev: Fix missed cases in single-buffered isochronous endpoint support.
|
|
|
|
|
|
|
|
Fix in multiple example codes, wrong descriptor device qualifier length.
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
pointer. More rename
|
|
tusb_desc_device_qualifier_t.
Signed-off-by: Thomas Rubin <[email protected]>
|
|
cdc device omit ep buffer when hwfifo is supported
|
|
|
|
|
|
|
|
Doc: Typo in docs/integration.rst
|
|
Signed-off-by: Thomas Rubin <[email protected]>
|
|
Add is_isr parameter to dcd_edpt_xfer, dcd_edpt_xfer_fifo, usbd_edpt_xfer, and usbd_edpt_xfer_fifo functions
|
|
|