This is an automated email from the ASF dual-hosted git repository.
jerzy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
from 2c67bf221 tinyusb/synopsys: Add RHPORT1 configuration option
new 7c7867ae0 tinyusb: Update string descriptor handling
new 51ffa625a tinyusb: Add cdc common package
new e82d0609f tinyusb: Allow USB console with other CDC interfaces
new 48929b227 tinyusb: Add descriptor for CDC/HCI
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
hw/usb/tinyusb/cdc/include/cdc/cdc.h | 57 +++++++++++
hw/usb/tinyusb/{pic32mz => cdc}/pkg.yml | 10 +-
hw/usb/tinyusb/cdc/src/cdc.c | 105 ++++++++++++++++++++
hw/usb/tinyusb/cdc_console/pkg.yml | 1 +
hw/usb/tinyusb/cdc_console/src/cdc_console.c | 61 ++++++++----
hw/usb/tinyusb/cdc_console/syscfg.yml | 8 +-
.../tinyusb/std_descriptors/include/tusb_config.h | 88 ++++++++++++++++-
.../tinyusb/std_descriptors/src/std_descriptors.c | 107 +++++++++++++++++----
hw/usb/tinyusb/std_descriptors/syscfg.yml | 13 ++-
9 files changed, 398 insertions(+), 52 deletions(-)
create mode 100644 hw/usb/tinyusb/cdc/include/cdc/cdc.h
copy hw/usb/tinyusb/{pic32mz => cdc}/pkg.yml (88%)
create mode 100644 hw/usb/tinyusb/cdc/src/cdc.c