| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-23 | fix samd21 race condition with setup packet | hathach | |
| reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1 | |||
| 2020-07-17 | update actual link speed for spresense | hathach | |
| 2020-07-16 | update link speed detection for nuc505 | hathach | |
| 2020-07-16 | dcd tdi report link speed on reset | hathach | |
| 2020-07-10 | Merge pull request #456 from me-no-dev/esp32-s2-epin-to | Ha Thach | |
| ESP32-S2: Detect EP IN Xfer Timeout | |||
| 2020-07-08 | change REDUCE_SPEED=0/1 to explicitly SPEED=high/full | hathach | |
| update readme, boards.md to add link to new stm boards | |||
| 2020-07-05 | Merge pull request #457 from UweBonnes/add-stm-hs | Ha Thach | |
| Add stm hs | |||
| 2020-07-03 | STM32/OTG_HS: Allow OTG_HS port to run at FS speed. | Uwe Bonnes | |
| Add "REDUCE_SPEED=1" to the compile options. | |||
| 2020-07-03 | update per review | hathach | |
| 2020-07-03 | fix NVIC disable typo | hathach | |
| 2020-07-02 | ESP32-S2: Detect EP IN Xfer Timeout | me-no-dev | |
| In some rare ocasions (bad cable, noise, etc.) data transfer might timeout and hang the endpoint, unless the interrupt flag is cleared. This pull request targets to solve that case. | |||
| 2020-07-02 | correct HSE_VALUE in hal_conf | hathach | |
| - although it is define in CFLAGS, it is worth to correct to be consistent with other build - extract set_speed() | |||
| 2020-07-02 | change default port some stm bsp | hathach | |
| - f769disco default port is highspeed port1 - remove PORT0 on stlink since the board only populated HS connector | |||
| 2020-07-02 | clean up | hathach | |
| 2020-07-01 | Merge branch 'add-stm-hs' of github.com:hathach/tinyusb into add-stm-hs | hathach | |
| 2020-07-01 | st/synopsys/dcd_synopsys.c: Remove USBC PHY PLL stabilization delay for now | Uwe Bonnes | |
| While the ST code has a 2 ms stabilization delay for the USBC PHY PLL, running without this delay showed no problem for at leat 10 USB un/replug cycles. Observe for problems! | |||
| 2020-07-01 | only set turnaround in reset complete | hathach | |
| 2020-07-01 | correctly set turn around according to cpu clock | hathach | |
| help to run with low speed mcu | |||
| 2020-07-01 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-07-01 | clean up code | hathach | |
| 2020-07-01 | ESP32-S2: Handle the fact that available EP IN FIFOs are less than the ↵ | me-no-dev | |
| number of available EP INs ESP32-S2 has only 5 available endpoint-in FIFOs (including EP0) but 7 available EP IN numbers. This change decouples the fifo number from the endpoint number, providing FIFO numbers until they reach the limit, at which point it will return false and assert an error that too many endpoints were allocated. | |||
| 2020-06-30 | Clear ep0_pending if rx short packet | Jan Dümpelmann | |
| 2020-06-30 | Fix receiving of short packet data (ep out) | Jan Dümpelmann | |
| 2020-06-30 | stm32f723disco: USB HS enumerates. | Uwe Bonnes | |
| 2020-06-30 | dcd_synopsys: Handle HS and FS IP in one device | Uwe Bonnes | |
| FIXME: Allow run-time selection to allow to handle both HS and FS with one file F746 HS port enumerates with error config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64 | |||
| 2020-06-30 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-06-30 | Merge pull request #427 from kasjer/kasjer/add-da1469x-support | Ha Thach | |
| Support for DA1469x MCU from Dialog Semiconductor | |||
| 2020-06-29 | Merge pull request #399 from duempel/redesign_synopsys_receive | Ha Thach | |
| Improvements to Synopsys EP OUT | |||
| 2020-06-29 | Add author name to dcd_synopsys.c | Jan Dümpelmann | |
| 2020-06-26 | Remove EP0 remaining bytes manipulation | Jan Dümpelmann | |
| Renaming edpt_xact to edpt_schedule_packets | |||
| 2020-06-25 | dcd_samd: Provide implementation for OPT_MCU_SAME5X | Jeff Epler | |
| 2020-06-24 | added OPT_MCU_SAME5X option | hathach | |
| 2020-06-18 | Add transaction (edpt_xact) as sub transfer | Jan Dümpelmann | |
| A transfer can have one or multiple transactions. Usually only EP0 splits one xfer into multiple xact. | |||
| 2020-06-18 | Disable SOF in dcd_stm32_fsdev | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2020-06-17 | Fix IAR warnings. | Mengsk | |
| Pa039 : use of address of unaligned structure member. Pe188: enumerated type mixed with another type. | |||
| 2020-06-16 | fix stm32h743 priority with freeRTOS | hathach | |
| 2020-06-15 | Enhance EP FIFO allocation for both Fullspeed and Highspeed | hathach | |
| - Update shared RX FIFO calculation with FS/HS - IN FIFO EP - Interrupt -> use EPSize - Bulk/ISO -> use max(EPSize, remaining-fifo / non-opened-EPIN) | |||
| 2020-06-14 | cherry pick PR399 commit : Interrupt time improvements | Jan Dümpelmann | |
| 2020-06-14 | overwrite setup packet | hathach | |
| 2020-06-09 | Add DCD for Dialog DA1469x MCU | Jerzy Kasenberg | |
| Dialog Semiconductor's BLE MCU DA1469x comes with full speed USB. It's base on National Semiconductor discrete USB controller USBN9603/4. This adds support for: - control/interrupt/bulk endpoints (up to 64 bytes) - ISO endpoint were not tested and may not work correctly - reset/sleep/wakeup are handled - code for VBUS changes is provided | |||
| 2020-06-01 | allow hs ep open with 512 bytes | hathach | |
| 2020-05-31 | fixed EP0 size to 64 since LS is not supported in device mode | hathach | |
| - set turn-around and report actual speed in Enum Done - add dcd_event_bus_reset() helper to report speed | |||
| 2020-05-31 | able to detect as hs | hathach | |
| 2020-05-27 | try to get synopsys work with OTG HS + external PHY | hathach | |
| 2020-05-26 | random clean up for tdi | hathach | |
| 2020-05-26 | multiple port support for global otg base | hathach | |
| 2020-05-26 | suporting multiple port (OTG FS + HS) for stm32 | hathach | |
| 2020-05-21 | fix nrf hanged (blocking wait) when called within critical section | hathach | |
| 2020-05-18 | fix cast-align warning for nuc505 | hathach | |
| 2020-05-17 | enable -Wcast-align | hathach | |
| suppress vendor sdk driver at board.mk | |||
