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/09/04 14:25:39 UTC

[GitHub] [incubator-nuttx] v01d opened a new issue #1711: stm32*: fixes required in lowerhalf timers

v01d opened a new issue #1711:
URL: https://github.com/apache/incubator-nuttx/issues/1711


   While working with the `arch_timer.c` driver, I noticed some issues in the implementation of lowerhalf timer (usually `<arch>_lowerhalf_tim.c`) of these architectures. If these are ever used with `arch_timer.c` it will fail. The changes are:
     * allow settimeout to be called when the timer is started (there's generally no reason it cannot be done)
     * implement `maxtimeout`
   
   Architectures:
     * stm32f0l0g0
     * stm32
     * stm32l4
     * stm32f7
   
   These are all the ones that I found by looking for <arch>_tim_lowerhalf.c but if the naming is different in other cases there may be others affected. I suspect this is mostly because the implementation was copied across these different architectures.
   


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