summaryrefslogtreecommitdiff
path: root/tests/adc-power/Makefile.stm32l4-disco
AgeCommit message (Collapse)AuthorFilesLines
2016-09-09switch to using devices.data linker generationKarl Palsson1-10/+1
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-03-04attempt actual adc on l4Karl Palsson1-3/+2
(insufficient,needs clocks yet)
2016-03-04l4 miniblinkKarl Palsson1-0/+33
We'll build up to the adc temp sensor from here