You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/09/26 21:12:06 UTC

[GitHub] wes3 opened a new pull request #1432: Add enable/disable SAADC channel to nordic SDK

wes3 opened a new pull request #1432: Add enable/disable SAADC channel to nordic SDK
URL: https://github.com/apache/mynewt-core/pull/1432
 
 
   The current nordic SDK does not allow the enabling/disabling of a SAADC channel with calling nrfx_channel_init() and nrfx_channel_uninit(). This means that to enable/disable a channel you need to reconfigure the channel each time. These helper functions allow one to configure a SAADC channel and leave it with the configuration if it does not need to be reconfigured (which is probably a more common case).
   
   Note that this modification was only done for any project that sets the  BSP_NRF52 syscfg value. This might be somewhat arbitrary and we might consider doing this for all NRF52 related BSP's (52840, for example).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services