FelipeMdeO opened a new pull request, #14420: URL: https://github.com/apache/nuttx/pull/14420
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary This PR fix know issue in esp32c6 spi slave driver. The issue was presented here: https://github.com/apache/nuttx/issues/13238 Also, this PR add spi slave configuration to esp32c6 devkitm ## Impact Now esp32c6 can get data received from spi master properly. ## Testing 2 esp32c6 devikit m were used, one as master and other as slave. In image below you will see tests. In the right side master sends data to slave and in the left side slave, running a simple application, can read exactly data sent by master.  Tnx @Donny9 for improve and fix issues in top half layer. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
