| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-07 | release 0.7.0 with changelog and doc update0.7.0 | hathach | |
| 2020-11-07 | Merge pull request #553 from hathach/host-async-control | Ha Thach | |
| Host async control | |||
| 2020-11-07 | clean up | hathach | |
| 2020-11-03 | Merge pull request #547 from hathach/cdc-auto-write-flush | Ha Thach | |
| enable cdc auto flush on write() | |||
| 2020-11-03 | Merge pull request #546 from hathach/use-same51-from-asf4 | Ha Thach | |
| use same51 driver to adafruit asf4 submodule | |||
| 2020-11-02 | Merge pull request #545 from j4cbo/master | Ha Thach | |
| Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL | |||
| 2020-11-02 | enable cdc auto flush on write() | hathach | |
| if there is enough data in the fifo | |||
| 2020-11-02 | use same51 driver to adafruit asf4 submodule | hathach | |
| 2020-11-02 | remove legacy blocking usbh_control_xfer() | hathach | |
| reworking cdc host driver | |||
| 2020-11-02 | get hub work more reliably | hathach | |
| 2020-11-02 | update usbh with hub to use async control transfer | hathach | |
| work ok with msc + hub, but definitely need more testing. | |||
| 2020-11-01 | added host set_config driver | hathach | |
| to resolve control conflict with SET_CONFIGURE for class driver - open will be called to open endpoint only - set_config called later to initialized class driver | |||
| 2020-11-01 | house keeping: make tu_print_mem format easier to compare with hex2dump | hathach | |
| 2020-10-31 | Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL | Jacob Potter | |
| This was a confusing name; "Ethernet control model" (CDC ECM) and "network control model" (CDC NCM) are two separate USB subclasses. | |||
| 2020-10-30 | Merge pull request #544 from hathach/use-stm-driver-repo | Ha Thach | |
| Use stm driver repo | |||
| 2020-10-30 | remove st_driver submodule | hathach | |
| 2020-10-30 | use cmsis 5 for all stm32 | hathach | |
| 2020-10-30 | add CMSIS_5 submodule | hathach | |
| 2020-10-30 | add more stm mcu | hathach | |
| 2020-10-30 | l4 use offical st driver repo | hathach | |
| 2020-10-30 | l0 use offical st driver repo | hathach | |
| 2020-10-30 | h7 use offical st driver repo | hathach | |
| 2020-10-30 | f7 use offical st driver repo | hathach | |
| 2020-10-30 | f3 use offical st driver repo | hathach | |
| 2020-10-30 | f2 use offical st driver repo | hathach | |
| 2020-10-30 | f1 use offical st driver repo | hathach | |
| 2020-10-30 | random clean up | hathach | |
| 2020-10-30 | f0 use offical st driver repo | hathach | |
| 2020-10-30 | f4 use offical st driver repo | hathach | |
| 2020-10-26 | Merge pull request #543 from majbthrd/net_tweaks | Ha Thach | |
| net_device: re-factor code so as to not be specific to lwIP | |||
| 2020-10-25 | Merge pull request #541 from j4cbo/internal-phy | Ha Thach | |
| Allow use of internal FS PHY on OTG_HS interface | |||
| 2020-10-24 | net_device: re-factor code so as to not be specific to lwIP | Peter Lawrence | |
| 2020-10-24 | Move into if statement | Jacob Potter | |
| 2020-10-24 | CR feedback: compare CFG_TUSB_RHPORT1_MODE instead of using new macro | Jacob Potter | |
| 2020-10-24 | net_device: tweak 'pbuf chain' implementation | Peter Lawrence | |
| 2020-10-18 | Allow use of internal FS PHY on OTG_HS interface | Jacob Potter | |
| Some ST parts (like STM32F74xxx / STM32F75xxx) allow the USB_OTG_HS core to be used with either an external high-speed ULPI PHY or an internal full-speed-only (12mbps) PHY. Currently the code assumes than an ULPI PHY is used unless the chip has an internal high-speed PHY (`#if defined(USB_HS_PHYC)`), with no provision to use the internal FS PHY. | |||
| 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-16 | Merge pull request #539 from majbthrd/nettweaks | Ha Thach | |
| net_lwip_webserver: efficiency tweaks | |||
| 2020-10-15 | audio: Add two channel feature unit descriptor | Jerzy Kasenberg | |
| Feature unit descriptor size depends on number of channels. So far only single channel feature unit was present. This change adds feature unit descriptor for two channels. | |||
| 2020-10-15 | add samd21 xplained pro to boards.md doc | hathach | |
| 2020-10-15 | Merge pull request #534 from majbthrd/atsamd21_xpro | Ha Thach | |
| bsp: add ATSAMD21-XPRO eval board | |||
| 2020-10-14 | net_lwip_webserver: efficiency tweaks | Peter Lawrence | |
| 2020-10-14 | bsp: atsamd21_xpro: removed no longer needed workaround | Peter Lawrence | |
| 2020-10-13 | Merge pull request #536 from kasjer/kasjer/fix-osal-queue-definition | Ha Thach | |
| osal_none: Fix queue definition | |||
| 2020-10-13 | osal_none: Fix queue definition | Jerzy Kasenberg | |
| OSAL_QUEUE_DEF was not updated while FIFO was changed to use unmasked pointers. Two fields that are crucial to new functionality were left uninitialized resulting in FIFO slowing down in time. | |||
| 2020-10-13 | more clean up | hathach | |
| 2020-10-13 | clean up | hathach | |
| 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() | |||
