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/11/22 21:55:17 UTC

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2377: [DRAFT] STM32: Add TIM register mappings for STM32G47xxx family

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


   ## Summary
   
   This is a DRAFT (work in progress) PR.
   
   The STM32G47xxx family's TIM blocks have quite a few features and variations. Rather than increase the ifdef rash in the arch/arm/src/stm32/hardware/stm32_tim.h file, I created a separate file to hold all the definitions.
   
   Possible courses of action:
   
   1. Rework and merge the register definitions into arch/arm/src/stm32/hardware/stm32_tim.h
   or
   2. Move the contents of arch/arm/src/stm32/hardware/stm32_tim.h into one or more new file(s) and turn arch/arm/src/stm32/hardware/stm32_tim.h into an empty header that just includes the correct files.
   
   ## Impact
   
   Adds register definitions to make it possible to support STM32G47xxx's TIM peripherals.
   
   ## Testing
   
   nxstyle only.


----------------------------------------------------------------
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] hartmannathan closed pull request #2377: [DRAFT] STM32: Add TIM register mappings for STM32G47xxx family

Posted by GitBox <gi...@apache.org>.
hartmannathan closed pull request #2377:
URL: https://github.com/apache/incubator-nuttx/pull/2377


   


-- 
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] hartmannathan commented on pull request #2377: [DRAFT] STM32: Add TIM register mappings for STM32G47xxx family

Posted by GitBox <gi...@apache.org>.
hartmannathan commented on pull request #2377:
URL: https://github.com/apache/incubator-nuttx/pull/2377#issuecomment-819584339


   Finally closing this pull request! @raiden00pl completed this work and integrated it in PR #3544.


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