summaryrefslogtreecommitdiff
path: root/examples/host/bare_api
AgeCommit message (Expand)Author
2024-11-07update bsp for h7 to support host modehathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-06-18add host/device_info examplehathach
2024-04-26Merge pull request #2609 from tyustli/patch-1HiFiPhile
2024-04-25fix ci errortyustli
2024-04-22fix print lu format warnings with clanghathach
2024-03-04correct rp2040 host with max3421hathach
2023-12-26allow rp2040 to use max3421e as host controllerhathach
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-09-28fix build with new freertos host examplehathach
2023-09-27Merge branch 'master' into add-max3421-esp32hathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-09-11wrap up build cmake & make support for max3421, to enable the Host driver, 'M...hathach
2023-08-07Merge pull request #2151 from kilograham/rp2040_build_fixesHa Thach
2023-08-04Merge pull request #2204 from hathach/enhance-bspHa Thach
2023-08-04Merge pull request #2116 from dsugisawa-mixi/masterHa Thach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-08-02fix pre-commit, also skip lto for rp2040hathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-07-18Fix build issues when building for RP2040 from pico-examples/pico-sdk.graham sanderson
2023-07-07enable host example for rahathach
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach
2023-06-17fix example of bare_api, check empty stringdsugisawa-mixi
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
2023-05-07update all device cmake example for imxhathach
2023-03-24update host example to use new tuh mem macroshathach
2023-03-17fix trailing space and new linehathach
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-03-06integrate top.mk into make.mkhathach
2023-02-06* don't force dependency on pico-pio-usb submodulegraham sanderson
2022-11-28update pico-pio-usb submodule and its warnings suppresshathach
2022-11-23allow all host examples to use pico-pio-usb for rp2040hathach
2022-11-21house keepinghathach
2022-07-12RP@040: rework CMake for compiler warningsgraham sanderson
2022-07-11fix rt1050 evk build with latest mcu-sdkhathach
2022-07-11bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XXhathach
2022-06-27fix all warnings with host rp2040hathach
2022-06-27clean up usbd log levelhathach
2022-06-06update all host exampleshathach
2022-05-20Minor cleanup of RP2040 code post addition of Pico-PIO_USBgraham sanderson
2022-05-10cmake lib renamehathach
2022-05-10move pio-usb init to family_configure_pio_usb_example() to stay compatiblehathach
2022-03-19move code aroundhathach
2022-03-19rename usbh_edpt_open() to tuh_edpt_open()hathach
2022-03-19get bare example working with hid devicehathach
2022-03-19add parse config descriptor to examplehathach