On Wed, Apr 21, 2021 at 9:04 AM Tim <t...@jti.uk.com.invalid> wrote: > I am in need of a driver for an FUSB301 USB C Controller/PD device. I see > there are drivers for the FUSB301 and FUSB303 but not the FUSB302. > > > > Before I have a stab at porting the outline code I already have for this > device, and finishing it off to become a "proper" NuttX driver (and > potentially making it my first ever contribution), I thought I would ask > first to see if there is one lurking somewhere and I just missed it? > > > > Also, a question from an old-school SW developer and (therefore) GitHub & > Apache/incubator newbie: if I simply want to ask advice do I still email > dev@nuttx.apache.org <mailto:dev@nuttx.apache.org> or should it be to a > different email address? I see some emails I get from the reflector (if > that's what it's called) have an unsubscribe option, whereas others do not > and it seems to relate to how the question/comment has originated? Be kind > to me :)
Hello Tim, I can't answer your first question about the FUSB30x driver(s), but regarding your second question: Yes, dev@nuttx.apache.org is the correct place to discuss NuttX-related subjects, including development (as the name dev@ implies) and user questions. But if you ever need to report security issues, those should not be publicly disclosed until we release a fix, so please report such issues to priv...@nuttx.apache.org instead. We're always glad to have new contributors! Feel free to open a Pull Request at GitHub at any time. See this helpful link: https://nuttx.apache.org/docs/latest/contributing/index.html In particular, the page Making Changes Using Git (second from the top) will help walk you through the process of dealing with GitHub etc. Cheers, Nathan