summaryrefslogtreecommitdiff
path: root/chip/stm32/hwtimer32.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-1/+1
* chip: Sort header filesJeremy Bettis2022-11-291-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* chip/stm32/hwtimer32.c: Format with clang-formatJack Rosenthal2022-07-071-5/+6
* chip/stm32/hwtimer32.c: Format with clang-formatJack Rosenthal2022-06-291-11/+12
* chip/stm32: Move IRQ_TIM to registers.hPatryk Duda2022-01-191-2/+0
* stm32/hwtimer32: Check if interrupts are disabled when setting timestampPatryk Duda2022-01-191-5/+15
* stm32/hwtimer32: Clear status register after counter is setPatryk Duda2022-01-131-0/+13
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* stm32: add stm32l431 ec in chip/stm32 : system / clock / timerBossen WU2021-06-301-5/+37
* stm32: update the timer pre-scaler on STM32F4Vincent Palatin2020-12-021-2/+3
* stm32g4: Add clock enable logic for HW timerScott Collyer2020-07-291-0/+11
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* chip: stm32: Fix Timers 9 through 11 for STM32F4Moritz Fischer2019-03-161-1/+1
* stm32: crank up CPU PLL frequency to 400Mhz on STM32H743Vincent Palatin2018-03-051-2/+3
* stm32: Add STM32H7 familyVincent Palatin2018-01-081-4/+7
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-261-1/+1
* stm32f4: clock stm32f412 at 96MHzWei-Ning Huang2017-06-211-4/+7
* stm32: more clocks support for STM32L4 familyVincent Palatin2017-02-231-7/+31
* 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/+4
* stm32: Add watchdog debug message for hwtimer32Vic Yang2014-10-241-0/+77
* Add support for STM32F373Vic Yang2014-10-071-0/+18
* stm32: add 32-bit timer supportstabilize-5656.BVincent Palatin2014-03-141-0/+161