acassis commented on issue #7331: URL: https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1282374160
Hi @abdallah-ali-abdallah I quickly look at defconfig from composite example and it shows that is enables the mass storage and serial interface (CDC/ACM). In your case you will need to extend the arm/rp2040/common/src/rp2040_composite.c to support your configuration. First you will need to verify if the rp2040's USB have enough end-points available and study a little bit to understand how composite works. Also look the example for other boards, it could help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org