olsndot/tests/adc-power
Karl Palsson a62f296f73 adc-power: correctly allow parallel make
Need to use $(MAKE) correctly!
2018-04-16 21:32:29 +00:00
..
adc-power.c adc-power: add parallel parent makefile 2018-02-25 22:46:21 +00:00
adc-power.h stub adc on/off test code. 2015-10-17 02:15:58 +00:00
main-stm32f3-disco.c adc-power: f3 adc peripheral takes over gpios automatically? 2016-09-09 22:16:45 +00:00
main-stm32f4-disco.c adc: f4: update for new naming 2016-03-30 17:13:40 +00:00
main-stm32f072-disco.c adc-power: add parallel parent makefile 2018-02-25 22:46:21 +00:00
main-stm32f103-generic.c adc-power: include f1 tests 2016-09-11 23:38:55 +00:00
main-stm32l1-generic.c adc-power: stm32l1: make "generic" == hw1 test board. 2018-02-21 22:56:01 +00:00
main-stm32l4-disco.c adc-power: add parallel parent makefile 2018-02-25 22:46:21 +00:00
Makefile adc-power: correctly allow parallel make 2018-04-16 21:32:29 +00:00
Makefile.stm32f3-disco switch to using devices.data linker generation 2016-09-09 22:16:45 +00:00
Makefile.stm32f4-disco switch to using devices.data linker generation 2016-09-09 22:16:45 +00:00
Makefile.stm32f072-disco switch to using devices.data linker generation 2016-09-09 22:16:45 +00:00
Makefile.stm32f103-generic oocd: move stm32f1 config file to common 2016-09-27 22:23:57 +00:00
Makefile.stm32l1-generic adc-power: stm32l1: make "generic" == hw1 test board. 2018-02-21 22:56:01 +00:00
Makefile.stm32l4-disco switch to using devices.data linker generation 2016-09-09 22:16:45 +00:00
openocd.stm32l1-generic.cfg adc-power: update makefiles with work lying around 2016-09-26 20:57:10 +00:00
README.md adc: document where debug output goes 2016-03-30 17:23:11 +00:00

For most boards, adc channels 1 and 5 are PA1 and PA5.

Not the F3. oh no, that board is cray cray. PA0 and PF4

For boards with a Cortex-M3 or better, debug output is on ITM channel 0 (Yay!) For M0/M0+ boards, debug is via a tx only UART on PA9.

https://github.com/libopencm3/libopencm3/pull/471 https://github.com/libopencm3/libopencm3/pull/457 https://github.com/libopencm3/libopencm3/pull/534

https://github.com/libopencm3/libopencm3/issues/456 https://github.com/libopencm3/libopencm3/issues/455 https://github.com/libopencm3/libopencm3/issues/454