Karl Palsson
02064576e8
qemu test sample from daniellinux:
...
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-09 22:16:45 +00:00
Karl Palsson
c5c33a4600
switch to using devices.data linker generation
...
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-09-09 22:16:45 +00:00
Karl Palsson
cb945fa671
rcc-legal-ranges: run through a range of clocks
...
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-19 11:31:57 +00:00
Karl Palsson
1766f13ad2
rcc-legal-ranges: initial l1 setup
...
Doesn't fail on my l1 disco unfortunately. (silicon rev X)
Does fail on a custom board with silicon rev V
2016-08-18 12:37:17 +00:00
Karl Palsson
bcdf3f8943
adc: hacks to get it up and running for L4
2016-03-30 17:24:12 +00:00
Karl Palsson
96bbee9af9
adc: document where debug output goes
2016-03-30 17:23:11 +00:00
Karl Palsson
614482176c
adc: use single float literals
...
Dramatic performance improvement on m4f cores, ~1600->80 cycles
2016-03-30 17:15:06 +00:00
Karl Palsson
fc590297eb
adc: f4: update for new naming
2016-03-30 17:13:40 +00:00
Karl Palsson
9b371b5189
fix l4 to run at 48Mhz and with a clock
2016-03-14 21:34:18 +00:00
Karl Palsson
f4ebd4a603
attempt actual adc on l4
...
(insufficient,needs clocks yet)
2016-03-04 00:43:41 +00:00
Karl Palsson
2a05ac3942
f3: use new rcc names
2016-03-04 00:43:41 +00:00
Karl Palsson
5e57c5b0c9
use new names for SMPRx defines
2016-03-04 00:43:41 +00:00
Karl Palsson
0ab2988130
l4 miniblink
...
We'll build up to the adc temp sensor from here
2016-03-04 00:43:21 +00:00
Karl Palsson
19a85ae45b
f0 working (one fixme)
...
need scan mode upstream?
2016-03-04 00:43:21 +00:00
Karl Palsson
c522c29dca
WIP: f0 adc build
2015-11-03 23:53:42 +00:00
Karl Palsson
73e12bd0fd
f3 temp sensor working
2015-11-03 23:21:44 +00:00
Karl Palsson
4a1f9d06d2
f4: proper float/int temp readings
2015-11-03 22:34:40 +00:00
Karl Palsson
26eeb48807
f3: wip continues
2015-10-28 18:55:56 +00:00
Karl Palsson
cca0635bcd
WIP: adc-power f3
...
needs rcc fixups
2015-10-17 02:55:13 +00:00
Karl Palsson
b76fbc0636
adc-power: f4: use correct path to linker
...
Don't escape the project!
2015-10-17 02:52:48 +00:00
Karl Palsson
8d538b3935
stub adc on/off test code.
...
Needs a pot on PA0, should get the temperature input working as well.
2015-10-17 02:15:58 +00:00
Karl Palsson
b0d0fcddba
purpose of first test
2015-10-16 20:42:40 +00:00