summaryrefslogtreecommitdiff
path: root/chip/mec1322/adc.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/mec1322/adc.c: Format with clang-formatJack Rosenthal2022-07-011-1/+2
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-271-1/+0
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-5/+5
* servo_v4: Fix ADC console commandNick Sanders2016-05-261-28/+0
* common: adc/i2c: Mark task_waiting volatileShamile Khan2015-12-011-2/+4
* ADC: Add common priority for the ADC initVijay Hiremath2015-07-161-1/+1
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* mec1322: ADC driverVic (Chun-Ju) Yang2013-12-201-0/+107