| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-07 | Merge pull request #553 from hathach/host-async-control | Ha Thach | |
| Host async control | |||
| 2020-11-01 | house keeping: make tu_print_mem format easier to compare with hex2dump | hathach | |
| 2020-10-24 | net_device: re-factor code so as to not be specific to lwIP | Peter Lawrence | |
| 2020-10-16 | Merge pull request #538 from kasjer/kasjer/uac2 | Ha Thach | |
| audio: Add headset example | |||
| 2020-10-16 | audio: Add headset example | Jerzy Kasenberg | |
| This example code creates USB Audio 2.0 headset device. Device has two audio interfaces first stereo speaker with 48kHz stereo stream. Second interface for microphone with 48kHz mono stream. This example can be used to start working on audio device. It can be also used to verify ISO endpoints for boards. Speaker adaptive clock (bound to SOF). Microphone for now has asynchronous clock. Volume and mute control while present are not used for data stream modification. | |||
| 2020-10-14 | net_lwip_webserver: efficiency tweaks | Peter Lawrence | |
| 2020-10-13 | implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / ↵ | hathach | |
| tuh_msc_get_maxlun() | |||
| 2020-10-13 | rework msc host | hathach | |
| - msc host enum is now async - implement async tuh_msc_scsi_command() / tuh_msc_request_sense() / tuh_msc_test_unit_ready() | |||
| 2020-10-11 | Merge branch 'master' into host-async-control | hathach | |
| 2020-10-11 | update microchip driver | hathach | |
| also skip audio_test for same5x for now due to assert() macro conflict | |||
| 2020-10-10 | net_lwip_webserver: tweak main.c comments with smartphone suggestions | Peter Lawrence | |
| 2020-10-10 | Merge pull request #521 from PanRe/uac2 | Ha Thach | |
| Uac2 | |||
| 2020-10-09 | Fix unused parameter in audio test. | Reinhard Panhuber | |
| 2020-10-09 | Fix minor issue in audio example. | Reinhard Panhuber | |
| 2020-10-09 | Extend example s.t. a saw tooth is sent. | Reinhard Panhuber | |
| 2020-10-09 | rename multiple hid callback | hathach | |
| 2020-10-09 | clean up example | hathach | |
| 2020-10-09 | rename hid multiple interface | hathach | |
| 2020-10-09 | Merge branch 'master' into house-keeping | hathach | |
| 2020-10-09 | use pyocd for iMXRT boards | hathach | |
| 2020-10-08 | Cleanup per review on PR | Zachery Littell | |
| 2020-10-08 | add flash-pyocd support | hathach | |
| 2020-10-08 | clean up jlink default interface | hathach | |
| 2020-10-07 | fix variable names. add itf n callbacks to multihid | Zachery Littell | |
| 2020-10-07 | fix audio_test build | hathach | |
| 2020-10-02 | fix simple pull request comments. Implement descriptor index hack. | Zachery Littell | |
| 2020-10-01 | create hid multiple interface example | Zachery Littell | |
| 2020-09-28 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-09-12 | doc: merge example/readme.md into docs/getting_started.md | hathach | |
| 2020-09-07 | rework usbh control transfer | hathach | |
| use series of complete callback instead of blocking semaphore, which is more noOS friendly. still working with hid host | |||
| 2020-09-05 | refactor hub class | hathach | |
| - separate connect/disconnect handling - hub work with full speed, but doesn't seem to work with Low speed device (with mcb1800) - need to update msc host after migrating from isr to xfer_cb (blocked at inquiry) | |||
| 2020-09-05 | update example to test with mouse | hathach | |
| 2020-09-04 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-09-04 | update ci to also build host example | hathach | |
| 2020-09-04 | fflush(stdout) for keyboard host example | hathach | |
| 2020-09-04 | keyboard host work as proof of concept | hathach | |
| 2020-09-03 | more hid host work | hathach | |
| 2020-09-03 | fix #449 remove obsolete pipehandle from hid host | hathach | |
| 2020-09-01 | clean up | hathach | |
| 2020-09-01 | Merge branch 'master' into update-host | hathach | |
| 2020-08-22 | add OPT_MCU_SAMD11 | hathach | |
| skip ci build for example that need more ROM/RAM could fit into SAMD11 | |||
| 2020-08-19 | Commit before sharing. | Reinhard Panhuber | |
| Setup a test example - UNTESTED! Missing: Start transmitting audio data in set_interface. | |||
| 2020-07-29 | Merge pull request #412 from hathach/fix-net-cast-align | Ha Thach | |
| suppress cast-align warnings for net device driver | |||
| 2020-07-23 | example to call tud_init() after freeRTOS kernel is started | hathach | |
| add note for usb init when using with RTOS | |||
| 2020-07-23 | fix samd21 race condition with setup packet | hathach | |
| reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1 | |||
| 2020-07-21 | add note for MS OS 1.0 Descriptor at 0xEE | hathach | |
| 2020-07-19 | minor clean up | hathach | |
| 2020-07-18 | more update | hathach | |
| 2020-07-16 | rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE | hathach | |
| rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE | |||
| 2020-07-16 | add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun | hathach | |
