summaryrefslogtreecommitdiff
path: root/tests/adc-power/adc-power.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11adc-power: include f1 testsKarl Palsson1-0/+38
2016-09-09adc-power: Calling adc_power_off twice should be safeKarl Palsson1-0/+2
but, it's not on f3 at present. See https://github.com/libopencm3/libopencm3/issues/654 and https://github.com/libopencm3/libopencm3/pull/662
2016-03-30adc: hacks to get it up and running for L4Karl Palsson1-2/+7
2016-03-30adc: use single float literalsKarl Palsson1-3/+3
Dramatic performance improvement on m4f cores, ~1600->80 cycles
2016-03-14fix l4 to run at 48Mhz and with a clockKarl Palsson1-0/+1
2016-03-04attempt actual adc on l4Karl Palsson1-0/+6
(insufficient,needs clocks yet)
2016-03-04use new names for SMPRx definesKarl Palsson1-2/+6
2016-03-04f0 working (one fixme)Karl Palsson1-3/+3
need scan mode upstream?
2015-11-03WIP: f0 adc buildKarl Palsson1-1/+11
2015-11-03f3 temp sensor workingKarl Palsson1-7/+7
2015-11-03f4: proper float/int temp readingsKarl Palsson1-38/+46
2015-10-28f3: wip continuesKarl Palsson1-3/+44
2015-10-17stub adc on/off test code.Karl Palsson1-0/+94
Needs a pot on PA0, should get the temperature input working as well.