summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2024-04-26Merge pull request #2609 from tyustli/patch-1HiFiPhile
Remove redundant header file includes for the hid class
2024-04-26Add uart status notif to cdc_dual_ports example.HiFiPhile
2024-04-26- add esp32 c3, c6 mcu optionhathach
- skip breakpoint for espressif riscv
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-25fix ci errortyustli
2024-04-24fix make build due to clang changeshathach
2024-04-24update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 ↵hathach
samd51 nrf
2024-04-24clang make work for samd21hathach
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-23clang work with lpc55hathach
2024-04-22clang tested with mcb1800, add heap to lpc18 linkerhathach
2024-04-22fix print lu format warnings with clanghathach
2024-04-22fix nrfx v3 spim freq when inithathach
fix clang build with nrf
2024-04-22fix build with nrfx v3, though max3421e spi does not seem to work well.hathach
2024-04-19clang samd21 build but has issue as samd51hathach
2024-04-19clang samd51 compile but does not run, rom is correct, but ram is lacking ↵hathach
bss. Got stkerr -> hardfault
2024-04-19more clang updatehathach
2024-04-19- clang h743 build and run cdc_msc okhathach
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
2024-04-19clang build board test with h743hathach
2024-04-19update cmake buildhathach
2024-04-19cmake detect toolchain based on -DCMAKE_C_COMPILERhathach
2024-04-15Merge pull request #2134 from clhenry/non-bus-powered-re-enumerationHa Thach
Non-bus-powered MSP430 support.
2024-04-15update msp430 make buildhathach
2024-04-12add cmake support for msp430hathach
2024-04-09Optimize audio_4_channel_mic waveform data.HiFiPhile
2024-04-09Reduce uac2_headset max sample rate for better compatibility.HiFiPhile
2024-04-09Merge pull request #2582 from HiFiPhile/uvc_typoHa Thach
Fix pointer typo in video_capture_2ch
2024-04-09Fix typo.HiFiPhile
2024-04-09apply oldPRCR to board_init()hathach
2024-04-09Renesas RX controllers: Recover the previous state of the system write ↵Matthias Schär
protect register in functions that are called within init-code
2024-04-09Revert "Fixed behavior of the PRCR register. Previous write protection will ↵Matthias Schär
be recovered." This reverts commit 4d7296109e31690972d8cf09e6138131938cb0ed.
2024-04-09Fixed behavior of the PRCR register. Previous write protection will be ↵Matthias Schär
recovered.
2024-04-08Merge pull request #2466 from wavenumber-eng/MCXHa Thach
TinyUSB stack ported to MCXA and MXCN freedom boards.
2024-04-08Merge pull request #2538 from kkitayam/add_uvc_2ch_exampleHa Thach
Add an example of 2ch video capture.
2024-04-05minor update bsphathach
2024-04-05Merge branch 'master' into MCXhathach
2024-04-05fix pre-commit formathathach
2024-04-05reverted un-related file changeshathach
2024-04-05support CFG_EXAMPLE_VIDEO_READONLY for stream0 for small mcuhathach
2024-04-05update uvc 2ch to stream0 use yuy2, stream1 use mpeghathach
this help reduce sram requirement for example, also provide different format (uncompressed & mpeg)
2024-04-04Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-04-04Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-04-04skip cdc_msc_hid_freertos example for rp2040hathach
2024-04-04fix build with rp2040 + max3421hathach
- forward MAX3421_HOST=1 from makefile to cmake - add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-03add new example to cmake include listhathach
2024-04-02Merge branch 'master' into MCXhathach
2024-04-01UAC2: add interrupt volume control to uac2_headset example.HiFiPhile
2024-03-25Fix compile errors when High Speedkkitayam
2024-03-25Add small RAM MCUs/boards to skip listkkitayam
2024-03-25Merge branch 'master' into add-tuh-deinithathach