summaryrefslogtreecommitdiffstats
path: root/drivers/arm/analog.h
Commit message (Collapse)AuthorAgeFilesLines
* Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis2020-03-211-41/+0
|
* format code according to conventions [skip ci]QMK Bot2020-03-171-1/+1
|
* ARM - ADC cleanup (#8385)Joel Challis2020-03-171-30/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update switch to array to allow custom values * Add adc keymap * update docs to reflect alignment of default 10 bit * start conversion to USE_ADCVn * samplerate is hella wrong...stub out for now * basic f1 and f4 functionality * Tidy up current changes * Restore old pinToMux function * Add back sample rate for supported platforms * F0 compile fixes * wordsmithery Co-Authored-By: Ryan <fauxpark@gmail.com> * Remove reference to avr only function Co-authored-by: Ryan <fauxpark@gmail.com>
* format code according to conventions [skip ci]QMK Bot2020-03-111-11/+8
|
* Add ADC support for STM32F3 and STM32F0 devices (#7681)Drew Mills2020-03-111-0/+60
* Add ADC support for STM32F3 and STM32F0 devices * Add section about configration options available to the ARM ADC implementation * Fix STM32 typo