summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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-07-11only enable warnings with approriate gcc version for rp2040hathach
2022-07-11Merge pull request #1543 from robert-hh/1170_0.13.0Ha Thach
2022-07-11fix rt1050 evk build with latest mcu-sdkhathach
2022-07-11bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XXhathach
2022-07-01add get-deps targethathach
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 warnings with host 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-27clean up usbd log levelhathach
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-24fix redundant-decls warnings by usbd/usbhhathach
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
2022-06-16Merge pull request #1480 from Ryzee119/multihub_rebaseHa Thach
2022-06-16add note for recursive calls of process_device_unplugged() in case of hubhathach
2022-06-06update all host exampleshathach
2022-06-06more example updatehathach
2022-06-06clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of CFG_TU...hathach
2022-06-03remove static port defined for device/hosthathach
2022-06-02rhport argument in usbd_ API() is not used (always use the initialized port)hathach
2022-06-01rename board specific macro for examplehathach
2022-06-01remove cmake compile macro for net example (use lwipopts.h instead)hathach
2022-05-28Fix printf long int compiler errorLeon Loeser
2022-05-20Minor cleanup of RP2040 code post addition of Pico-PIO_USBgraham sanderson
2022-05-16print addres of mouse inputhathach
2022-05-11clean up examplehathach
2022-05-10clean uphathach
2022-05-10cmake lib renamehathach
2022-05-10move pio-usb init to family_configure_pio_usb_example() to stay compatiblehathach
2022-05-10rename host/hid_to_cdc to dual/host_hid_to_device_cdchathach
2022-05-06fix incorrect total number of interfacehathach
2022-04-29fix ci buildhathach