| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-28 | Fix issue with the CDC SetLineCoding request | Gordon McNab | |
| The SetLineCoding would fail as host would send the SETUP OUT phase before tinyUSB had setup a transaction for it. ft9xx port would ignore the transfer since there was no valid transaction setup for it. One SETUP data phase packet is cached now. | |||
| 2022-11-23 | Fix RP2040 Issue 1721 | rppicomidi | |
| 2022-11-07 | Fix DCD build. | Mengsk | |
| 2022-11-07 | Merge branch 'master' of https://github.com/hathach/tinyusb into bsp_412 | Mengsk | |
| 2022-11-07 | Add support for STM32L412. | Mengsk | |
| 2022-11-04 | fix -wconversion-int and add minor comment | hathach | |
| 2022-11-04 | Merge branch 'master' into rp2040-hcd-bulk | Ha Thach | |
| 2022-10-24 | Merge pull request #1676 from tswan-quasi/master | Ha Thach | |
| dcd_lpc_ip3511: isochronous support and endpoint accidental write fix | |||
| 2022-10-24 | use dummy for all ZLP for ip3511, fix lpc55 build with DEBUG=1 | hathach | |
| 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 | typo fix | tswan-quasi | |
| 2022-10-20 | dummy buffer only on EP0 OUT ZLPs | tswan-quasi | |
| 2022-10-19 | Merge pull request #1680 from LynnL4/port-stm32u5xx | Ha Thach | |
| Port stm32u5xx | |||
| 2022-10-19 | Merge pull request #1523 from maddyaby/dcd_edpt_open | Ha Thach | |
| Allow more endpoint packet sizes for SAMD | |||
| 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-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-11 | lpc55s69 isochronous, dummy address for endpoint buffers to prevent ↵ | tswan-quasi | |
| accidental writes | |||
| 2022-10-10 | Merge pull request #1623 from SudoMaker/master | Ha Thach | |
| Initial PIC32MM/MX & PIC24 support | |||
| 2022-10-06 | Microchip PIC24/dsPIC33 device mode support | ReimuNotMoe | |
| 2022-10-05 | Fix typo for log in dcd_rp2040.c | mingpepe | |
| 2022-09-13 | [rp2040] Wrap GCC pragmas in #ifdef __GNUC__ | Ben Avison | |
| IAR generates warning Pe161 'unrecognized #pragma'. | |||
| 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 | Merge pull request #1629 from jmark1m/master | Ha Thach | |
| Fix bug #1628 by preventing shared irq slots for filling up | |||
| 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 | re-added code in pr 1438 to fix compile with h7 with 1 usb otg | hathach | |
| 2022-09-12 | [rp2040] Explicit cast value of `hw_set_alias` | Ben Avison | |
| Some compilers don't support the GNU extension `typeof` so their definitions of `hw_set_alias` can't inherit their type from their argument, and the best we can do is have `hw_set_alias` act the same as `hw_set_alias_untyped`. This requires an explicit cast when the macro is used instead, otherwise IAR generates error Pe132 'expression must have pointer-to-struct-or-union type but it has type "void *"'. The same goes for `hw_clear_alias`. | |||
| 2022-09-12 | [rp2040] Remove non-portable return statements | Ben Avison | |
| IAR generates error Pe118 'a void function may not return a value'. | |||
| 2022-09-07 | Fix bug #1628 by preventing shared irq slots for filling up | jmark1m | |
| 2022-09-03 | Initial PIC32MM/MX & PIC24 support | ReimuNotMoe | |
| 2022-08-26 | nrf5x: Fix endpoint internal state when closed | Jerzy Kasenberg | |
| Field started (regardind transfer) was only cleaed when transfer was finished. For audio devices set interface is called many times. When there is no audio (silence) set interface requests zero lenght bandwithd that in turn calls dcd_edpt_close(). When endpoint is closed due to set interface request transfer should not longer be started since it will block next start transfer with assert. This just sets 'started' to false when endpoint is closed. | |||
| 2022-08-15 | Merge pull request #1489 from kasjer/kasjer/fix-nrf5x-dma-access | Ha Thach | |
| nrf5x: Fix DMA access | |||
| 2022-07-12 | RP@040: rework CMake for compiler warnings | graham sanderson | |
| 2022-07-11 | Merge pull request #1543 from robert-hh/1170_0.13.0 | Ha Thach | |
| mimxrt: Change the definitions for MIMXRT boards. | |||
| 2022-07-11 | bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XX | hathach | |
| 2022-07-01 | mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT. | robert-hh | |
| Which fits both MIMXRT10XX and MIMXRT11XX. | |||
| 2022-06-30 | mimxrt: Add/change definitions for MIMXRT11XX boards. | robert-hh | |
| These are mostly identical to the MIMXRT10XX, with one tiny difference. | |||
| 2022-06-30 | rp2040 enable SOF as resumed signal when remote wakeup | hathach | |
| 2022-06-29 | Merge pull request #1539 from hathach/improve-ci | Ha Thach | |
| Improve ci | |||
| 2022-06-29 | fix buid_board.py script | hathach | |
| 2022-06-27 | samd: Fix a lock-up situation at high traffic. | robert-hh | |
| This PR fixes a transmit lock-up, which happens, when data is received and sent at the sime time at moderate to high speeds, like code which just echoes incoming data. In my case, an issue was reported here: https://github.com/micropython/micropython/issues/8521 | |||
| 2022-06-27 | use forloop to avoid -Warray-bounds with host setup packet | hathach | |
| 2022-06-27 | fix all warnings with host rp2040 | hathach | |
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach | |
| -Wuninitialized, -Wunused, -Wredundant-decls | |||
| 2022-06-21 | Merge pull request #1509 from liamfraser/rp2040_hcd_improvements | Ha Thach | |
| RP2040 HCD Improvements (Hub + Keyboard + Mouse working) | |||
| 2022-06-18 | Merge pull request #1515 from maddyaby/dcd_edpt_close | Ha Thach | |
| Stub out dcd_edpt_close for samd | |||
