| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-24 | use dummy for all ZLP for ip3511, fix lpc55 build with DEBUG=1 | hathach | |
| 2022-10-23 | UAC2 supports interrupt-endpoint for providing control-change notifications ↵ | Mark K Cowan | |
| to the host | |||
| 2022-10-21 | unused (void) cast | tswan-quasi | |
| 2022-10-22 | Merge pull request #1690 from tore-espressif/fix/espressif/iso_transfers | Ha Thach | |
| esp: Fix Isochronous transfers | |||
| 2022-10-20 | do not apply storage attributes to member of struct | Mark K Cowan | |
| 2022-10-20 | typo fix | tswan-quasi | |
| 2022-10-20 | dummy buffer only on EP0 OUT ZLPs | tswan-quasi | |
| 2022-10-20 | Merge pull request #1696 from kasjer/kasjer/fix-stm32u5-submodules | Ha Thach | |
| stm32u5: Fix submodules paths | |||
| 2022-10-20 | stm32u5: Fix submodules paths | Jerzy Kasenberg | |
| Local paths were commited to submodule definitions This just removes prefix for submodules path and name | |||
| 2022-10-19 | Merge pull request #1680 from LynnL4/port-stm32u5xx | Ha Thach | |
| Port stm32u5xx | |||
| 2022-10-19 | Merge pull request #1668 from kkitayam/add_support_for_mjpeg | Ha Thach | |
| Add support for MJPEG on UVC | |||
| 2022-10-19 | Merge pull request #1523 from maddyaby/dcd_edpt_open | Ha Thach | |
| Allow more endpoint packet sizes for SAMD | |||
| 2022-10-19 | Merge pull request #1691 from hadess/wip/hadess/fix-deps-typo | Ha Thach | |
| Fix typo in getting_started guide | |||
| 2022-10-18 | Fix typo in getting_started guide | Bastien Nocera | |
| Fixes: 1234111 ("add get-deps target") | |||
| 2022-10-18 | esp: Fix Isochronous transfers | Tomas Rezucha | |
| On ESP32-S2/S3 ISO transfers must be configured for even or odd frame. Closes https://github.com/hathach/tinyusb/issues/1382 | |||
| 2022-10-17 | minor rename | hathach | |
| 2022-10-15 | hid: add configurable report size for fido | gaoyichuan | |
| 2022-10-15 | hid: add fido hid descriptor templates | gaoyichuan | |
| 2022-10-14 | Merge pull request #1646 from battlesnake/feedback-prototype-fix | Ha Thach | |
| audio_device: prototype added for function referenced before use | |||
| 2022-10-13 | (void) rhport for unused parameter | tswan-quasi | |
| 2022-10-13 | Add support for STM32U5 mcu | LynnL4 | |
| 2022-10-12 | double cast of pointer to remove error | tswan-quasi | |
| 2022-10-12 | Fix pointer type to calculate streaming parameter | kkitayam | |
| 2022-10-12 | Rename descriptor macros for consistency | kkitayam | |
| 2022-10-11 | lpc55s69 isochronous, dummy address for endpoint buffers to prevent ↵ | tswan-quasi | |
| accidental writes | |||
| 2022-10-11 | Add stm32u5xx offical driver. | LynnL4 | |
| 2022-10-10 | Merge pull request #1623 from SudoMaker/master | Ha Thach | |
| Initial PIC32MM/MX & PIC24 support | |||
| 2022-10-10 | Merge pull request #1664 from mingpepe/master | Ha Thach | |
| Fix typo for log in dcd_rp2040.c | |||
| 2022-10-08 | Add motion jpeg | kkitayam | |
| 2022-10-07 | Fix max payload size to clip at 1023 | kkitayam | |
| 2022-10-06 | Fix pointer | kkitayam | |
| 2022-10-06 | Microchip PIC24/dsPIC33 device mode support | ReimuNotMoe | |
| 2022-10-05 | Fix typo for log in dcd_rp2040.c | mingpepe | |
| 2022-10-03 | Fix descriptor searching | kkitayam | |
| 2022-09-17 | audio_device: prototype added for function referenced before use | Mark K Cowan | |
| 2022-09-13 | [rp2040] Wrap GCC pragmas in #ifdef __GNUC__ | Ben Avison | |
| IAR generates warning Pe161 'unrecognized #pragma'. | |||
| 2022-09-13 | IAR doesn't support __attribute__((fallthrough)) | Ben Avison | |
| IAR generates warning Pa167 'the "fallthrough" attribute is not supported'. It doesn't generate warnings when one switch case falls through to another, so simply make TU_ATTR_FALLTHROUGH expand to an empty string. Also replace one instance of __attribute__ with the macro. | |||
| 2022-09-13 | Move variable into its own curly-brace scope | Ben Avison | |
| IAR generates warning Pe546 'transfer of control bypasses initialization of variable "invInvTag"'. | |||
| 2022-09-13 | Remove unused static data | Ben Avison | |
| This affects struct rspMsg in usbtmc_app.c (unconditionally) and uint8_t termChar in usbtmc_device.c (when NDEBUG is defined). IAR generates warning Pe550 'variable was set but never used'. | |||
| 2022-09-13 | Don't assume different enum types can be combined | Ben Avison | |
| IAR generates warning Pa089 'enumerated type mixed with another enumerated type'. | |||
| 2022-09-13 | Don't assume ints automatically convert to enums | Ben Avison | |
| IAR generates warning Pe188 'enumerated type mixed with another type'. | |||
| 2022-09-13 | Remove unreachable code | Ben Avison | |
| IAR generates warning Pe111 'statement is unreachable'. In a couple of cases, replace return statements with TU_ATTR_FALLTHROUGH; because some compilers apparently can't figure out that the return statements are unreachable but do whinge about an imagined fall-through without them! | |||
| 2022-09-13 | Refactor pointer arithmetic on void* | Ben Avison | |
| This is a GCC extension, illegal in ISO C. IAR generates errors Pa152 'these operand types cannot be used here' and Pe852 'expression must be a pointer to a complete object type'. Replace with uint8_t*. | |||
| 2022-09-13 | Fix compile errors | kkitayam | |
| 2022-09-13 | Change images to MJPEG | kkitayam | |
| 2022-09-13 | Merge pull request #1629 from jmark1m/master | Ha Thach | |
| Fix bug #1628 by preventing shared irq slots for filling up | |||
| 2022-09-13 | Merge pull request #1642 from kasjer/kasjer/nrf5x-fix-out-iso-packet-size-report | Ha Thach | |
| nrf5x: Fix reception of large ISO packets | |||
| 2022-09-13 | nrf5x: Fix reception of large ISO packets | Jerzy Kasenberg | |
| ISO packet size is up to 1023 for full speed device. Upon completion of ISO reception, reported length of incoming packet was truncated to one byte only. This results in incorrect data stream for higher bit rates 48 samples * 4 bytes per sample * 2 channels = 384 bytes of data and 128 was reported. There is no change in logic extending xact_len to uint16_t fixes the issue. | |||
| 2022-09-13 | Merge pull request #1641 from hathach/fix-1634 | Ha Thach | |
| re-added code in pr 1438 to fix compile with h7 with 1 usb otg | |||
| 2022-09-13 | re-added code in pr 1438 to fix compile with h7 with 1 usb otg | hathach | |
