summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2021-05-18minor clean uphathach
2021-05-18more API renamehathach
2021-05-18clean up, rename some HID device symbol/APIhathach
- 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-09Update main.ccorvus-ossifragus
Fix code where HID keyboard was being stuffed into the HID mouse buffer.
2021-05-07Update main.ccorvus-ossifragus
Added new RTOS names to the name string array in print_greeting() in the host example program. The program seemed to hang when a new RTOS was indexed in CFG_TUSB_OS.
2021-05-06Merge branch 'master' of github.com:xmos-jmccarthy/tinyusbJeremiah McCarthy
2021-05-05Fix typoJeremiah McCarthy
2021-05-05Add example to be testedJeremiah McCarthy
Update API description.
2021-04-22USBTMC: remove reference to visa DLL (which only was for windows, and ↵Nathan Conrad
auto-select instead.
2021-04-19cmake cleanuphathach
2021-04-18update per reviewhathach
2021-04-18Merge branch 'master' into alisitsyn-esp-based_on_334e95fhathach
2021-04-16espressif: group boards using target name as a familyAlex 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-16Added support for Black Magic Probe (#787)Dima Barsky
* Added flash-bmp and debug-bmp targets; added .gdb_history to .gitignore * Added the BMP variable, defaults to /dev/ttyBmpGdb The name of the BMP device is different on different systems. On Linux (after installing the recommended udev rules) it'll be /dev/ttyBmpGdb, but the user should be able to override it. * Update rules.mk
2021-04-16tinyusb: add support of esp32s3 targetAlex 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-15Fix bug in audio_4_channel_mic.cReinhard Panhuber
2021-04-15Try to resolve include hassle in uac2_headsetReinhard Panhuber
2021-04-15update cmakelist for audio_4_channelhathach
2021-04-15Merge branch 'master' into edpt_ISO_xferhathach
2021-04-15update plot script to work on macos and linuxhathach
also add note for installing pip module
2021-04-11update rp2040 to use pico-sdk externallyhathach
also try to update ci
2021-04-08Fix defines in audio_device.cReinhard Panhuber
2021-04-08Ensure half word alignment in audio 4 channel exampleReinhard Panhuber
2021-04-08Add 4 channel microphone audio example using software encodingReinhard Panhuber
2021-04-06code formathathach
2021-04-03Fix uac2_headset include hassle be declaring value by handReinhard Panhuber
2021-04-03Fix uac2_headsetReinhard Panhuber
2021-04-03Fix wrong pointer type in audio_device.cReinhard Panhuber
2021-04-03Fix uac2_headset exampleReinhard Panhuber
2021-04-03Fix potential bug in support FIFO sizesReinhard Panhuber
2021-04-03Fix typo in uac2_headsetReinhard Panhuber
2021-04-03Fix old defines in uac2_headsetReinhard Panhuber
2021-04-03Add missing #defines in uac2_headset exampleReinhard Panhuber
2021-04-03Fix #define error in uac2_headsetReinhard Panhuber
2021-04-03Fix error in #defines in uac2_headsetReinhard Panhuber
2021-04-03Fix #define in audio_testReinhard Panhuber
2021-04-03Delete old settingsReinhard Panhuber
2021-04-03Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-04-03Generalize 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-02Merge pull request #766 from hathach/enhance-midiHa Thach
Enhance midi
2021-04-02revert make optimize flaghathach
2021-04-02rename midi write()/read() to stream_write() stream_read()hathach
also add deprecated for warning and rename hint
2021-04-02fix midi tx fifo overflow cause data corruptionhathach
rename
2021-03-31skip freertos example for efm32gg12Rafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-31Merge pull request #757 from kkitayam/add_support_for_gr_citrusHa Thach
Add support for GR-CITRUS
2021-03-31remove NVIC_SystemReset() in freertos exampleshathach
2021-03-30change suffix to _asm to be more explicithathach
2021-03-29add suffix _s to object of assembly filehathach
2021-03-27added configurations for RX63Xkkitayam
2021-03-23remove ses project since it is all broken and occupies spacehathach