summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2023-03-05ignore mkdir in windows cihathach
2023-03-05more ci testhathach
2023-03-05fix ci build on windowshathach
2023-03-02rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARMgraham sanderson
2023-02-28Merge pull request #1828 from HiFiPhile/stm32_fsdevHa Thach
2023-02-16Merge pull request #1825 from HiFiPhile/mic_testPanRe
2023-02-16Merge pull request #1853 from NullMember/masterHiFiPhile
2023-02-13add metro m7 1011 board def (not running yet)hathach
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-13examples/uac2: Fix mute and volume array lengthsMalik Enes Safak
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2022-12-30Fix CI.Mengsk
2022-12-30Add multi-rate audio test example for new ISO buffer allocation.Mengsk
2022-12-29Minor audio_test example fix.Mengsk
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-21Merge branch 'master' into midihostAndrzej Tokarski