btashton opened a new pull request #2706: URL: https://github.com/apache/incubator-nuttx/pull/2706
## Summary This adds a simple i2c configuration for the nrf52 feather board to make testing easier. ## Impact i2c board support for nrf52-feather ## Testing Running this configuration with two i2c devices attached. ``` NuttShell (NSH) NuttX-10.0.1 nsh> uname -a NuttX 10.0.1 eeb11d6757-dirty Jan 17 2021 15:12:27 arm nrf52-feather nsh> i2c dev -b 0 0x00 0x7f 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- 3d -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- 68 -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org