| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-24 | Merge pull request #674 from hathach/host-msc | Ha Thach | |
| Enhance Host MSC | |||
| 2021-02-23 | move ehci and ohci to portable folder | hathach | |
| 2021-02-23 | fix ohci hcd_init() signature change | hathach | |
| 2021-02-23 | host msc: call read_capacity as part of enumeration | hathach | |
| - add tuh_msc_get_block_count(), tuh_msc_get_block_size() - rename tuh_msc_mounted_cb/tuh_msc_unmounted_cb to tuh_msc_mount_cb/tuh_msc_unmount_cb to match device stack naming - change tuh_msc_is_busy() to tuh_msc_ready() - add CFG_TUH_MSC_MAXLUN (default to 4) to hold lun capacities - add host msc configured to for state check. | |||
| 2021-02-23 | clean up host msc | hathach | |
| 2021-02-23 | Merge pull request #575 from nwlab/yaa/msc_read | Ha Thach | |
| Added MSC read10 and write10 function | |||
| 2021-02-23 | update function comment | hathach | |
| 2021-02-23 | rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry() | hathach | |
| 2021-02-23 | nxp tdi: hcd_init() reset and set host mode | hathach | |
| 2021-02-22 | separate hcd_init from ehci | hathach | |
| 2021-02-22 | add rhport to hcd_init() | hathach | |
| 2021-02-22 | make hcd tdi more generic | hathach | |
| 2021-02-22 | Pass the correct speed on Spresense | Kamil Tomaszewski | |
| 2021-02-22 | rename hcd_lpc18_43 to hcd_transdimension | hathach | |
| 2021-02-22 | merge iso and cbi transaction size to max ep size | hathach | |
| 2021-02-22 | Merge branch 'RP2040_enable_isochronous_buffer_size' of ↵ | hathach | |
| https://github.com/ndinsmore/tinyusb into ndinsmore-RP2040_enable_isochronous_buffer_size | |||
| 2021-02-19 | Remove stray. commented out line | ndinsmore | |
| 2021-02-19 | add TU_FIFO_INIT() to help with tu_fifo declaration | hathach | |
| tu_fifo_clear() also reset max_pointer_idx and non_used_index_space | |||
| 2021-02-19 | Merge pull request #660 from hathach/fix-typo-midi-write24 | Ha Thach | |
| Fix typo midi write24 | |||
| 2021-02-19 | Merge pull request #654 from xmos-jmccarthy/master | Ha Thach | |
| Add alternate bitfield padding option | |||
| 2021-02-19 | fix tud_midi_write24 typo | hathach | |
| rename jack_id to cable_num in function argument | |||
| 2021-02-18 | Implement requested PR changes | Jeremiah McCarthy | |
| Removes CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, and makes the manual padding behavior standard. Replaced unused variable name with TU_RESERVED. | |||
| 2021-02-18 | Change to using tu_min32 | ndinsmore | |
| This was a github edit, not tested | |||
| 2021-02-17 | Included size check for ISO buffers | Nicholas R Dinsmore | |
| 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-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-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. | |||
