summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2016-09-09adc-power: f3 adc peripheral takes over gpios automatically?Karl Palsson1-3/+5
Doesn't seem to have any impact when just hooking up a pot to the pins at least.
2016-09-09adc-power: add oocd file for f3 discoKarl Palsson1-0/+12
2016-09-09adc-power: add f4 oocd configKarl Palsson1-0/+12
2016-09-09qemu test sample from daniellinux:Karl Palsson3-0/+118
soruced originally from: https://github.com/libopencm3/libopencm3/pull/613 edited to drop the use of bin files, and switch to devices.data
2016-09-09switch to using devices.data linker generationKarl Palsson4-23/+8
Still using my own private rules, but now using the linker script generator so no need to keep expanding on including .ld files in core libopencm3
2016-08-19rcc-legal-ranges: run through a range of clocksKarl Palsson3-30/+119
blink fast/slow for each clock configuration tested, then finish by blinking idly. As of this commit, this test fails quickly on most L1 boards tested. An update to libopencm3 is required to fix this.
2016-08-18rcc-legal-ranges: initial l1 setupKarl Palsson3-0/+107
Doesn't fail on my l1 disco unfortunately. (silicon rev X) Does fail on a custom board with silicon rev V
2016-03-30adc: hacks to get it up and running for L4Karl Palsson2-3/+15
2016-03-30adc: document where debug output goesKarl Palsson1-0/+4
2016-03-30adc: use single float literalsKarl Palsson1-3/+3
Dramatic performance improvement on m4f cores, ~1600->80 cycles
2016-03-30adc: f4: update for new namingKarl Palsson1-1/+1
2016-03-14fix l4 to run at 48Mhz and with a clockKarl Palsson2-0/+11
2016-03-04attempt actual adc on l4Karl Palsson3-5/+23
(insufficient,needs clocks yet)
2016-03-04f3: use new rcc namesKarl Palsson1-8/+11
2016-03-04use new names for SMPRx definesKarl Palsson1-2/+6
2016-03-04l4 miniblinkKarl Palsson2-0/+77
We'll build up to the adc temp sensor from here
2016-03-04f0 working (one fixme)Karl Palsson3-3/+89
need scan mode upstream?
2015-11-03WIP: f0 adc buildKarl Palsson1-1/+11
2015-11-03f3 temp sensor workingKarl Palsson3-10/+15
2015-11-03f4: proper float/int temp readingsKarl Palsson2-41/+49
2015-10-28f3: wip continuesKarl Palsson2-14/+131
2015-10-17WIP: adc-power f3Karl Palsson2-0/+80
needs rcc fixups
2015-10-17adc-power: f4: use correct path to linkerKarl Palsson1-1/+1
Don't escape the project!
2015-10-17stub adc on/off test code.Karl Palsson4-0/+215
Needs a pot on PA0, should get the temperature input working as well.
2015-10-16purpose of first testKarl Palsson1-0/+8