summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2023-11-14Typo fix.HiFiPhile
2023-10-31Merge pull request #2300 from hathach/add-u5a5Ha Thach
Add support for stm32u5a5 (highspeed with built-in femtoPHY)
2023-10-31uart working on u5a5hathach
2023-10-24Update audio_4_channel_mic example for HS device.HiFiPhile
2023-10-18Adjsut blackout time.Mengsk
2023-10-17Fix compile.HiFiPhile
2023-10-17Read sample rate directly from control transfer to eliminate callback.HiFiPhile
2023-10-17Add flow control for IN transfer.HiFiPhile
2023-10-10Refactor to get rid of CMSIS DSP lib.HiFiPhile
2023-10-10Update make & cmake file.HiFiPhile
2023-10-10Enhance plot script.HiFiPhile
2023-10-10Enhance audio_4_channel_mic example, plot 4 different waves for each channel.HiFiPhile
2023-09-28fix build with new freertos host examplehathach
2023-09-28esp32 cdc host with max3421 work wellhathach
2023-09-28fix esp32 msc examplehathach
2023-09-27Merge branch 'master' into add-max3421-esp32hathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
change tuh_int_handler() to take in_isr as optional parameter (default = true)
2023-09-27max3421 communication work with esp32 up to enumeration, seems still have a ↵hathach
bit of issue
2023-09-26tested cdc_msc_hid_freertos with samd51hathach
add -Wno-error=format for espressif wrap up cdc_msc_hid_freertos
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-09-11wrap up build cmake & make support for max3421, to enable the Host driver, ↵hathach
'MAX3421_HOST=1' must be added as part of make/cmake command
2023-09-08ECM/RNDIS again selected for webserver exampleHardy Griech
2023-08-31code review: add NCM options in example configHardy Griech
2023-08-30use ep buf to keep setup packet, work well with hid devicehathach
2023-08-27minor updatehathach
2023-08-27more update to transactionhathach
2023-08-14fix build iar with lpc43hathach
2023-08-14add iar support for lpc43, add lpcxpresso43s67 to hil farmhathach
2023-08-09Merge pull request #2202 from Rocky04/patch-4Ha Thach
Invoke unmounted state on configuration reset
2023-08-09Merge pull request #2209 from HiFiPhile/hitlHa Thach
Enhance HITL test
2023-08-09update hil test and json (remove troublesome lpc54608), run hil test on ci ↵hathach
with IAR build
2023-08-07Fixed typoRocky04
2023-08-07Update examplesRocky04
2023-08-07Merge pull request #2208 from kkitayam/fix_makefile_for_winHa Thach
Fix makefile a warning when run on windows command prompt
2023-08-07Merge pull request #2151 from kilograham/rp2040_build_fixesHa Thach
Fix build issues when building for RP2040 from pico-examples/pico-sdk.
2023-08-06Change to subst to work on windows command promptkkitayam
2023-08-04Merge pull request #2204 from hathach/enhance-bspHa Thach
Enhance bsp
2023-08-04Merge pull request #2116 from dsugisawa-mixi/masterHa Thach
fix example of bare_api, check empty string
2023-08-04update all examples to use unique ID as serial if avaialblehathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03add board_get_unique_id() for serial numberhathach
implemented board_get_unique_id() for rp2040 and L4
2023-08-03Merge pull request #2052 from arduino/renesas_ra_hs_rebasedHa Thach
Renesas_RA: add support for board with HS USB port
2023-08-03add lpc43 familyhathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-08-03Merge pull request #2105 from kholia/cdc_uac2_exampleHa Thach
Add CDC+UAC2 composite device example for Pico
2023-08-03add makefile, add cdc_uac2 to cmake example list, update descriptor to build ↵hathach
with nrf and samg/7x
2023-08-03Merge branch 'master' into cdc_uac2_examplehathach
2023-08-03add osal queue name if neededhathach
also mass change configQUEUE_REGISTRY_SIZE = 4
2023-08-02fix pre-commit, also skip lto for rp2040hathach
2023-08-01add portenta c33 bsp, add flash by dfu-utilhathach