| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-24 | clean up | hathach | |
| 2021-02-24 | remove obsolete host example | hathach | |
| 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 | enable host example ci build for imxrt | 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 | rt1011 msc host work | 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 | Merge pull request #671 from kamtom480/bus_reset_speed | Ha Thach | |
| Pass the correct speed on Spresense | |||
| 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 pull request #657 from ndinsmore/RP2040_enable_isochronous_buffer_size | Ha Thach | |
| RP2040:Enable full size isochronous buffers | |||
| 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-22 | Merge pull request #665 from jgressmann/same54xplainedpro | Ha Thach | |
| Adds support for Microchip SAM E54 Xplained Pro | |||
| 2021-02-20 | Adds support for Microchip SAM E54 Xplained Pro | Jean Gressmann | |
| 2021-02-19 | Remove stray. commented out line | ndinsmore | |
| 2021-02-19 | Update CONTRIBUTORS.md | Ha Thach | |
| 2021-02-19 | Merge pull request #661 from hathach/improve-fifo | Ha Thach | |
| improve tu fifo | |||
| 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 | make midi example less ambigous for cable and channel | hathach | |
| 2021-02-19 | fix tud_midi_write24 typo | hathach | |
| rename jack_id to cable_num in function argument | |||
| 2021-02-19 | update adafruit rp2040 board define | hathach | |
| 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-19 | Merge pull request #658 from lurch/patch-1 | Ha Thach | |
| rp2040/family.c: allow LED_PIN to be undefined | |||
| 2021-02-18 | Change to using tu_min32 | ndinsmore | |
| This was a github edit, not tested | |||
| 2021-02-18 | rp2040/family.c: allow LED_PIN to be undefined | Andrew Scheller | |
| 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-17 | Merge pull request #655 from ndinsmore/fifo_fix | Ha Thach | |
| Fix to fifo pointer overflow mathmatics | |||
| 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 examples folder dfu_rt to dfu_runtime | hathach | |
| 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 | Merge pull request #646 from hathach/detect-clear-set-ep-status-from-class | Ha Thach | |
| remove the requirement of std SET/CLEAR_FEATURE must not return zlp status | |||
| 2021-02-11 | clean up | hathach | |
| 2021-02-11 | more epsize checking per type | hathach | |
