| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-24 | spresense: fix setup processed flag | Kamil Tomaszewski | |
| 2021-02-24 | add itf argument to hid API to support multiple instances | hathach | |
| following API signature is changed: - tud_hid_descriptor_report_cb() - tud_hid_get_report_cb() - tud_hid_set_report_cb() - tud_hid_boot_mode_cb() - tud_hid_set_idle_cb() | |||
| 2021-02-23 | Fix pointer type | Reinhard Panhuber | |
| 2021-02-23 | Fix pointer type | Reinhard Panhuber | |
| 2021-02-23 | Fix pointer type | Reinhard Panhuber | |
| 2021-02-23 | rp2040: don't compile in host code when in device mode | Peter Lawrence | |
| 2021-02-23 | Fix shadowing declartion in dcd_da146xx.c | Reinhard Panhuber | |
| 2021-02-23 | Fix missing , in tusb_fifo.h | Reinhard Panhuber | |
| 2021-02-23 | Add dcd_edpt_iso_xfer() to dcd_template.c | Reinhard Panhuber | |
| 2021-02-23 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| Conflicts: src/common/tusb_fifo.h src/osal/osal_none.h | |||
| 2021-02-23 | Implement dcd_edpt_iso_xfer() for dcd_da146xx.c BUT WITHOUT DMA SUPPORT | Reinhard Panhuber | |
| 2021-02-23 | rp2040: use TU endpoint conventions and remove redundant variables | Peter Lawrence | |
| 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 | rp2040: leverage existing macro for capping endpoints in pico-sdk | Peter Lawrence | |
| 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-22 | rp2040: correctly size variables to reduce RAM usage | Peter Lawrence | |
| 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 | Update .non_used_index_space = UINT16_MAX - (2*_depth-1) in osal_none.h | Reinhard Panhuber | |
| 2021-02-18 | Exclude #include "osal/osal.h" for OPT_OS_NONE | Reinhard Panhuber | |
| 2021-02-18 | Add #include "osal/osal.h" in tu_fifo.h | Reinhard Panhuber | |
| 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 | Implement left and right justifications for 24 to 32 bit PCM encoding | Reinhard Panhuber | |
| 2021-02-18 | Change to using tu_min32 | ndinsmore | |
| This was a github edit, not tested | |||
| 2021-02-18 | Correct for wrong pointer type in audio_device.c | Reinhard Panhuber | |
| 2021-02-17 | Included size check for ISO buffers | Nicholas R Dinsmore | |
| 2021-02-17 | Add (void *) for pointer cast. | Reinhard Panhuber | |
| 2021-02-17 | Fix wrong pointer call in dcd_samg.c | Reinhard Panhuber | |
| 2021-02-17 | Fix wrong tu_fifo_read_n() call in dcd_stm32_fsdev.c | Reinhard Panhuber | |
| 2021-02-17 | Fix missing pointer operator in dcd_nuc505.c | Reinhard Panhuber | |
| 2021-02-17 | Fix missing FIFO definitions | Reinhard Panhuber | |
| 2021-02-17 | Fix wrong pointer type. | Reinhard Panhuber | |
| 2021-02-17 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| Conflicts: src/common/tusb_fifo.h | |||
