summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-29fix nested extern declaration of 'SystemCoreClock' [-Werror=nested-externs]hathach
2020-07-29fix strict prototypehathach
2020-07-29Merge pull request #412 from hathach/fix-net-cast-alignHa Thach
suppress cast-align warnings for net device driver
2020-07-28Merge pull request #454 from me-no-dev/esp32-s2-fifosHa Thach
ESP32-S2: Handle the fact that available EP IN FIFOs are less than the number of available EP INs
2020-07-28Update dcd_esp32s2.cme-no-dev
2020-07-28fix msp430 gcc 9.2.0 warning in #465hathach
2020-07-27Implement dynamic reallocation of RX and TX fifos for EP0.Reinhard Panhuber
Tested with EP0 size 8/16/32/64.
2020-07-26add 'set_EP0_max_pkt_size(...)' and fix EP0 size to 64 bytes after resetReinhard Panhuber
2020-07-26Merge remote-tracking branch 'upstream/master'Reinhard Panhuber
2020-07-25Fix structure definition audio_control_range_X_n_tReinhard Panhuber
2020-07-25Merge remote-tracking branch 'upstream/master' into uac2Reinhard Panhuber
2020-07-25Get and set requests workReinhard Panhuber
2020-07-24Merge pull request #471 from hathach/call-usbinit-after-kernel-startedHa Thach
call tud_init() after freeRTOS kernel is started
2020-07-23example to call tud_init() after freeRTOS kernel is startedhathach
add note for usb init when using with RTOS
2020-07-23Merge pull request #470 from hathach/fix-samd21-missing-setupHa Thach
fix samd21 race condition with setup packet
2020-07-23fix samd21 race condition with setup packethathach
reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1
2020-07-21Merge pull request #469 from hathach/followup-pr466-pr468Ha Thach
Followup pr466 pr468
2020-07-21follow up to pr468hathach
2020-07-21add note for MS OS 1.0 Descriptor at 0xEEhathach
2020-07-21Merge pull request #466 from chang196700/feature/string_desc_msosHa Thach
Remove 0xEE index string if statement & change TU_ASSERT to TU_VERIFY
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-20Make definition of CFG_TUD_AUDIO_CTRL_BUF_SIZE mandatoryReinhard Panhuber
2020-07-20Implement control EP0 buffer and get rid of CFG_TUD_AUDIO_USE_TX_FIFOReinhard Panhuber
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-19Remove 0xEE index string if statement & change TU_ASSERT to TU_VERIFYChang Feng
Signed-off-by: Chang Feng <[email protected]>
2020-07-19Implement all missing A.17 control selectorsReinhard Panhuber
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-18Add A.17.4 - Terminal Control SelectorsReinhard Panhuber
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-17Intermediate commit.Reinhard Panhuber
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.