| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-09 | Merge pull request #1233 from vmilea/rp2040_bugfix/ep_close | Ha Thach | |
| Handle the closing of endpoints on RP2040 | |||
| 2021-12-09 | Merge pull request #1221 from kasjer/kasjer/fix-nrf5x-vbus-race-condition | Ha Thach | |
| nrf5x: Fix race condition during startup | |||
| 2021-12-08 | Handle xfer events before closing EP | Valentin Milea | |
| 2021-12-08 | nrf5x: Fix race condition during startup | Jerzy Kasenberg | |
| When NRF5x device is reset by software (after DFU for example), power event is ready from the beginning. When power interrupt is triggered before tud_init() finished USBD_IRQn is enabled before it would be enabled in tud_init(). This in turn may result in BUS RESET event being sent from USB interrupt to USB task when queue is not initialized yet. This scenario often happens in Mynewt build where queue creation takes more time. To prevent this scenario USBD_IRQn is not enabled in power event interrupt handler before dcd_init() was called. | |||
| 2021-12-07 | Remove buffer reclaim logs | Valentin Milea | |
| 2021-12-07 | Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401y | Ha Thach | |
| Add a HCD driver for MSP-EXP432E401Y | |||
| 2021-12-04 | Handle the closing of endpoints on RP2040 | Valentin Milea | |
| 2021-12-04 | Fix buffer overrun at pipe_read_packet() | kkitayam | |
| 2021-12-04 | Fix memory overrun at pipe_read_packet() | kkitayam | |
| 2021-12-03 | Merge branch 'master' into add_hcd_for_msp_exp432e401y | Ha Thach | |
| 2021-12-02 | more chipidea | hathach | |
| 2021-12-01 | more work to abstract chipidea driver | hathach | |
| 2021-12-01 | more ci abstract | hathach | |
| 2021-12-01 | add chipidea highspeed controller | hathach | |
| add warning to transdimension for the rename | |||
| 2021-11-30 | Add register settings to handle a HUB | kkitayam | |
| 2021-11-30 | improve hcd_device_close() for rp2040 | hathach | |
| 2021-11-30 | on unplug release device endpoints | rppicomidi | |
| 2021-11-30 | implement hcd device close | rppicomidi | |
| 2021-11-29 | correct 32 button in gamepad hid descriptor template | hathach | |
| 2021-11-29 | Add hcd_musb.c | kkitayam | |
| 2021-11-27 | Add a compile condition for dcd | kkitayam | |
| 2021-11-23 | more clean up | hathach | |
| 2021-11-23 | clean up | hathach | |
| 2021-11-23 | fix nrf easy dma race condition | hathach | |
| 2021-11-22 | Merge pull request #1206 from hathach/bcm-dwc2-address | Ha Thach | |
| Bcm dwc2 address | |||
| 2021-11-22 | use USB_OTG_GLOBAL_BASE instead of hard code value | hathach | |
| 2021-11-17 | clean up | hathach | |
| 2021-11-15 | set DCFG_XCVRDLY when using external ULPI highspeed phy | hathach | |
| 2021-11-08 | add missing musb type file | hathach | |
| 2021-11-08 | rename to simply OPT_MCU_MSP432E4, add msp432e to ci | hathach | |
| 2021-11-08 | musb work well with tm4c123 | hathach | |
| 2021-11-08 | merge pull request 670 for tm4c123gxl bsp | hathach | |
| 2021-11-07 | Fix DCD_EVENT_XFER_COMPLETE was signaled, even after EP is closed | kkitayam | |
| 2021-11-06 | Implement dcd_edpt_xfer_fifo for dcd_musb | kkitayam | |
| 2021-11-06 | Add dcd_musb.c | kkitayam | |
| 2021-11-06 | Add files for msp432e4 | kkitayam | |
| 2021-11-05 | Merge pull request #1181 from liamfraser/rp2040-hcd-assert-fix | Ha Thach | |
| Fix invalid assert in RP2040 host mode when compiled in debug mode | |||
| 2021-11-05 | bth: Add IAD to BT descriptor | Jerzy Kasenberg | |
| Bluetooth's specification defines IAD for primary controller. While it seems that Windows and Linux can leave without this, there is no reason TinyUSB should not provide it. | |||
| 2021-11-05 | bth: Update driver to interface association changes | Jerzy Kasenberg | |
| Two interfaces that are required by Bluetooth Primary Controller do not have IAD according to Bluetooth specification. Those two interfaces were opened separately in process_set_config(). Later interface association was inferred for BTH (along with other drivers), since then only one call to open() is place for BTH driver that should prepare both interfaces at once. To make it work again btd_open() parses two interfaces at once. | |||
| 2021-11-05 | RP2040 HCD: Move invalid ep->active assert in hw_trans_complete. The check ↵ | Liam Fraser | |
| for ep->active should only happen if a setup packet was just sent. Otherwise the transaction is handled in hw_handle_buff_status. | |||
| 2021-11-05 | Merge pull request #1180 from hathach/add-xmc4500 | Ha Thach | |
| Add xmc4500 | |||
| 2021-11-05 | xmc4500 ported, cdc msc example run fine | hathach | |
| 2021-11-05 | xmc4500 led blinky, button ok | hathach | |
| 2021-11-04 | broadcom/dcd: Fix mynewt build | Jerzy Kasenberg | |
| dcd_synopsys.c included broadcom/interrupts.h before preprocessor check whether file should be used. Since mynewt build does not include all folders it resulted in build error. Now offending include is moved few lines after preprocessor check. | |||
| 2021-11-04 | adding g4 family with g474nucleo, able to blink led and button | hathach | |
| 2021-11-04 | Merge pull request #1163 from hathach/generalize-synopsys-dwc2 | Ha Thach | |
| Generalize synopsys dwc2 | |||
| 2021-11-04 | add hint/question with ISB | hathach | |
| 2021-11-04 | fix issue with bcm2711 caching issue by ading ISB() after dwc2_dcd_int_enable90 | hathach | |
| also add hwcfg_list for reference | |||
| 2021-11-03 | clean up | hathach | |
| 2021-11-02 | grouping stm32L4 family in bsp | hathach | |
