| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-11 | Add fifo empty check. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2021-03-10 | Call One time tu_fifo_write_n on cdcd_xfer_cb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2021-03-01 | Merge pull request #689 from hathach/update-lpc55 | Ha Thach | |
| move lpc55 into its family | |||
| 2021-03-01 | add lpc55 to ci | hathach | |
| 2021-03-01 | added lpcxpresso 55s28 | hathach | |
| 2021-03-01 | move lpc55 into its own family | hathach | |
| 2021-02-28 | Merge pull request #687 from jgressmann/bugfix/same54xplainedpro-led-inverted | Ha Thach | |
| SAM 54 Xplained Pro: fix inverted logic for board led | |||
| 2021-02-28 | SAM E54 Xplained Pro: applies reviewer feedback | Jean Gressmann | |
| 2021-02-28 | SAM 54 Xplained Pro: fix inverted logic for board led | Jean Gressmann | |
| 2021-02-27 | Update getting_started.md | Ha Thach | |
| 2021-02-27 | Merge pull request #675 from majbthrd/rp2040epaddr | Ha Thach | |
| rp2040: use TU endpoint conventions and remove redundant variables | |||
| 2021-02-26 | rp2040: improve _hw_endpoint_init() | Peter Lawrence | |
| 2021-02-26 | Merge pull request #683 from amitv87/handle_break_req | Ha Thach | |
| Handle CDC_REQUEST_SEND_BREAK | |||
| 2021-02-26 | Update cdc_device.h | boggyb | |
| Minor api callback change as requested | |||
| 2021-02-26 | Merge pull request #682 from hathach/rp2040_fix_hcd_init | Ha Thach | |
| Update RP2040 hcd_init to have rhport argument. | |||
| 2021-02-25 | initial break request handling | amit verma | |
| 2021-02-26 | Merge pull request #676 from majbthrd/rp2040device | Ha Thach | |
| rp2040: don't compile in host code when in device mode | |||
| 2021-02-25 | Update RP2040 hcd_init to have rhport argument. | Liam Fraser | |
| 2021-02-25 | Merge branch 'master' into rp2040epaddr | majbthrd | |
| 2021-02-25 | Merge branch 'master' into rp2040device | majbthrd | |
| 2021-02-25 | rp2040: requested code mode in rp2040_usb.h | Peter Lawrence | |
| 2021-02-25 | Merge pull request #672 from majbthrd/rp2040trim | Ha Thach | |
| rp2040: correctly size variables to reduce RAM usage | |||
| 2021-02-25 | rp2040: requested change from TU_MIN to tu_min16 | Peter Lawrence | |
| 2021-02-24 | Merge pull request #680 from kamtom480/fix_setup | kamtom480 | |
| spresense: fix setup processed flag | |||
| 2021-02-24 | spresense: fix setup processed flag | Kamil Tomaszewski | |
| 2021-02-24 | Merge pull request #678 from hathach/hid-callback-multiple-instance | Ha Thach | |
| add itf argument to hid API to support multiple instances | |||
| 2021-02-24 | fix ci | hathach | |
| 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-24 | change logo url | Ha Thach | |
| 2021-02-24 | clean up | hathach | |
| 2021-02-23 | rp2040: don't compile in host code when in device mode | Peter Lawrence | |
| 2021-02-23 | rp2040: use TU endpoint conventions and remove redundant variables | Peter Lawrence | |
| 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 | rp2040: leverage existing macro for capping endpoints in pico-sdk | Peter Lawrence | |
| 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-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 | Merge pull request #671 from kamtom480/bus_reset_speed | Ha Thach | |
| Pass the correct speed on Spresense | |||
