summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-09-28esp32 cdc host with max3421 work wellhathach
2023-09-28esp32 hid device work wellhathach
2023-09-27fix esp32 buildhathach
2023-09-27Merge branch 'master' into add-max3421-esp32hathach
2023-09-27Merge branch 'master' into add-in_isr-to-hcd_int_hanlderHa Thach
2023-09-27remove sct_neopixel from lpc54 (due to warnings and not used)hathach
2023-09-27fix build with lpc54hathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-09-27max3421 communication work with esp32 up to enumeration, seems still have a b...hathach
2023-09-27update max3421 to have hcd_int_handler_ext()hathach
2023-09-26tested cdc_msc_hid_freertos with samd51hathach
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-09-19minor indenthathach
2023-09-19fix build and add u5 to cihathach
2023-09-19addding cmake support for u5hathach
2023-09-18add default CFG_TUH_MAX3421 = 0, default spi speed for samd21/samd51 to 12Mhzhathach
2023-09-12Merge pull request #2235 from slark-yuxj/masterHa Thach
2023-09-11enable max3421 host for feather nrf52840 with makefilehathach
2023-09-11update readme to include max3421 supporthathach
2023-09-11wrap up build cmake & make support for max3421, to enable the Host driver, 'M...hathach
2023-09-09both samd21/d51 works perfectly with max3421ehathach
2023-09-09refactor max3421_init() for samd51 to be generic for sercom and eichathach
2023-09-09minor renamehathach
2023-09-08metro m4 working with max3421ehathach
2023-09-08get spi working for metro m4 expresshathach
2023-09-07Merge branch 'master' into add-max3421e-hcdhathach
2023-09-07more ci fixhathach
2023-09-07fix cihathach
2023-09-07add cmake support for samd21.hathach
2023-09-07add samd51 to cmakehathach
2023-09-07- wrap up hcd max3421, work well with nrf52840hathach
2023-09-05Enable instruction cache for stm32u5 boardsGabriel Chouinard
2023-09-05Add stm32u575-nucleo supportGabriel Chouinard
2023-08-31improve connection & disconnection detection. But there is still issue when C...hathach
2023-08-30call xfer_complete_isr() when result is not successful (stalled or failed)hathach
2023-08-29- correct tuh_max3421e_int_api() for nrf52hathach
2023-08-28Merge branch 'master' into nxp_k64Ha Thach
2023-08-28add kinetis_k family and teensy_35hathach
2023-08-28rename OPT_MCU_KINETIS_K64 to OPT_MCU_KINETIS_Khathach
2023-08-28fix:Resource leak: fpyuxiaojun
2023-08-28- add xfer_complete_isr()hathach
2023-08-24complete enumerationhathach
2023-08-23able to get 8 byte descriptor, but read(RCVBC) always return 0hathach
2023-08-22able to send setup packethathach
2023-08-18adding connection event handling, add nrf gpio interrupt for max2341e interru...hathach
2023-08-18ground works for hcd max3421ehathach
2023-08-18- update nrf52 bsp for cmakehathach
2023-08-14add iar support for lpc43, add lpcxpresso43s67 to hil farmhathach
2023-08-14add board_get_unique_id() for lpc43hathach
2023-08-14add lpcxpresso43s67hathach