Nathan Hartman
|
86e41979b4
|
arch/stm32: Fix nxstyle errors
arch/arm/src/stm32/stm32_tim_lowerhalf.c:
* Fix nxstyle errors.
|
2020-12-01 21:01:34 +01:00 |
|
lihaichen
|
8e7f8bbde3
|
Merged in lihaichen/nuttx/stm32_tim (pull request #806)
fix stm32 tim bug
Approved-by: GregoryN <gnutt@nuttx.org>
|
2019-01-07 13:53:02 +00:00 |
|
Gregory Nutt
|
7cf88d7dbd
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
Gregory Nutt
|
79e5d2b7b6
|
STM32 TIM3/4 are always 16-bits; never 32-bits. Noted by Eetu Nevalainen.
|
2017-07-10 13:56:06 -06:00 |
|
Gregory Nutt
|
47be509d79
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
|
Mark Schulte
|
4761a7d816
|
Add argument to timer irq callback
|
2017-03-01 08:49:14 -06:00 |
|
Gregory Nutt
|
19c1c9d78b
|
All timer lower half drivers. Port Sebastien's changes to all all other implementations of the timer lower half. Very many just and untested. Expect some problems.
|
2016-11-17 15:03:31 -06:00 |
|
Gregory Nutt
|
70e502adb0
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
Paul A. Patience
|
b7e8e1fb99
|
STM32 TIM: Remove some warnings, fix timer resolution bug and cosmetic changes
|
2015-12-14 17:24:11 -05:00 |
|
Gregory Nutt
|
7037f13c2d
|
Trivial cosmetic change from review
|
2015-11-30 18:01:26 -06:00 |
|
Wail Khemir
|
fd8db7ad38
|
Change prescaler dynamically to support bigger periods on 16 bits timers
|
2015-11-30 18:52:05 -05:00 |
|
Gregory Nutt
|
30834721df
|
Trivial changes for compliance with coding standard
|
2015-11-20 17:53:03 -06:00 |
|
Wail Khemir
|
702368fce4
|
Small bug fix for stm32 lower half timer driver
|
2015-11-20 18:16:39 -05:00 |
|
Gregory Nutt
|
a8ab72f97a
|
Fix some stylistic issues found by tools/nxstyle
|
2015-11-17 17:31:38 -06:00 |
|
Gregory Nutt
|
3c84aa3b5f
|
(Hopefully) cosmetic changes from review of recent merges for conformance to coding standard
|
2015-11-17 16:53:21 -06:00 |
|
Wail Khemir
|
9451b09d3a
|
Added a lower-half timer driver for stm32 which is compatible with the upper-half driver located at /drivers/timers/timer.c
|
2015-11-17 16:57:02 -05:00 |
|