pico-examples icon indicating copy to clipboard operation
pico-examples copied to clipboard

Added dev_cdc example

Open paulober opened this issue 1 year ago • 3 comments

It demonstrates how to use TinyUSB with a CDC interface while using the Pico SDK stdio USB.

paulober avatar Oct 09 '24 15:10 paulober

I know this PR is still in draft, so you may already be planning this, but a brief README.md explaining what this example does, and how to use it (e.g. does it appear on the host as two separate /dev/ttyACM devices?) would be really useful.

lurch avatar Oct 10 '24 08:10 lurch

I know this PR is still in draft, so you may already be planning this, but a brief README.md explaining what this example does, and how to use it (e.g. does it appear on the host as two separate /dev/ttyACM devices?) would be really useful.

Thanks for the reminder. I added a section to the README.

paulober avatar Oct 15 '24 13:10 paulober

Not sure if we would also expose the RESET interface? I have some WIP on this but I doesn't get detected correctly at the moment. WorkInProgressResetInterface.patch

paulober avatar Oct 15 '24 13:10 paulober

can you please add license to c/h source files:

/**
 * Copyright (c) 2023 Raspberry Pi (Trading) Ltd.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

You can add your name too.

kilograham avatar Nov 24 '24 17:11 kilograham

can you please add license to c/h source files

Sure, added.

paulober avatar Nov 27 '24 00:11 paulober