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 2020/12/15 17:41:16 UTC

[GitHub] [incubator-nuttx] michallenc opened a new pull request #2546: arch/arm/src/imxrt/imxrt_usdhc.c: fixed no DMA build error

michallenc opened a new pull request #2546:
URL: https://github.com/apache/incubator-nuttx/pull/2546


   ## Summary
   
   Declaration of imxrt_sendsetup function had  a different data type for nbytes than its definition, which was causing the build to fail while DMA was not enabled.
   
   ## Testing
   
   Tested on Teensy-4.1:
   
   ```
   NuttShell (NSH) NuttX-9.1.1
   nsh> 
   nsh> ls dev
   /dev:
    console
    mmcsd0
    null
    ttyACM0
    ttyS0
   nsh> mount -t vfat /dev/mmcsd0 /mnt
   nsh> cat mnt/test.txt
   hello world, how are u?
   
   ddfdfsc 44545 
   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.

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



[GitHub] [incubator-nuttx] davids5 merged pull request #2546: arch/arm/src/imxrt/imxrt_usdhc.c: fixed no DMA build error

Posted by GitBox <gi...@apache.org>.
davids5 merged pull request #2546:
URL: https://github.com/apache/incubator-nuttx/pull/2546


   


----------------------------------------------------------------
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:
users@infra.apache.org