summaryrefslogtreecommitdiff
path: root/examples/host/msc_file_explorer/src/main.c
AgeCommit message (Expand)Author
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-04-22clang tested with mcb1800, add heap to lpc18 linkerhathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-03-17update example descriptionhathach
2023-03-17fix trailing space and new linehathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-11-21add pwdhathach
2022-11-19msc explorer ls work greathathach
2022-11-18add msc file explorer examplehathach