Commit Graph

1588 Commits

Author SHA1 Message Date
hathach
c8e533e612 fix build with nrfx v3, though max3421e spi does not seem to work well. 2024-04-22 14:54:35 +07:00
hathach
d157abe77c clang samd21 build but has issue as samd51 2024-04-19 23:17:02 +07:00
hathach
be0d62ba6c clang samd51 compile but does not run, rom is correct, but ram is lacking bss. Got stkerr -> hardfault 2024-04-19 23:17:00 +07:00
hathach
824e39ddeb more clang update 2024-04-19 23:16:59 +07:00
hathach
3442a87d5b - clang h743 build and run cdc_msc ok
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
2024-04-19 23:16:57 +07:00
hathach
96f7ca02bf clang build board test with h743 2024-04-19 23:16:57 +07:00
hathach
632a001955 update cmake build 2024-04-19 23:16:55 +07:00
hathach
7545c40003 cmake detect toolchain based on -DCMAKE_C_COMPILER 2024-04-19 23:16:54 +07:00
Ha Thach
fb21b6a67d Merge pull request #2134 from clhenry/non-bus-powered-re-enumeration
Non-bus-powered MSP430 support.
2024-04-15 23:14:10 +07:00
hathach
afb66a955c update msp430 make build 2024-04-15 22:49:08 +07:00
hathach
abddc850ac add cmake support for msp430 2024-04-12 11:45:36 +07:00
HiFiPhile
0d4465a098 Optimize audio_4_channel_mic waveform data. 2024-04-09 23:21:01 +02:00
HiFiPhile
68b973aa9f Reduce uac2_headset max sample rate for better compatibility. 2024-04-09 18:32:02 +02:00
Ha Thach
9506e2c972 Merge pull request #2582 from HiFiPhile/uvc_typo
Fix pointer typo in video_capture_2ch
2024-04-09 19:48:32 +07:00
HiFiPhile
455a2879fb Fix typo. 2024-04-09 12:48:27 +02:00
hathach
2828a56a4f apply oldPRCR to board_init() 2024-04-09 17:05:25 +07:00
Matthias Schär
bd67fdf011 Renesas RX controllers: Recover the previous state of the system write protect register in functions that are called within init-code 2024-04-09 12:15:32 +07:00
Matthias Schär
385611c5a9 Revert "Fixed behavior of the PRCR register. Previous write protection will be recovered."
This reverts commit 4d7296109e31690972d8cf09e6138131938cb0ed.
2024-04-09 12:14:27 +07:00
Matthias Schär
5c7876d444 Fixed behavior of the PRCR register. Previous write protection will be recovered. 2024-04-09 12:13:38 +07:00
Ha Thach
af1346c748 Merge pull request #2466 from wavenumber-eng/MCX
TinyUSB stack ported to MCXA and MXCN freedom boards.
2024-04-08 12:30:25 +07:00
Ha Thach
ffab7bf9dd Merge pull request #2538 from kkitayam/add_uvc_2ch_example
Add an example of 2ch video capture.
2024-04-08 10:52:29 +07:00
hathach
c97c3418c7 minor update bsp 2024-04-05 20:31:55 +07:00
hathach
1c5abc835f Merge branch 'master' into MCX 2024-04-05 17:59:38 +07:00
hathach
5ce4585884 fix pre-commit format 2024-04-05 17:14:51 +07:00
hathach
caf2c5e0b7 reverted un-related file changes 2024-04-05 17:04:33 +07:00
hathach
5b2441d8a3 support CFG_EXAMPLE_VIDEO_READONLY for stream0 for small mcu 2024-04-05 16:12:31 +07:00
hathach
34737f9c60 update uvc 2ch to stream0 use yuy2, stream1 use mpeg
this help reduce sram requirement for example, also provide different format (uncompressed & mpeg)
2024-04-05 00:55:48 +07:00
hathach
f603c4a330 skip cdc_msc_hid_freertos example for rp2040 2024-04-04 13:01:16 +07:00
hathach
7910cc2981 fix build with rp2040 + max3421
- forward MAX3421_HOST=1 from makefile to cmake
- add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-04 10:55:14 +07:00
hathach
594833374c add new example to cmake include list 2024-04-03 22:24:04 +07:00
hathach
18a458679f Merge branch 'master' into MCX 2024-04-02 18:14:49 +07:00
HiFiPhile
6cf27986b6 UAC2: add interrupt volume control to uac2_headset example. 2024-04-01 20:39:48 +02:00
kkitayam
6a14dd190f Fix compile errors when High Speed 2024-03-25 23:24:24 +09:00
kkitayam
8f04d96c07 Add small RAM MCUs/boards to skip list 2024-03-25 23:15:49 +09:00
hathach
98b8e960aa Merge branch 'master' into add-tuh-deinit 2024-03-25 17:46:28 +07:00
kkitayam
5a880013c8 Add UVC 2ch example 2024-03-24 22:31:47 +09:00
kkitayam
aba00ed22c Fix the error that occurs when executing make in Windows 2024-03-23 22:35:06 +09:00
hathach
94c27fcdf7 skip rp2040 build for cdc_msc_hid_freertos 2024-03-22 20:19:12 +07:00
hathach
baffadca91 remove pca10095 suppport for max3421
also remove pico_bootsel_via_double_reset from rp2040
2024-03-22 17:54:08 +07:00
hathach
2a4b27ed33 add led blinky to cdc_dual_ports example 2024-03-11 22:00:21 +07:00
hathach
9b6f13716f correct rp2040 host with max3421 2024-03-04 16:14:53 +07:00
hathach
4ed02ae5f9 reformat code hid_host.c
- fix ceedling with ruby 3.1
- allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
2024-03-01 17:34:14 +07:00
Jerry Palacios
ec91660119 Revert "Merge branch 'hathach:master' into MCX"
This reverts commit 6afd4a5789, reversing
changes made to 5c14bd13da.
2024-02-22 16:11:23 -06:00
jerpa77
6afd4a5789 Merge branch 'hathach:master' into MCX 2024-02-22 15:47:45 -06:00
hathach
13d26d2166 slightly change cdc_msc_freertos example 2024-02-22 19:20:28 +07:00
Jerry Palacios
b44cae8f18 frdmmcxa153 now working with cmake+ninja 2024-02-09 11:07:51 -06:00
Jerry Palacios
b9c6b22165 cortex m33+nodsp+nofpu make file created 2024-02-08 11:10:10 -06:00
Jerry Palacios
6c4a5292a6 Back to original 2024-02-07 17:03:13 -06:00
Ha Thach
7a92038bc4 Merge pull request #2428 from YixingShen/master
update video_capture
2024-01-30 10:00:26 +07:00
hathach
55950656cb add freertos build support for video_capture example 2024-01-29 23:23:06 +07:00