linguini1 commented on code in PR #16962: URL: https://github.com/apache/nuttx/pull/16962#discussion_r2316711218
########## .github/CODEOWNERS: ########## @@ -0,0 +1,46 @@ +# NOTE: This "code owners" file is simply an indication of which contributors are "experts" on different subsystems +# within NuttX. This will make it easier for new contributors to request the correct reviewers for their changes, and +# also provide another method of tracking down authors of certain modules when help is needed. +# +# Anyone is free to contribute to any part of NuttX at any time! + +# ARCH + +# AUDIO + +# BINFMT + +# BOARDS + +boards/arm/samd2l2/xiao-seeeduino/* @linguini1 +boards/arm64/bcm2711/* @linguini1 +boards/avr/atmega/elegoo-mega2560r3/* @linguini1 + +# CRYPTO + +# DRIVERS + +## ANALOG + +*mcp3008* @linguini1 + +## AUDIO + +## BCH + +## CAN + Review Comment: I will populate this fully with a script. This is just to get some initial feedback about the layout. If people are happy with the example, I will go ahead and populate it fully, prune it by hand to simplify some paths, and then re-request reviews so we can catch any missing info! Sorry, that probably wasn't clear from my PR description. I updated it now to ask for feedback. -- 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