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 2021/11/26 15:03:24 UTC

[GitHub] [incubator-nuttx] michallenc opened a new pull request #4901: SAMv7: Add DMA and TC support to AFEC (ADC) driver

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


   ## Summary
   This adds DMA and Timer/counter support to SAMv7 AFEC (ADC) driver. The AFEC (ADC) can now be triggered by Timer/counter at chosen frequency and samples can be transfered via DMA with configurable number of samples. Timer/counter trigger is now set as a default option with the possibility to change it to software generated trigger. These changes are included in commit 79c645d.
   
   Update to SAME70-XPLAINED adc defconfig to refer to these changes is also included in commit ce3e8c0.
   
   Commit c2b0664 just fixes few compile errors and warnings that occured in sam_tc.c file.
   
   ## Impact
   SAMv7 AFEC driver only, should not impact any other drivers.
   
   ## Testing
   Tested with SAME70-XPLAINED evaluation board and with custom board based on SAME70 MCU.
   
   


-- 
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] xiaoxiang781216 merged pull request #4901: SAMv7: Add DMA and TC support to AFEC (ADC) driver

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


   


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