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 2020/03/04 03:24:38 UTC

[GitHub] [mynewt-core] benmccrea opened a new pull request #2226: dialog/da1469x: Fix array pointer re-referencing bug

benmccrea opened a new pull request #2226: dialog/da1469x: Fix array pointer re-referencing bug
URL: https://github.com/apache/mynewt-core/pull/2226
 
 
   Register trim values from OTP were not being applied. Upon inspection it
   was found that da1469x_pd_apply_trimv() was improperly assigning 'reg' to the
   address of 'trimv_words[idx *2]'.
   
   With this fix the OTP register values appear to be properly applied.

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


With regards,
Apache Git Services

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2226: dialog/da1469x: Fix array pointer re-referencing bug

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on issue #2226: dialog/da1469x: Fix array pointer re-referencing bug
URL: https://github.com/apache/mynewt-core/pull/2226#issuecomment-594308212
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   

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


With regards,
Apache Git Services

[GitHub] [mynewt-core] benmccrea merged pull request #2226: dialog/da1469x: Fix array pointer de-referencing bug

Posted by GitBox <gi...@apache.org>.
benmccrea merged pull request #2226: dialog/da1469x: Fix array pointer de-referencing bug
URL: https://github.com/apache/mynewt-core/pull/2226
 
 
   

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


With regards,
Apache Git Services