summaryrefslogtreecommitdiff
path: root/chip/stm32/hwtimer.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-454/+0
* stm32/hwtimer: Fix CONFIG_WATCHDOG_HELP #endif commentCraig Hesling2020-02-041-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* chip: stm32: Fix Timers 9 through 11 for STM32F4Moritz Fischer2019-03-161-1/+1
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-261-1/+1
* stm32f4: clock stm32f412 at 96MHzWei-Ning Huang2017-06-211-1/+2
* stm32: hwtimer: Use correct TIM1 interruptShawn Nematbakhsh2015-11-191-4/+4
* STM32F: Remove support for this familyAnton Staaf2015-06-301-1/+1
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* hwtimer/hwtimer32: Remove task_resched_if_needed from watchdog helpAlexandru M Stan2015-02-181-4/+2
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+6
* Add support for STM32F373Vic Yang2014-10-071-1/+56
* watchdog: Help ensure that the stm32 watchdog help printsDoug Anderson2014-06-211-1/+1
* zinger: fix bug, increase watchdog timeout to 1.8sAlec Berg2014-06-201-1/+1
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-2/+45
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* Rename mixed-case config constantsRandall Spangler2013-12-161-2/+2
* Standardize concatenation macrosRandall Spangler2013-07-241-5/+5
* stm32: Clean up JTAG registersChromeOS Developer2013-07-081-3/+7
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-2/+2
* pit: Clean up timer init codeRandall Spangler2013-06-261-10/+31
* pit: Support changing EC clock frequencyRandall Spangler2013-06-251-11/+21
* pit: Fix watchdog help for STM32LRandall Spangler2013-06-241-31/+72
* Define watchdog_reload() to nothing if not CONFIG_WATCHDOGRandall Spangler2013-06-101-2/+3
* stm32f10x: Initial importDavid Hendricks2013-03-081-3/+1
* stm32: Add option to select timer for hardware clockVic Yang2012-12-121-60/+76
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-25/+19
* stm32: fix missed event on MSB hardware timerVincent Palatin2012-08-231-10/+23
* add a function to fast forward system timerVincent Palatin2012-08-061-2/+7
* stm32: Use a timer as the watchdog warningSimon Glass2012-07-021-0/+101
* stm32: force update generation during timer setupDavid Hendricks2012-07-021-2/+2
* stm32: switch 32-bit timer to use TIM3/4David Hendricks2012-06-291-42/+42
* Maintain timer value across sysjumps and clean up init debug outputRandall Spangler2012-05-111-1/+6
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-011-0/+142