You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/06/24 19:17:52 UTC

[GitHub] [incubator-nuttx] acassis opened a new pull request, #6514: esp32-wrover-kit: Add board profile to support MMC/SDCard over SPI

acassis opened a new pull request, #6514:
URL: https://github.com/apache/incubator-nuttx/pull/6514

   ## Summary
   Add support to MMC/SD over SPI
   ## Impact
   only ESP32-WROVER-KIT board
   ## Testing
   Tested on ESP32-WROVER-KIT:
   ```
   $ ./tools/configure.sh esp32-wrover-kit:mmcsdspi
   $ make -j flash ESPTOOL_PORT=/dev/ttyUSB1
   $ minicom ### Configured to use /dev/ttyUSB1 8n1 ###
   ...
   nsh> mount
     /proc type procfs                     
   
   nsh> mount -t vfat /dev/mmcsd0 /mnt
   nsh> ls /mnt
   /mnt:                                   
    LOST.DIR/
    Android/
    .android_secure/
    hello.txt
   
   nsh> cat /mnt/hello.txt
   Hello World
   
   nsh> echo "NuttX is fun! " > /mnt/nuttx.txt
   nsh> cat /mnt/nuttx.txt
   NuttX is fun! 
   nsh>
   
   ```


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] gustavonihei commented on pull request #6514: esp32-wrover-kit: Add board profile to support MMC/SDCard over SPI

Posted by GitBox <gi...@apache.org>.
gustavonihei commented on PR #6514:
URL: https://github.com/apache/incubator-nuttx/pull/6514#issuecomment-1165918330

   How about deleting the defconfig from `esp32-devkitc`?
   It's too redundant to have similar defconfigs. Besides, ESP32-DevKitC does not really contain an MMCSD card slot out-of-the-box, so that defconfig is of limited usefulness there.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] gustavonihei merged pull request #6514: esp32-wrover-kit: Add board profile to support MMC/SDCard over SPI

Posted by GitBox <gi...@apache.org>.
gustavonihei merged PR #6514:
URL: https://github.com/apache/incubator-nuttx/pull/6514


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org