summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-07release 0.7.0 with changelog and doc update0.7.0hathach
2020-11-07Merge pull request #553 from hathach/host-async-controlHa Thach
Host async control
2020-11-07clean uphathach
2020-11-03Merge pull request #547 from hathach/cdc-auto-write-flushHa Thach
enable cdc auto flush on write()
2020-11-03Merge pull request #546 from hathach/use-same51-from-asf4Ha Thach
use same51 driver to adafruit asf4 submodule
2020-11-02Merge pull request #545 from j4cbo/masterHa Thach
Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL
2020-11-02enable cdc auto flush on write()hathach
if there is enough data in the fifo
2020-11-02use same51 driver to adafruit asf4 submodulehathach
2020-11-02remove legacy blocking usbh_control_xfer()hathach
reworking cdc host driver
2020-11-02get hub work more reliablyhathach
2020-11-02update usbh with hub to use async control transferhathach
work ok with msc + hub, but definitely need more testing.
2020-11-01added host set_config driverhathach
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-01house keeping: make tu_print_mem format easier to compare with hex2dumphathach
2020-10-31Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODELJacob Potter
This was a confusing name; "Ethernet control model" (CDC ECM) and "network control model" (CDC NCM) are two separate USB subclasses.
2020-10-30Merge pull request #544 from hathach/use-stm-driver-repoHa Thach
Use stm driver repo
2020-10-30remove st_driver submodulehathach
2020-10-30use cmsis 5 for all stm32hathach
2020-10-30add CMSIS_5 submodulehathach
2020-10-30add more stm mcuhathach
2020-10-30l4 use offical st driver repohathach
2020-10-30l0 use offical st driver repohathach
2020-10-30h7 use offical st driver repohathach
2020-10-30f7 use offical st driver repohathach
2020-10-30f3 use offical st driver repohathach
2020-10-30f2 use offical st driver repohathach
2020-10-30f1 use offical st driver repohathach
2020-10-30random clean uphathach
2020-10-30f0 use offical st driver repohathach
2020-10-30f4 use offical st driver repohathach
2020-10-26Merge pull request #543 from majbthrd/net_tweaksHa Thach
net_device: re-factor code so as to not be specific to lwIP
2020-10-25Merge pull request #541 from j4cbo/internal-phyHa Thach
Allow use of internal FS PHY on OTG_HS interface
2020-10-24net_device: re-factor code so as to not be specific to lwIPPeter Lawrence
2020-10-24Move into if statementJacob Potter
2020-10-24CR feedback: compare CFG_TUSB_RHPORT1_MODE instead of using new macroJacob Potter
2020-10-24net_device: tweak 'pbuf chain' implementationPeter Lawrence
2020-10-18Allow use of internal FS PHY on OTG_HS interfaceJacob 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-16Merge pull request #538 from kasjer/kasjer/uac2Ha Thach
audio: Add headset example
2020-10-16audio: Add headset exampleJerzy 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-16Merge pull request #539 from majbthrd/nettweaksHa Thach
net_lwip_webserver: efficiency tweaks
2020-10-15audio: Add two channel feature unit descriptorJerzy 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-15add samd21 xplained pro to boards.md dochathach
2020-10-15Merge pull request #534 from majbthrd/atsamd21_xproHa Thach
bsp: add ATSAMD21-XPRO eval board
2020-10-14net_lwip_webserver: efficiency tweaksPeter Lawrence
2020-10-14bsp: atsamd21_xpro: removed no longer needed workaroundPeter Lawrence
2020-10-13Merge pull request #536 from kasjer/kasjer/fix-osal-queue-definitionHa Thach
osal_none: Fix queue definition
2020-10-13osal_none: Fix queue definitionJerzy 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-13more clean uphathach
2020-10-13clean uphathach
2020-10-13implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / ↵hathach
tuh_msc_get_maxlun()
2020-10-13rework msc hosthathach
- msc host enum is now async - implement async tuh_msc_scsi_command() / tuh_msc_request_sense() / tuh_msc_test_unit_ready()