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

   ## Summary
   
   SPI3 initialization issues and SPI DMA build errors fixed
   
   <!-- This field should contain a summary of the changes. It will be 
pre-filled with the commit's message and descriptions. Adjust it accordingly -->
   
   * Docs/platforms/espressif: Add SPI docs for esp32s2
   
   Add SPI defconfig docs for esp32s2-saola-1
   
   * boards/xtensa/esp32s2: Add SPI defconfig
   
   Add spi defconfig and SPI3 initializer for esp32s2
   
   * arch/xtensa: Fix esp32s2 SPI errors
   
   Fix esp32s2 SPI DMA and SPI3 errors
   
   ## Impact
   <!-- Please fill the following sections with YES/NO and provide a brief 
explanation -->
   
   Impact on user: Yes, esp32s2 SPI issues fixed
   <!-- Does it impact user's applications? How? -->
   
   Impact on build: No
   <!-- Does it impact on building NuttX? How? (please describe the required 
changes on the build system) -->
   
   Impact on hardware: Yes, bugfix applied for esp32s2 spi
   <!-- Does it impact a specific hardware supported by NuttX? -->
   
   Impact on documentation: Yes, doc for defconfig added 
   <!-- Does it impact the existing documentation? Please provide additional 
documentation to reflect that -->
   
   Impact on security: No
   <!-- Does it impact NuttX's security? -->
   
   Impact on compatibility: No
   <!-- Does it impact compatibility between previous and current versions? Is 
this a breaking change? -->
   
   ## Testing
   <!-- Please provide all the testing procedure. Consider that upstream 
reviewers should be able to reproduce the same testing performed internally -->
   
   `esp32s2-saola-1:spi` config used to build
   
   ### Building
   <!-- Provide how to build the test for each SoC being tested -->
   
   ```
   make -j distclean && ./tools/configure.sh esp32s2-saola-1:spi && make -j && 
make download ESPTOOL_PORT=/dev/ttyUSB0 ESPTOOL_BAUD=921600 ESPTOOL_BINDIR=./
   ```
   
   ### Running
   <!-- Provide how to run the test for each SoC being tested -->
   
   GPIO11 and GPIO13 pins connected with a cable to test and run `spi exch AB` 
command 
   
   ### Results
   <!-- Provide tests' results and runtime logs -->
   
   ```
   nsh> spi exch AB
   Sending:     AB
   Received:    AB 
   ```


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