| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-03-16 | Add Linux support to tmc example | Jeremiah McCarthy | |
| Replaces visa include with pyvisa, as visa use with PyVISA is being deprecated. | |||
| 2021-03-13 | Add new line at end of python script | Reinhard Panhuber | |
| 2021-03-13 | Add python script to plot audio sample data. | Reinhard Panhuber | |
| 2021-03-13 | move AUDIO_SAMPLE_RATE to example main.c | hathach | |
| 2021-03-10 | Merge remote-tracking branch 'upstream/edpt_ISO_xfer' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-03-10 | Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams | Reinhard Panhuber | |
| Extending capabilities of support FIFOs Removing copy from to FIFO Adjusting audio examples Remove peek/read into other FIFO | |||
| 2021-03-10 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 2021-03-10 | clean up | hathach | |
| 2021-03-10 | update doc for BOARD name, add note for udev on Linux | hathach | |
| 2021-03-02 | update pico-sdk to more recent commit | hathach | |
| - move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset | |||
| 2021-03-02 | remove lib/CMSIS_4 submodule, move nrf to lib/CMSIS_5 | hathach | |
| 2021-03-01 | fix freeRTOS config symbol warning with latest kernel | hathach | |
| 2021-03-01 | add submodule lib/FreeRTOS-Kernel | hathach | |
| 2021-02-24 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-02-24 | fix ci | hathach | |
| 2021-02-24 | add itf argument to hid API to support multiple instances | hathach | |
| following API signature is changed: - tud_hid_descriptor_report_cb() - tud_hid_get_report_cb() - tud_hid_set_report_cb() - tud_hid_boot_mode_cb() - tud_hid_set_idle_cb() | |||
| 2021-02-23 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| Conflicts: src/common/tusb_fifo.h src/osal/osal_none.h | |||
| 2021-02-19 | make midi example less ambigous for cable and channel | hathach | |
| 2021-02-12 | Fix a ; in #define definition | Reinhard Panhuber | |
