| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-17 | Fix bug in evasion buffer list | Reinhard Panhuber | |
| 2021-02-17 | Add SAMD MCUs to buffer evasion list | Reinhard Panhuber | |
| 2021-02-17 | Implement an evasion linear buffer for MCUs not capable for EP FIFO | Reinhard Panhuber | |
| Also MCUs using DMAs are within this list, however, these can use an EP FIFO. There is just no time for implementation | |||
| 2021-02-17 | Implement dcd_edpt_iso_xfer() for dcd_stm32_fsdev | Reinhard Panhuber | |
| Implemented a special copy strategy to copy directly from the FIFO. This function, however, is untested and should be regarded as unreliable until somebody was able to test it | |||
| 2021-02-17 | Improve tu_fifo capabilites | Reinhard Panhuber | |
| Added tu_fifo_get_linear_write_info(), tu_fifo_backward_write_pointer(), and tu_fifo_backward_read_pointer() | |||
| 2021-02-17 | Enable iso buffers per rp2040 spec | Nicholas R Dinsmore | |
| 2021-02-16 | This fixes the overflow mathmatic in the fifo | Nicholas R Dinsmore | |
| 2021-02-16 | Add alternate bitfield padding option | Jeremiah McCarthy | |
| Adds configuration option CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, which substitutes bitfield variable " : 0" padding syntax with an unused variable of size equal to the remaining number of bits. This change resolves aligned access issues for some platforms. Default behavior is original if the option is not explicitly enabled. | |||
| 2021-02-14 | Implement dcd_edpt_iso_xfer() for msp430 | Reinhard Panhuber | |
| 2021-02-14 | Change FIFO use indication to ff == NULL to avoid future errors. | Reinhard Panhuber | |
| This way people don't need to pay attention for the buffer pointer | |||
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for INTERRUPT driven dcd_nuc505 | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_nuc121.c | Reinhard Panhuber | |
| 2021-02-13 | Fix not increment xfer->buffer if xfer->buffer == NULL in dcd_samg.c | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_nuc120.c | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_samg.c. NOTE: ISO EP not supported | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_esp32s2.c | Reinhard Panhuber | |
| 2021-02-12 | Fix CFG_TUD_AUDIO_EP_IN/OUT_SW_BUFFER_SIZE to be defined anyway | Reinhard Panhuber | |
| 2021-02-12 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-02-12 | Formating | Reinhard Panhuber | |
| 2021-02-12 | Complete redesign of audio driver. | Reinhard Panhuber | |
| 2021-02-12 | Fixes RP2040 buffer reallocation overrun problem (#642) | ndinsmore | |
| Fix running out of memory on a device that repeatedly closes and opens an endpoint. This is a workaround at the moment. A better solution would be to implement reclaiming usb buffer memory when closing an endpoint (i.e. implement dcd_edpt_close). | |||
| 2021-02-11 | Merge pull request #648 from hathach/rename-dfu-rt-to-runtime | Ha Thach | |
| Rename dfu rt to runtime | |||
| 2021-02-11 | Merge pull request #647 from hathach/correct-fs-bulk-epsize | Ha Thach | |
| more epsize checking per type | |||
| 2021-02-11 | rename dfu_rt to dfu_runtime for easy reading | hathach | |
| also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb | |||
| 2021-02-11 | clean up | hathach | |
| 2021-02-11 | more epsize checking per type | hathach | |
| 2021-02-11 | remove the requirement of std SET/CLEAR_FEATURE must not return zlp status | hathach | |
| 2021-02-09 | tud_hid_report_complete_cb() API | hathach | |
| update hid composite to make use of tud_hid_report_complete_cb() for sending reports when possible. | |||
| 2021-02-08 | Merge pull request #637 from tfx2001/master | Ha Thach | |
| add basic support for rt-thread | |||
| 2021-02-08 | add basic support for rt-thread | tfx2001 | |
| 2021-02-08 | add tud_hid_n_gamepad_report() helper for gamepad report | hathach | |
| - Add gamepad to hid_composite example. Though it needs a bit of extra work but it will come later as separated PR. | |||
| 2021-02-08 | enhance gampepad report with dpad/hat support | hathach | |
| add hid_gamepad_report_t along with GAMEPAD_BUTTON_ and GAMEPAD_HAT_ enum | |||
| 2021-02-06 | Merge pull request #618 from homeodor/master | Ha Thach | |
| A CDC-like blocking behaviour for MIDI, incl. SysEx | |||
| 2021-02-05 | increase TUSB_VERSION_ to 0.8.0 | hathach | |
| 2021-02-05 | prepare for release | hathach | |
| 2021-02-01 | Merge pull request #610 from hathach/rp2040-followup2 | Ha Thach | |
| Rp2040 followup2 | |||
| 2021-02-01 | Merge pull request #601 from majbthrd/start_pi2tu | Ha Thach | |
| start the assimilation of Pi Pico into TU | |||
| 2021-01-31 | Rework audio driver | Reinhard Panhuber | |
| 2021-01-30 | A CDC-like blocking behaviour | Alexander Golovanov | |
| 2021-01-28 | Fix midi sysex sending bug | Michael Himing | |
| 2021-01-27 | clean up rp2040 assigned_address, remove panic from remote_wakeup | hathach | |
| 2021-01-27 | wrap rp2040_usb around opt mcu | hathach | |
| 2021-01-25 | Merge pull request #604 from kamtom480/spresense-sdk-2.0.2 | Ha Thach | |
| Update Spresense SDK and fix dcd issues | |||
| 2021-01-25 | Fix dcd issues on cxd56 | Kamil Tomaszewski | |
| Pass the next setup package when USB stack is ready to receive it. When the transfer is 0 on EP0 send complete to the USB stack Pass the data received after the setup package to the USB stack. | |||
| 2021-01-25 | fix host build | hathach | |
| 2021-01-23 | rp2040: start to adopt TU coding conventions | Peter Lawrence | |
| 2021-01-23 | rp2040_hcd: check pointer before using | Peter Lawrence | |
| 2021-01-22 | fix compiler warning | hathach | |
| 2021-01-21 | Merge branch 'master' into pico | Ha Thach | |
| 2021-01-20 | Add __restrict keyword and memore alignment to src/dst pointer of | Reinhard Panhuber | |
| _tu_fifo_read_from_const_src_ptr() _tu_fifo_write_to_const_dst_ptr() | |||
