| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-19 | Merge pull request #1283 from kasjer/kasjer/olimex-pic32-board-fixes | Ha Thach | |
| olimex pic32 board fixes | |||
| 2022-01-18 | Merge pull request #1274 from kasjer/kasjer/nrf5x-request-clock-in-mynewt | Ha Thach | |
| nrf5x: Request HFXO via OS | |||
| 2022-01-18 | nrf5x: Request HFXO via OS | Jerzy Kasenberg | |
| Mynewt (similar to Soft Device) has its own reference counting for HFXO oscillator. So far TinyUSB requested HFXO when VBUS was detected and stopped when VBUS was removed. But with Mynewt running HFXO can be stopped when other interested parties don't require HFXO anymore. This results in very difficult to track USB transmission errors. This change enables Mynewt specific HFXO management in Soft Device fashion. | |||
| 2022-01-17 | pic32mz: Fix remote_wakeup without OS | Jerzy Kasenberg | |
| Remote wakeup requires 10ms of delay when RESUME bit is toggled. It was covered for OS build. For non-OS build simple delay based on board_millis() is used to wait required amount of time. Without this remote wakup may not work. | |||
| 2022-01-17 | ft9xx: Fix Mynewt build | Jerzy Kasenberg | |
| Includes were moved few lines down to restore build with Mynewt build system. | |||
| 2022-01-17 | Merge branch 'master' into port-ft90x | Ha Thach | |
| 2022-01-16 | Merge pull request #1270 from kasjer/kasjer/pic32mz | Ha Thach | |
| Driver for Microchip PIC32MZ family | |||
| 2022-01-16 | change OPT_MCU_PIC32MZ to value of 1900 | hathach | |
| 2022-01-16 | update format correction with actual bus speed | hathach | |
| 2022-01-07 | Add driver for PIC32MZ MCUs | Jerzy Kasenberg | |
| Device-only driver for PIC32MZ MCUs. | |||
| 2022-01-07 | Merge branch 'master' into feature/feedback_format | Valentin Milea | |
| 2022-01-07 | Disable feedback format correction by default #1234 | Valentin Milea | |
| 2022-01-06 | Enable breakpoints for ARM8M (e.g. cortex-m33) | EmergReanimator | |
| 2022-01-05 | No exceptions on broadcom. Add parens to if | Scott Shawcroft | |
| 2022-01-05 | Add Raspberry Pi Zero W and Zero 2 W | Scott Shawcroft | |
| These are different Broadcom chips. The peripherals are essentially the same. The main differences are: * The CPU(s) * The interrupt controller * The peripheral base address (but not the peripherals that we use) | |||
| 2021-12-31 | Add register file for Microchip PIC32MZ | Jerzy Kasenberg | |
| 2021-12-27 | Fix Mynewt build for Microchip PIC32MZ devices. | Jerzy Kasenberg | |
| definition of DEBUG breaks Microchip pic32 builds for Mynewt. When MCU is not VALENTYUSB_EPTRI there is no need to have any preprocessor definitions. It may not look like a big deal but for xc32 builds, compiler automatically force-includes some file that have structure with field name DEBUG that result in build error in dcd_eptri.c when this file is not really needed. Moving DEBUG and LOG_USB few lines down should not break eptri builds. | |||
| 2021-12-15 | Update midi_test endpoints and FT9xx code | Gordon McNab | |
| 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 | Update code to implement changes from upstream master | Gordon McNab | |
| 2021-12-08 | Merge branch 'master' into port-ft90x | Gordon McNab | |
| 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-06 | Support disabling feedback format correction #1234 | Valentin Milea | |
| 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 | |
