summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/adc.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Eliminate pointer from SYS_INIT functionsKeith Short2023-04-171-3/+1
* zephyr: adc: add a dedicated NAMED_ADC_CHANNELS optionFabio Baltieri2022-12-191-6/+0
* zephyr/shim: Sort header filesJeremy Bettis2022-11-161-2/+3
* zephyr: tests: Test `common/adc.c` host commandTristan Honscheid2022-10-051-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: shim: adc rename ADC initializer macroFabio Baltieri2022-09-091-3/+3
* zephyr: adc: drop label usage for ADC channelsFabio Baltieri2022-07-181-2/+2
* zephyr/shim/src/adc.c: Format with clang-formatJack Rosenthal2022-06-281-3/+3
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-3/+3
* Revert "nissa: Workaround for ADC initial read error"Andrew McRae2022-03-221-11/+0
* nissa: Workaround for ADC initial read errorAndrew McRae2022-03-171-0/+11
* zephyr: adc: switch to using io-channelsDawid Niedzwiecki2022-01-131-13/+15
* 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