| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-24 | rp2040 skip freertos example | hathach | |
| 2021-01-24 | rp2040 hid_composite compiled and tested | hathach | |
| 2021-01-24 | rp2040 dfu_rt dynamic_configuration compiled | hathach | |
| not tested, but should be OK | |||
| 2021-01-24 | rp2040 dual cdc compiled and tested | hathach | |
| 2021-01-24 | rp2040 audio_test compile | hathach | |
| 2021-01-24 | cmake esp32s2 and rp2040 getting along | hathach | |
| 2021-01-23 | improve ci for esp32s2 | hathach | |
| 2021-01-23 | seperate ci build for family and orphaned boards | hathach | |
| 2021-01-23 | rp2040 cdc_msc work well | hathach | |
| 2021-01-23 | rp2040 better support multiple boards | hathach | |
| 2021-01-23 | get board_test running with pico on both led and button | hathach | |
| 2021-01-22 | update cmake build to work with esp32s2 and rp2040 | hathach | |
| 2021-01-22 | Merge branch 'master' into group-boards-into-family | hathach | |
| 2021-01-22 | more ci | hathach | |
| 2021-01-22 | fix esp32s2 ci build | hathach | |
| 2021-01-21 | Merge branch 'master' into pico | Ha Thach | |
| 2021-01-19 | RP2040 support | graham sanderson | |
| 2021-01-14 | replaced variable name to CMDEXE from UNAME. | kkitayam | |
| removed the rule that .d files are converted to .P files. | |||
| 2021-01-13 | also build boards without family | hathach | |
| 2021-01-11 | added support for cmd.exe as a shell on make. | kkitayam | |
| 2020-12-25 | skip overflow sram examples for kl25 | hathach | |
| 2020-11-28 | move all nrf boards into its family group | hathach | |
| 2020-11-28 | group more nrf boards | hathach | |
| 2020-11-28 | grouping nrf boards | hathach | |
| 2020-11-27 | group esp32s2 board into its group | hathach | |
| 2020-11-27 | add bus suspend & resume support for esp32s2 | hathach | |
| 2020-11-24 | more ci | hathach | |
| 2020-11-24 | fix ci build | hathach | |
| 2020-11-24 | comment out and add note for tud_cdc_connected() in cdc_msc examples | hathach | |
| 2020-11-23 | add tud_ready() check in tud_cdc_n_write_flush() | hathach | |
| other clean up | |||
| 2020-11-23 | Merge branch 'master' into cdc_without_dtr | Ha Thach | |
| 2020-11-20 | migrate vendor device to new control xfer cb | hathach | |
| 2020-11-18 | Changes to CDC example code: | Jan Dümpelmann | |
| - auto flush welcome message at connection event - provide information to the user if the terminal did not set DTR | |||
| 2020-11-18 | Reset CDC examples to original state | Jan Dümpelmann | |
| 2020-11-08 | update microchipo driver submodule | hathach | |
| 2020-11-08 | clean up | hathach | |
| 2020-11-08 | Merge pull request #551 from dobairoland/master | Ha Thach | |
| Make the disk disappear on Windows after it was ejected | |||
| 2020-11-07 | Merge pull request #553 from hathach/host-async-control | Ha Thach | |
| Host async control | |||
| 2020-11-05 | Make the disk disappear on Windows after it was ejected | Roland Dobai | |
| Make the disk disappear on Windows after it was ejected. The device need to be re-inserted or reseted to re-appear again. This doesn't affect Linux where the device can be mounted and unmounted repeatedly. Closes https://github.com/hathach/tinyusb/issues/549 | |||
| 2020-11-04 | Merge remote-tracking branch 'hathach/master' into cdc_without_dtr | Jan Dümpelmann | |
| 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 | |
