summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2023-02-06* don't force dependency on pico-pio-usb submodulegraham sanderson
2023-02-04change length in tud_hid_report_complete_cb() from uint8 to uint16hathach
2023-01-31fix typo issue #1859hathach
2023-01-30Merge pull request #1768 from ftdigdm/port-ft90xHa Thach
2023-01-30hardcoded configPRIO_BITS for IAR build to pass CIhathach
2023-01-30Merge branch 'master' into port-ft90xHa Thach
2023-01-21update stm32f1 to support iar buildhathach
2023-01-20slightly update rule.mk for IARhathach
2023-01-20fix warninghathach
2023-01-18fix iar build with board_testhathach
2023-01-18dont use non-std strncasecmphathach
2023-01-18get most examples build with iarhathach
2023-01-17update freertos example to build with iarhathach
2023-01-17update makefile to support iar build starting with stm32f070hathach
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2022-12-22clean uphathach
2022-12-22add tuh_cdc_get_local_line_coding()hathach
2022-12-22cdc host, add set line coding APIhathach
2022-12-22minor clean uphathach
2022-12-21add tuh_cdc_tx_complete_cb() callbackhathach
2022-12-21add more host cdc APIhathach
2022-12-21correct cdc host apphathach
2022-12-21updat cdc host apphathach
2022-12-21finalizing cdc host, has a working read/writehathach
2022-12-16adding tuh_cdc_mount_cb/tuh_cdc_umount_cbhathach
2022-12-05Merge pull request #1767 from pete-pjb/masterHa Thach
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
2022-12-04more typoshathach
2022-12-04Fix typosBastien Nocera
2022-11-30Merge branch 'hathach:master' into port-ft90xGordon McNab
2022-11-30Add endpoint definitions for more example projects.Gordon McNab
2022-11-30Add FT9xx for cdc_dual_portsGordon McNab
2022-11-29Fix transfers issues with FT9xxGordon McNab
2022-11-28Fix issue with the CDC SetLineCoding requestGordon McNab
2022-11-28update pico-pio-usb submodule and its warnings suppresshathach
2022-11-23rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_thathach
2022-11-23allow all host examples to use pico-pio-usb for rp2040hathach
2022-11-21add board_getchar() for non-blocking getchar()hathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-11-21suppress fatfs cast-qualhathach
2022-11-21house keepinghathach
2022-11-21add pwdhathach
2022-11-21implement rm commandhathach
2022-11-21fix build with rp2040 and rx65hathach
2022-11-20implement cp commandhathach
2022-11-19add mv commandhathach
2022-11-19add mkdirhathach
2022-11-19implement cat commandhathach
2022-11-19add cd commandhathach
2022-11-19msc explorer ls work greathathach