| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-03 | stlinkv3mini: Only OTG_HS has connector. | Uwe Bonnes | |
| 2020-07-03 | stm32h745disco: HAL_PWREx_EnableUSBVoltageDetector() is needed for hot replug. | Uwe Bonnes | |
| 2020-07-03 | stm32h745disco: Only OTG_FS is available. Does not enumerate on replug yet. | Uwe Bonnes | |
| 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 | Merge pull request #455 from UweBonnes/add-stm-hs | Ha Thach | |
| Add stm hs | |||
| 2020-07-01 | Add bsp for stlinkv3mini. | Uwe Bonnes | |
| 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 | added uart for h743 | hathach | |
| 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-07-01 | Merge pull request #452 from hathach/fix-dfu-rt | Ha Thach | |
| Fix dfu rt | |||
| 2020-07-01 | Update README.md | Ha Thach | |
| 2020-07-01 | Merge pull request #439 from UweBonnes/add-stm-hs | Ha Thach | |
| Add stm hs | |||
| 2020-07-01 | Merge pull request #453 from hathach/add-da14695-usb | Ha Thach | |
| Add da14695 usb | |||
| 2020-07-01 | added DA14695 DK USB bsp | hathach | |
| 2020-07-01 | rename file | hathach | |
| 2020-07-01 | fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUS | hathach | |
| fix #450 | |||
| 2020-07-01 | Merge pull request #451 from duempel/fix_synopsys_short_packet | Ha Thach | |
| Fix receiving of short packet data (Synopsys) | |||
| 2020-06-30 | correct led dfu_rt example | hathach | |
| also add example usage note | |||
| 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 | more clean up | hathach | |
| 2020-06-30 | revert rhport config in nxp mcus | hathach | |
| 2020-06-30 | stm32f723disco: USB HS enumerates. | Uwe Bonnes | |
| 2020-06-30 | cdc-acm: Use 512 bytes when in HS mode. | Uwe Bonnes | |
| Removes error: config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64 while enumerationg. | |||
| 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 | Add Stm32F7xxdisco board support files | Uwe Bonnes | |
| Status with examples/device/cdc_msc: - make BOARD=stm32f723disco => OK - make BOARD=stm32f723disco PORT=1 => No Reaction - make BOARD=stm32f746disco => OK - make BOARD=stm32f746disco PORT=1 => Hangs during enumeration - make BOARD=stm32f769disco => Hangs during enumeration | |||
| 2020-06-30 | stm32h743nucleo: Enable Log via STLINK-VCP. | Uwe Bonnes | |
| 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 #445 from hathach/add-kaluga-bsp | Ha Thach | |
| added esp32s2 kaluga bsp | |||
| 2020-06-29 | add kaluga files | hathach | |
| 2020-06-29 | update ci | hathach | |
| 2020-06-29 | added esp32s2 kaluga bsp | hathach | |
| 2020-06-29 | Merge pull request #399 from duempel/redesign_synopsys_receive | Ha Thach | |
| Improvements to Synopsys EP OUT | |||
| 2020-06-29 | Add board support for Dialog DA1469x-dk-pro | Jerzy Kasenberg | |
| This adds source files that allow to run TinyUSB stack on DA1469x-dk-pro board. Source files .c .S and .ld are taken from Apache Mynewt repository. Those files were stripped to allow starting board without Mynewt os. | |||
| 2020-06-29 | Add author name to dcd_synopsys.c | Jan Dümpelmann | |
| 2020-06-29 | Add name to contributor list | Jan Dümpelmann | |
| 2020-06-26 | Remove EP0 remaining bytes manipulation | Jan Dümpelmann | |
| Renaming edpt_xact to edpt_schedule_packets | |||
| 2020-06-26 | Merge pull request #444 from jepler/same5x_bugfix | Ha Thach | |
| dcd_samd: Provide implementation for OPT_MCU_SAME5X | |||
