summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2016-03-30 17:23:11 +0000
committerKarl Palsson <karlp@tweak.net.au>2016-03-30 17:23:11 +0000
commit96bbee9af950433a74dbbf7079081f6ea9d21c53 (patch)
tree9667b960d9fdd2acd550b6accb6dfac90c6d8ee3 /tests
parent09ea7a8695f4e5eb770558982de706ef77c464b7 (diff)
downloadolsndot-96bbee9af950433a74dbbf7079081f6ea9d21c53.tar.gz
olsndot-96bbee9af950433a74dbbf7079081f6ea9d21c53.tar.bz2
olsndot-96bbee9af950433a74dbbf7079081f6ea9d21c53.zip
adc: document where debug output goes
Diffstat (limited to 'tests')
-rw-r--r--tests/adc-power/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/adc-power/README.md b/tests/adc-power/README.md
index 7da8ad7..3f36045 100644
--- a/tests/adc-power/README.md
+++ b/tests/adc-power/README.md
@@ -3,6 +3,10 @@ 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