summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Expand)Author
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-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-07Merge branch 'master' into ch32v307Ha Thach
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-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-21host msc example work well with rp2040 pio-usbhathach
2022-11-18update uart read for lpc18/43 for testinghathach
2022-10-12Rename descriptor macros for consistencykkitayam
2022-10-08Add motion jpegkkitayam
2022-10-06Fix pointerkkitayam
2022-09-13Fix compile errorskkitayam
2022-09-13Change images to MJPEGkkitayam
2022-08-23Remove Hardcoded interface numbers from video descriptorsAhmed El-Sharnoby
2022-08-03add 'stm32l052dap52' (STM32L052K8 MCU) board targetPeter Lawrence
2022-07-19Merge pull request #1568 from hathach/revert-hid-callback-len-temporarilyHa Thach
2022-07-18Merge pull request #1531 from pigrew/usbtmc_highspeedHa Thach
2022-07-17temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...hathach
2022-07-12RP@040: rework CMake for compiler warningsgraham sanderson
2022-07-12minor update to webusb serial examplehathach
2022-06-29Merge pull request #1539 from hathach/improve-ciHa Thach
2022-06-29fix end symbol for samx7x and same5xhathach
2022-06-29skip freertos example for F1C100Shathach
2022-06-28update rp2040 warningshathach
2022-06-28Merge branch 'master' into rp2040_warninghathach
2022-06-27rework suppress_tinyusb_warningsgraham sanderson
2022-06-27suppress error with net examplehathach
2022-06-27prevent error on specific warnings for net lwip & dual example for rp2040hathach
2022-06-27fix all device examples warningshathach
2022-06-27Merge branch 'master' into add-more-warningshathach
2022-06-27change report len in hid API from uint8_t to uint16_thathach
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-24USBTMC: Update test python code to use the new pyvisa namespace, and other mi...NConrad
2022-06-24suppress redundant-decls warnings for freertos exampleshathach
2022-06-24add more warning option, also fix -Wconversion with rp2040hathach
2022-06-21Update USBTMC descriptors to support high speed, set USB version to 2.0.0 for...NConrad
2022-06-17correct bulk size for highspeed endpoint in dynamic_configuration and usbtmc ...hathach