| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-26 | fix dfu example build | hathach | |
| 2021-05-26 | Merge branch 'master' into xmos-jmccarthy-master | hathach | |
| 2021-05-26 | fix uac2_headset example | noodlefighter | |
| tud_audio_rx_done_cb() is departed, replace with tud_audio_rx_done_pre_read_cb() | |||
| 2021-05-25 | Merge remote-tracking branch 'official/master' | Jeremiah McCarthy | |
| 2021-05-20 | fix uac2_headset example: type of bRequest should be uint8_t, not enumerate | noodlefighter | |
| 2021-05-18 | clean up, rename some HID device symbol/API | hathach | |
| - 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-06 | Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb | Jeremiah McCarthy | |
| 2021-05-05 | Fix typo | Jeremiah McCarthy | |
| 2021-05-05 | Add example to be tested | Jeremiah McCarthy | |
| Update API description. | |||
| 2021-04-22 | USBTMC: remove reference to visa DLL (which only was for windows, and ↵ | Nathan Conrad | |
| auto-select instead. | |||
| 2021-04-19 | cmake cleanup | hathach | |
| 2021-04-18 | update per review | hathach | |
| 2021-04-16 | espressif: group boards using target name as a family | Alex Lisitsyn | |
| `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 | tinyusb: add support of esp32s3 target | Alex Lisitsyn | |
| 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-15 | Fix bug in audio_4_channel_mic.c | Reinhard Panhuber | |
| 2021-04-15 | Try to resolve include hassle in uac2_headset | Reinhard Panhuber | |
| 2021-04-15 | update cmakelist for audio_4_channel | hathach | |
| 2021-04-15 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 2021-04-15 | update plot script to work on macos and linux | hathach | |
| also add note for installing pip module | |||
| 2021-04-11 | update rp2040 to use pico-sdk externally | hathach | |
| also try to update ci | |||
| 2021-04-08 | Fix defines in audio_device.c | Reinhard Panhuber | |
| 2021-04-08 | Ensure half word alignment in audio 4 channel example | Reinhard Panhuber | |
| 2021-04-08 | Add 4 channel microphone audio example using software encoding | Reinhard Panhuber | |
| 2021-04-06 | code format | hathach | |
| 2021-04-03 | Fix uac2_headset include hassle be declaring value by hand | Reinhard Panhuber | |
| 2021-04-03 | Fix uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix wrong pointer type in audio_device.c | Reinhard Panhuber | |
| 2021-04-03 | Fix uac2_headset example | Reinhard Panhuber | |
| 2021-04-03 | Fix potential bug in support FIFO sizes | Reinhard Panhuber | |
| 2021-04-03 | Fix typo in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix old defines in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Add missing #defines in uac2_headset example | Reinhard Panhuber | |
| 2021-04-03 | Fix #define error in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix error in #defines in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix #define in audio_test | Reinhard Panhuber | |
| 2021-04-03 | Delete old settings | Reinhard Panhuber | |
| 2021-04-03 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-04-03 | Generalize audio driver for 3 audio functions plus a lot more. | Reinhard Panhuber | |
| - 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-02 | Merge pull request #766 from hathach/enhance-midi | Ha Thach | |
| Enhance midi | |||
| 2021-04-02 | rename midi write()/read() to stream_write() stream_read() | hathach | |
| also add deprecated for warning and rename hint | |||
| 2021-04-02 | fix midi tx fifo overflow cause data corruption | hathach | |
| rename | |||
| 2021-03-31 | skip freertos example for efm32gg12 | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-03-31 | remove NVIC_SystemReset() in freertos examples | hathach | |
| 2021-03-27 | added configurations for RX63X | kkitayam | |
| 2021-03-23 | remove ses project since it is all broken and occupies space | hathach | |
| 2021-03-18 | use boot2_generic_03h for adafruit feather rp2040 | hathach | |
| - 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 | add example specific DEPS_SUBMODULES | hathach | |
| 2021-03-18 | clean up some examples | hathach | |
| 2021-03-17 | Revert "Add Linux support to tmc example" | Jeremiah McCarthy | |
| This reverts commit dc2f00cca157dc2279f917f59f9607fcd17b3fdb. | |||
| 2021-03-17 | explicitly add dcd source file without vendor/family | hathach | |
