639 Commits

Author SHA1 Message Date
f9c542aa52 fix dfu example build 2021-05-26 18:16:56 +07:00
dbef50f8ff Merge branch 'master' into xmos-jmccarthy-master 2021-05-26 17:32:49 +07:00
aca2320075 fix uac2_headset example
tud_audio_rx_done_cb() is departed, replace with
tud_audio_rx_done_pre_read_cb()
2021-05-26 11:45:45 +08:00
ce59d69520 Merge remote-tracking branch 'official/master' 2021-05-25 09:27:35 -04:00
0b1257266b fix uac2_headset example: type of bRequest should be uint8_t, not enumerate 2021-05-20 17:45:15 +08:00
e163f85ee0 clean up, rename some HID device symbol/API
- add tud_hid_n_interface_protocol()
- rename tud_hid_n_boot_mode() to  tud_hid_n_get_protocol()
- rename tud_hid_boot_mode_cb() to tud_hid_set_protocol_cb()
- add HID_PROTOCOL_BOOT/REPORT to avoid magic number 0,1
- rename HID_PROTOCOL_NONE/KEYBOARD/MOUSE to HID_ITF_PROTOCOL_ to avoid
confusion
2021-05-18 12:32:20 +07:00
05892a5a1e Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb 2021-05-06 12:18:55 -04:00
b51e0eb860 Fix typo 2021-05-05 18:00:32 -04:00
dab1ed6b32 Add example to be tested
Update API description.
2021-05-05 17:42:38 -04:00
7998f11258 USBTMC: remove reference to visa DLL (which only was for windows, and auto-select instead. 2021-04-22 21:47:51 -04:00
59f0fa1e5e cmake cleanup 2021-04-19 13:30:04 +07:00
803b755554 update per review 2021-04-18 01:50:16 +07:00
f5e02e72ed espressif: group boards using target name as a family
`hw\bsp` separate one family folder to esp32s2, esp32s3
add board specific board.cmake file to override board specific options(features)
fix examples and test scripts to use new family approach
2021-04-16 15:41:42 +02:00
2f0cb8b5f1 tinyusb: add support of esp32s3 target
add support of new esp32s3 target and the board
update the roles.mk wrapper to allow dfu flashing of espressif chip
update examples to allow compilation for esp32s3_addax_1 board
once the code is tested the PR to original tinyusb repo will be submitted
2021-04-16 13:38:00 +02:00
c7e4a86166 Fix bug in audio_4_channel_mic.c 2021-04-15 19:40:57 +02:00
fa0d71f2cf Try to resolve include hassle in uac2_headset 2021-04-15 17:04:25 +02:00
2e65d1543f update cmakelist for audio_4_channel 2021-04-15 12:14:01 +07:00
b687a4fc20 Merge branch 'master' into edpt_ISO_xfer 2021-04-15 12:12:52 +07:00
ad11481dd1 update plot script to work on macos and linux
also add note for installing pip module
2021-04-15 12:08:50 +07:00
c8bb0020ea update rp2040 to use pico-sdk externally
also try to update ci
2021-04-11 13:37:07 +07:00
2134c1a875 Fix defines in audio_device.c 2021-04-08 21:48:36 +02:00
97d1609c72 Ensure half word alignment in audio 4 channel example 2021-04-08 20:15:08 +02:00
930eca0748 Add 4 channel microphone audio example using software encoding 2021-04-08 19:56:26 +02:00
8b79040c38 code format 2021-04-06 15:34:50 +07:00
e0cb415954 Fix uac2_headset include hassle be declaring value by hand 2021-04-03 18:07:18 +02:00
b3e548d2d6 Fix uac2_headset 2021-04-03 17:57:23 +02:00
f6ba58e370 Fix wrong pointer type in audio_device.c 2021-04-03 17:50:30 +02:00
6f2f5320f2 Fix uac2_headset example 2021-04-03 16:58:05 +02:00
4af5189492 Fix potential bug in support FIFO sizes 2021-04-03 16:53:29 +02:00
9559796337 Fix typo in uac2_headset 2021-04-03 16:29:44 +02:00
c57369ee83 Fix old defines in uac2_headset 2021-04-03 16:22:35 +02:00
475badd087 Add missing #defines in uac2_headset example 2021-04-03 16:10:46 +02:00
5eb893011c Fix #define error in uac2_headset 2021-04-03 15:59:42 +02:00
fc65f39ff2 Fix error in #defines in uac2_headset 2021-04-03 15:58:41 +02:00
fcb97bd4e9 Fix #define in audio_test 2021-04-03 15:48:09 +02:00
40b2ffcb52 Delete old settings 2021-04-03 10:09:40 +02:00
a1efd41649 Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer 2021-04-03 09:50:08 +02:00
9b2ddd9cc6 Generalize audio driver for 3 audio functions plus a lot more.
- Audio format and parameters are parsed from descriptors thus user no
longer needs to give them explicitely

- Tested for 4 channel software type I PCM encoding with 16 bit with 1
channel per FIFO and 2 channels per FIFO (this is I2S specific)
2021-04-03 09:49:27 +02:00
eb92986b88 Merge pull request #766 from hathach/enhance-midi
Enhance midi
2021-04-02 15:47:40 +07:00
da59c4ad44 rename midi write()/read() to stream_write() stream_read()
also add deprecated for warning and rename hint
2021-04-02 14:43:38 +07:00
080b14b292 fix midi tx fifo overflow cause data corruption
rename
2021-04-02 13:26:55 +07:00
735e0dff20 skip freertos example for efm32gg12
Signed-off-by: Rafael Silva <silvagracarafael@gmail.com>
2021-03-31 23:45:33 +01:00
1d8a79ef4f remove NVIC_SystemReset() in freertos examples 2021-03-31 20:50:08 +07:00
86dab3f7e9 added configurations for RX63X 2021-03-27 20:22:32 +09:00
567c6d437a remove ses project since it is all broken and occupies space 2021-03-23 15:19:53 +07:00
249852d25c use boot2_generic_03h for adafruit feather rp2040
- also use boot2_generic_03h for now for itsy bitsy and qt rp2040
- change default flash target for rp2040 to flash-pyocd
2021-03-18 19:53:39 +07:00
253430a765 add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
2882390c82 clean up some examples 2021-03-18 15:23:08 +07:00
161b8587bd Revert "Add Linux support to tmc example"
This reverts commit dc2f00cca1.
2021-03-17 14:24:14 -04:00
ed8f117dd1 explicitly add dcd source file without vendor/family 2021-03-17 16:52:07 +07:00