summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-01fix freeRTOS config symbol warning with latest kernelhathach
2021-03-01add submodule lib/FreeRTOS-Kernelhathach
2021-03-01remove submodule lib/FreeRTOShathach
2021-03-01fix ci build for same boardhathach
2021-03-01re-enable all buildhathach
2021-03-01fix ci build for rp2040hathach
2021-03-01update microchip_driverhathach
2021-03-01update family submodulehathach
temporarily disable other orphaned and esp32s2 build
2021-03-01try to fetch needed mcu submodule while running makehathach
2021-03-01Merge pull request #689 from hathach/update-lpc55Ha Thach
move lpc55 into its family
2021-03-01add lpc55 to cihathach
2021-03-01added lpcxpresso 55s28hathach
2021-03-01move lpc55 into its own familyhathach
2021-02-28Merge pull request #687 from jgressmann/bugfix/same54xplainedpro-led-invertedHa Thach
SAM 54 Xplained Pro: fix inverted logic for board led
2021-02-28SAM E54 Xplained Pro: applies reviewer feedbackJean Gressmann
2021-02-28SAM 54 Xplained Pro: fix inverted logic for board ledJean Gressmann
2021-02-27Update getting_started.mdHa Thach
2021-02-27Merge pull request #675 from majbthrd/rp2040epaddrHa Thach
rp2040: use TU endpoint conventions and remove redundant variables
2021-02-26rp2040: improve _hw_endpoint_init()Peter Lawrence
2021-02-26Merge pull request #683 from amitv87/handle_break_reqHa Thach
Handle CDC_REQUEST_SEND_BREAK
2021-02-26Update cdc_device.hboggyb
Minor api callback change as requested
2021-02-26Merge pull request #682 from hathach/rp2040_fix_hcd_initHa Thach
Update RP2040 hcd_init to have rhport argument.
2021-02-25initial break request handlingamit verma
2021-02-26Merge pull request #676 from majbthrd/rp2040deviceHa Thach
rp2040: don't compile in host code when in device mode
2021-02-25Update RP2040 hcd_init to have rhport argument.Liam Fraser
2021-02-25Merge branch 'master' into rp2040epaddrmajbthrd
2021-02-25Merge branch 'master' into rp2040devicemajbthrd
2021-02-25rp2040: requested code mode in rp2040_usb.hPeter Lawrence
2021-02-25Merge pull request #672 from majbthrd/rp2040trimHa Thach
rp2040: correctly size variables to reduce RAM usage
2021-02-25rp2040: requested change from TU_MIN to tu_min16Peter Lawrence
2021-02-24Merge pull request #680 from kamtom480/fix_setupkamtom480
spresense: fix setup processed flag
2021-02-24spresense: fix setup processed flagKamil Tomaszewski
2021-02-24Merge pull request #678 from hathach/hid-callback-multiple-instanceHa Thach
add itf argument to hid API to support multiple instances
2021-02-24fix cihathach
2021-02-24add itf argument to hid API to support multiple instanceshathach
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-24change logo urlHa Thach
2021-02-24clean uphathach
2021-02-23rp2040: don't compile in host code when in device modePeter Lawrence
2021-02-23rp2040: use TU endpoint conventions and remove redundant variablesPeter Lawrence
2021-02-24remove obsolete host examplehathach
2021-02-24Merge pull request #674 from hathach/host-mscHa Thach
Enhance Host MSC
2021-02-23move ehci and ohci to portable folderhathach
2021-02-23rp2040: leverage existing macro for capping endpoints in pico-sdkPeter Lawrence
2021-02-23enable host example ci build for imxrthathach
2021-02-23fix ohci hcd_init() signature changehathach
2021-02-23host msc: call read_capacity as part of enumerationhathach
- 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-23clean up host mschathach
2021-02-23Merge pull request #575 from nwlab/yaa/msc_readHa Thach
Added MSC read10 and write10 function
2021-02-23update function commenthathach
2021-02-23rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry()hathach