| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-29 | fix nested extern declaration of 'SystemCoreClock' [-Werror=nested-externs] | hathach | |
| 2020-07-29 | fix strict prototype | hathach | |
| 2020-07-29 | Merge pull request #412 from hathach/fix-net-cast-align | Ha Thach | |
| suppress cast-align warnings for net device driver | |||
| 2020-07-28 | Merge pull request #454 from me-no-dev/esp32-s2-fifos | Ha Thach | |
| ESP32-S2: Handle the fact that available EP IN FIFOs are less than the number of available EP INs | |||
| 2020-07-28 | Update dcd_esp32s2.c | me-no-dev | |
| 2020-07-28 | fix msp430 gcc 9.2.0 warning in #465 | hathach | |
| 2020-07-27 | Implement dynamic reallocation of RX and TX fifos for EP0. | Reinhard Panhuber | |
| Tested with EP0 size 8/16/32/64. | |||
| 2020-07-26 | add 'set_EP0_max_pkt_size(...)' and fix EP0 size to 64 bytes after reset | Reinhard Panhuber | |
| 2020-07-26 | Merge remote-tracking branch 'upstream/master' | Reinhard Panhuber | |
| 2020-07-25 | Fix structure definition audio_control_range_X_n_t | Reinhard Panhuber | |
| 2020-07-25 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-07-25 | Get and set requests work | Reinhard Panhuber | |
| 2020-07-24 | Merge pull request #471 from hathach/call-usbinit-after-kernel-started | Ha Thach | |
| call tud_init() after freeRTOS kernel is started | |||
| 2020-07-23 | example to call tud_init() after freeRTOS kernel is started | hathach | |
| add note for usb init when using with RTOS | |||
| 2020-07-23 | Merge pull request #470 from hathach/fix-samd21-missing-setup | Ha Thach | |
| fix samd21 race condition with setup packet | |||
| 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-21 | Merge pull request #469 from hathach/followup-pr466-pr468 | Ha Thach | |
| Followup pr466 pr468 | |||
| 2020-07-21 | follow up to pr468 | hathach | |
| 2020-07-21 | add note for MS OS 1.0 Descriptor at 0xEE | hathach | |
| 2020-07-21 | Merge pull request #466 from chang196700/feature/string_desc_msos | Ha Thach | |
| Remove 0xEE index string if statement & change TU_ASSERT to TU_VERIFY | |||
| 2020-07-21 | Merge pull request #468 from me-no-dev/freertos-yield-from-isr | Ha Thach | |
| FreeRTOS: Yield from ISR to notify the USB task | |||
| 2020-07-20 | Make definition of CFG_TUD_AUDIO_CTRL_BUF_SIZE mandatory | Reinhard Panhuber | |
| 2020-07-20 | Implement control EP0 buffer and get rid of CFG_TUD_AUDIO_USE_TX_FIFO | Reinhard Panhuber | |
| 2020-07-20 | FreeRTOS: Yield from ISR to notify the USB task | me-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-19 | Remove 0xEE index string if statement & change TU_ASSERT to TU_VERIFY | Chang Feng | |
| Signed-off-by: Chang Feng <[email protected]> | |||
| 2020-07-19 | Implement all missing A.17 control selectors | Reinhard Panhuber | |
| 2020-07-19 | update ci script | hathach | |
| 2020-07-19 | Merge pull request #464 from hathach/improve-highspeed | Ha Thach | |
| Better support highspeed mode | |||
| 2020-07-19 | minor clean up | hathach | |
| 2020-07-18 | Add A.17.4 - Terminal Control Selectors | Reinhard Panhuber | |
| 2020-07-18 | more update | hathach | |
| 2020-07-17 | add new name warning to cdc and midi (skip msc, hid warning for now) | hathach | |
| 2020-07-17 | update actual link speed for spresense | hathach | |
| 2020-07-17 | Intermediate commit. | Reinhard Panhuber | |
| 2020-07-16 | update link speed detection for nuc505 | hathach | |
| 2020-07-16 | dcd tdi report link speed on reset | hathach | |
| 2020-07-16 | rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE | hathach | |
| rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE | |||
| 2020-07-16 | add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun | hathach | |
| 2020-07-16 | fix unintended changes to webusb example | hathach | |
| 2020-07-16 | add 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-15 | Merge pull request #462 from ktemkin/add_luna_bsp | Ha Thach | |
| add BSP for Great Scott Gadgets' LUNA boards (SAMD21) | |||
| 2020-07-14 | add BSP for Great Scott Gadgets' LUNA boards (SAMD21) | Kate Temkin | |
| 2020-07-10 | Merge pull request #461 from CraigHutchinson/patch-1 | Ha Thach | |
| Improve comment on CDC tud_cdc_write_available() | |||
| 2020-07-10 | Improve comment on CDC tud_cdc_write_available() | Craig Hutchinson | |
| Fixes #460 | |||
| 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 | Merge pull request #447 from hathach/add-stm-hs | Ha Thach | |
| Add support for STM32 OTG HS core | |||
| 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-06 | correct EP Size for cdc dual and webusb example | hathach | |
| 2020-07-05 | Merge pull request #457 from UweBonnes/add-stm-hs | Ha Thach | |
| Add stm hs | |||
| 2020-07-03 | Add stm32l4r5nucleo. USB and UARTwork. | Uwe Bonnes | |
| USB runs from LSE stabilized MSI48 LPUART on PORTG needs VDDIO2 enabled. | |||
