summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/adc.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: adc: verify console commands configsDawid Niedzwiecki2021-12-231-0/+4
* zephyr: use a chosen DT node to find ADC devicesPeter Marheine2021-12-031-5/+2
* zephyr: Replace DT_ENUM_TOKEN with DT_STRING_TOKENJack Rosenthal2021-09-071-14/+14
* adc: Allow runtime config of adc_channelsCaveh Jalali2021-08-271-0/+5
* zephyr: use DEVICE_DT_GET for various shim modulesFabio Baltieri2021-06-281-2/+10
* zephyr: adc: Add call to setup ADC channelsKeith Short2021-04-291-11/+27
* zephyr: Update ADC shim for Zephyr 2.5Simon Glass2021-04-021-1/+1
* zephyr: Add ADC mul and div factors supportDawid Niedzwiecki2021-03-221-0/+3
* zephyr: adc: add error check for adc_read()Yuval Peress2021-03-051-2/+5
* zephyr: add shim ADCDawid Niedzwiecki2021-02-091-0/+48