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/09/30 08:22:24 UTC

[GitHub] [incubator-nuttx] csanchezdll opened a new pull request, #7216: s32k1xx: Fix FlexIO timer register access macros

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

   ## Summary
   Definition of macros for addresses of some registers of FlexIO (those regarding the FlexIO timers, specifically) on s32k1xx architecture were incorrectly defined. It looks like a simple copying typo.
   
   ## Impact
   Any code using these macros would fail to compile, as macros were self-referring.
   
   ## Testing
   This was detected when creating a driver which uses FlexIO. Once fixed, the register were successfully accessed using these macros.
   
   


-- 
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] acassis commented on pull request #7216: s32k1xx: Fix FlexIO timer register access macros

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

   Thank you @csanchezdll nice finding!


-- 
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 #7216: s32k1xx: Fix FlexIO timer register access macros

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


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