summaryrefslogtreecommitdiff
path: root/chip/stm32/adc-stm32f0.c
Commit message (Expand)AuthorAgeFilesLines
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-271-1/+0
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* stm32f0: Set ADC sampling rate before every readDaisuke Nojiri2019-05-041-15/+21
* chocodile_vpdmcu: Firmware for chocodile mcuSam Hurst2019-04-081-0/+8
* stm32f0: Allow per-channel sampling rate settingDaisuke Nojiri2019-03-281-4/+4
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-10/+10
* adc-stm32f0: initialize adc upon invocation of channel readYH Lin2019-03-131-36/+38
* Refactor ADC clock enable for STM32F0/F3Moritz Fischer2018-09-271-1/+1
* scarlet: Turn off ADC after board version is readPhilip Chen2018-03-021-0/+10
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* servo_v4: Fix ADC console commandNick Sanders2016-05-261-61/+0
* stm32: adc: Add support for DMA continuous modeShawn Nematbakhsh2015-12-211-29/+88
* ADC: Add common priority for the ADC initVijay Hiremath2015-07-161-1/+1
* stm32f0: make ADC watchdog feature modularVincent Palatin2015-04-111-3/+13
* stm32f0: fix adc_read_all_channels()Vincent Palatin2015-04-101-0/+1
* stm32f0: fix potential hang in adc initializationAlec Berg2014-10-081-9/+9
* stm32f0: fix rare ADC initialization bugAlec Berg2014-09-251-6/+11
* samus_pd: stm32f0: check warm reboot before initializing ADCAlec Berg2014-07-231-0/+7
* stm32: implement ADC support for STM32F0xxVincent Palatin2014-03-201-4/+264
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-0/+40