summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-21follow up to pr468hathach
2020-07-21add note for MS OS 1.0 Descriptor at 0xEEhathach
2020-07-21Merge pull request #468 from me-no-dev/freertos-yield-from-isrHa Thach
FreeRTOS: Yield from ISR to notify the USB task
2020-07-20FreeRTOS: Yield from ISR to notify the USB taskme-no-dev
If we do not yeld in ISR when we write to queue/give semaphore, the scheduler will not know of the change and will not check the queue untill the next OS tick. This change causes the task to be called immediately and makes communication many times faster.
2020-07-19update ci scripthathach
2020-07-19Merge pull request #464 from hathach/improve-highspeedHa Thach
Better support highspeed mode
2020-07-19minor clean uphathach
2020-07-18more updatehathach
2020-07-17add new name warning to cdc and midi (skip msc, hid warning for now)hathach
2020-07-17update actual link speed for spresensehathach
2020-07-16update link speed detection for nuc505hathach
2020-07-16dcd tdi report link speed on resethathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-07-16fix unintended changes to webusb examplehathach
2020-07-16add tud_speed_get()hathach
- define both fs and hs configuration descriptor - rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS
2020-07-15Merge pull request #462 from ktemkin/add_luna_bspHa Thach
add BSP for Great Scott Gadgets' LUNA boards (SAMD21)
2020-07-14add BSP for Great Scott Gadgets' LUNA boards (SAMD21)Kate Temkin
2020-07-10Merge pull request #461 from CraigHutchinson/patch-1Ha Thach
Improve comment on CDC tud_cdc_write_available()
2020-07-10Improve comment on CDC tud_cdc_write_available()Craig Hutchinson
Fixes #460
2020-07-10Merge pull request #456 from me-no-dev/esp32-s2-epin-toHa Thach
ESP32-S2: Detect EP IN Xfer Timeout
2020-07-08Merge pull request #447 from hathach/add-stm-hsHa Thach
Add support for STM32 OTG HS core
2020-07-08change REDUCE_SPEED=0/1 to explicitly SPEED=high/fullhathach
update readme, boards.md to add link to new stm boards
2020-07-06correct EP Size for cdc dual and webusb examplehathach
2020-07-05Merge pull request #457 from UweBonnes/add-stm-hsHa Thach
Add stm hs
2020-07-03Add stm32l4r5nucleo. USB and UARTwork.Uwe Bonnes
USB runs from LSE stabilized MSI48 LPUART on PORTG needs VDDIO2 enabled.
2020-07-03stlinkv3mini: Only OTG_HS has connector.Uwe Bonnes
2020-07-03stm32h745disco: HAL_PWREx_EnableUSBVoltageDetector() is needed for hot replug.Uwe Bonnes
2020-07-03stm32h745disco: Only OTG_FS is available. Does not enumerate on replug yet.Uwe Bonnes
2020-07-03STM32/OTG_HS: Allow OTG_HS port to run at FS speed.Uwe Bonnes
Add "REDUCE_SPEED=1" to the compile options.
2020-07-03update per reviewhathach
2020-07-03fix NVIC disable typohathach
2020-07-02ESP32-S2: Detect EP IN Xfer Timeoutme-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-02correct HSE_VALUE in hal_confhathach
- although it is define in CFLAGS, it is worth to correct to be consistent with other build - extract set_speed()
2020-07-02change default port some stm bsphathach
- f769disco default port is highspeed port1 - remove PORT0 on stlink since the board only populated HS connector
2020-07-02clean uphathach
2020-07-01Merge branch 'add-stm-hs' of github.com:hathach/tinyusb into add-stm-hshathach
2020-07-01Merge pull request #455 from UweBonnes/add-stm-hsHa Thach
Add stm hs
2020-07-01Add bsp for stlinkv3mini.Uwe Bonnes
2020-07-01st/synopsys/dcd_synopsys.c: Remove USBC PHY PLL stabilization delay for nowUwe 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-01only set turnaround in reset completehathach
2020-07-01correctly set turn around according to cpu clockhathach
help to run with low speed mcu
2020-07-01added uart for h743hathach
2020-07-01Merge branch 'master' into add-stm-hshathach
2020-07-01clean up codehathach
2020-07-01Merge pull request #452 from hathach/fix-dfu-rtHa Thach
Fix dfu rt
2020-07-01Update README.mdHa Thach
2020-07-01Merge pull request #439 from UweBonnes/add-stm-hsHa Thach
Add stm hs
2020-07-01Merge pull request #453 from hathach/add-da14695-usbHa Thach
Add da14695 usb
2020-07-01added DA14695 DK USB bsphathach