summaryrefslogtreecommitdiff
path: root/chip/stm32/adc-stm32f3.c
Commit message (Expand)AuthorAgeFilesLines
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-271-1/+0
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-14/+14
* Make ADCs on STM32F4 workMoritz Fischer2018-09-281-8/+12
* Refactor ADC clock enable for STM32F0/F3Moritz Fischer2018-09-271-1/+2
* stm32: Remove unused struct definitionsMartin Roth2017-01-021-5/+0
* servo_v4: Fix ADC console commandNick Sanders2016-05-261-47/+0
* ADC: Add common priority for the ADC initVijay Hiremath2015-07-161-1/+1
* STM32F: Remove support for this familyAnton Staaf2015-06-301-1/+307
* Add support for STM32F373Vic Yang2014-10-071-0/+1