aboutsummaryrefslogtreecommitdiffstats
path: root/src/adccmds.c
Commit message (Expand)AuthorAgeFilesLines
* adccmds: Run gpio_adc_setup() before oid_alloc()Kevin O'Connor2019-01-131-1/+2
* adccmds: Add support for min/max temperature check filteringKevin O'Connor2018-07-021-3/+12
* adccmds: Continue to query analog inputs after a shutdownKevin O'Connor2017-10-121-1/+7
* mcu: Provide some further help on common MCU shutdown errorsKevin O'Connor2017-09-051-1/+1
* sched: Don't count milliseconds in the periodic timerKevin O'Connor2017-08-081-2/+4
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-2/+2
* sched: Rename sched_timer() to sched_add_timer()Kevin O'Connor2017-03-111-1/+1
* basecmd: Use oid_ prefix for the oid manipulation functionsKevin O'Connor2017-03-091-3/+3
* sam3x8e: Add support for ADC pinsKevin O'Connor2016-12-231-1/+1
* gpio: Merge gpio_adc_sample_time() into gpio_adc_sample()Kevin O'Connor2016-11-021-4/+5
* irq: Prefer irq_disable/enable instead of irq_save/restore in cmds/tasksKevin O'Connor2016-06-131-4/+4
* gpiocmds: Add Kconfig option to allow boards to disable ADC commandsKevin O'Connor2016-06-131-0/+117