eren-terzioglu opened a new pull request, #3467:
URL: https://github.com/apache/nuttx-apps/pull/3467

   ## Summary
   
   * apps/examples: Add path option to SPI Slave test
   
   Add path option to spislv_test example
   
   ## Impact
   
   Impact on user: Yes. Users can test different SPI slave interface just 
changing command
   Impact on build: No.
   Impact on hardware: No.
   Impact on documentation: No.
   Impact on security: No.
   Impact on compatibility: No.
   
   ## Testing
   
   `esp32c6-devkitc:spislv` config used.
   
   ### Building
   
   Command to build:
   
   ```
   make -j distclean && ./tools/configure.sh esp32c6-devkitc:spislv && make -j 
&& make download ESPTOOL_PORT=/dev/ttyUSB0
   ```
   
   
   ### Running
   
   `spislv -p /dev/spislv0 -x 2 abba` and `spislv -p /dev/spislv2 -x 2 abba` 
commands used to test
   
   
   ### Output
   
   Here is the output
   ```
   nsh> spislv -p /dev/spislv0 -x 2 abba
   Error: Failed to open /dev/spislv0: No such file or directory
   nsh> spislv -p /dev/spislv2 -x 2 abba
   Slave: Queuing 2 bytes for sending to master: AB BA 
   ```


-- 
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]

Reply via email to