| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-19 | implement cat command | hathach | |
| 2022-11-19 | add cd command | hathach | |
| 2022-11-19 | msc explorer ls work great | hathach | |
| 2022-11-18 | add msc file explorer example | hathach | |
| - add lib/fatfs version 15 - add lib/embedded-cli | |||
| 2022-11-13 | Fix unused errors when LOG=0 | atok | |
| 2022-11-13 | Fix printf statement | atok | |
| 2022-11-13 | Add Makefile for the midi host example | atok | |
| 2022-11-13 | Simple MIDI rx example | atok | |
| 2022-09-13 | Remove unreachable code | Ben Avison | |
| IAR generates warning Pe111 'statement is unreachable'. In a couple of cases, replace return statements with TU_ATTR_FALLTHROUGH; because some compilers apparently can't figure out that the return statements are unreachable but do whinge about an imagined fall-through without them! | |||
| 2022-07-12 | RP@040: rework CMake for compiler warnings | graham sanderson | |
| 2022-07-11 | fix rt1050 evk build with latest mcu-sdk | hathach | |
| 2022-07-11 | bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XX | hathach | |
| 2022-06-27 | fix all warnings with host rp2040 | hathach | |
| 2022-06-27 | clean up usbd log level | hathach | |
| 2022-06-16 | Merge pull request #1480 from Ryzee119/multihub_rebase | Ha Thach | |
| Host: Add support for multi-level usb hubs | |||
| 2022-06-16 | add note for recursive calls of process_device_unplugged() in case of hub | hathach | |
| 2022-06-06 | update all host examples | hathach | |
| 2022-05-20 | Minor cleanup of RP2040 code post addition of Pico-PIO_USB | graham sanderson | |
| * Removed some compiler warnings, and cleaned out unnecessary warning suppression from CMake suppress_tinyusb_warnings() * Made explicit family_configure_dual_usb_example() for DUAL mode examples as family_configure_target() may not generally be called multiple times for the same target * Renamed library pico_pio_usb to tinyusb_picio_pio_usb to be clearer and avoid conflict if someone already has a pico_pio_usb in their project * Added family_add_pico_pio_usb() method for adding Pico-PIO_SUB support to an existing example * Allowed tinyusb_pico_pio_usb to be added to regular apps using the Pico SDK | |||
| 2022-05-10 | cmake lib rename | hathach | |
| 2022-05-10 | move pio-usb init to family_configure_pio_usb_example() to stay compatible | hathach | |
| 2022-05-10 | rename host/hid_to_cdc to dual/host_hid_to_device_cdc | hathach | |
| 2022-05-06 | fix incorrect total number of interface | hathach | |
| 2022-04-29 | fix ci build | hathach | |
| 2022-04-29 | configure hid_to_cdc example to build with rp2040 with pio usb as host | hathach | |
| 2022-04-27 | clean up | hathach | |
| 2022-04-08 | proof of concpet that device pio-usb work with host pio-usb | hathach | |
| 2022-03-20 | Merge branch 'master' into pio-host | hathach | |
| 2022-03-19 | move code around | hathach | |
| 2022-03-19 | rename usbh_edpt_open() to tuh_edpt_open() | hathach | |
| 2022-03-19 | get bare example working with hid device | hathach | |
| 2022-03-19 | add parse config descriptor to example | hathach | |
| move usbh_edpt_open() to public API, remove rhport from its signature | |||
| 2022-03-18 | implement tuh_edpt_xfer() for non-control | hathach | |
| 2022-03-18 | move daddr into xfer struct | hathach | |
| 2022-03-18 | update sync API, move timeout into xfer struct | hathach | |
| remove tuh_control_xfer_sync() | |||
| 2022-03-17 | add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer | hathach | |
| 2022-03-17 | rename tuh_control_xfer_t to tuh_xfer_t | hathach | |
| 2022-03-17 | update example | hathach | |
| 2022-03-17 | move result into transfer struct | hathach | |
| 2022-03-13 | add synchronous (blocking) support for usbh control transfer | hathach | |
| - add synchronous version of all get descriptor API - update bare example to use sync API for string descriptor - change order of index, language_id in tuh_descriptor_get_string() to match similar API of libusb - add index to tuh_descriptor_get_hid_report() | |||
| 2022-03-11 | update hid,msc to new usbh control API | hathach | |
| 2022-03-11 | rework usbh control xfer | hathach | |
| - change API of tuh_control_xfer and its callback - rename tuh_control_complete_cb_t to tuh_control_xfer_cb_t - add user argument to control callback - migrate usbh and hub | |||
| 2022-03-11 | merge device_info into bare_api example | hathach | |
| 2022-03-11 | Merge pull request #1393 from hathach/more-host-bare-api | Ha Thach | |
| More host enhancement | |||
| 2022-03-11 | remove usbh_control.c | hathach | |
| 2022-03-10 | Print speed. Don't crash if string get fails | Scott Shawcroft | |
| 2022-03-09 | Add host example that prints out info of connected devices | Scott Shawcroft | |
| 2022-03-09 | rename host descriptor function | hathach | |
| 2022-03-09 | add tuh_descriptor_hid_report_get() | hathach | |
| 2022-03-04 | fix naming, and build | hathach | |
| 2022-03-04 | rename example | hathach | |
