aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/tpiu.rs
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2020-04-21 21:58:44 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-21 21:58:44 +0200
commit03a788a4e234ddc6a38c5545417928b8cbe62a05 (patch)
treeb17e8b72b8792a4c3cb5ba4a1b56cf7b5fbc35a4 /src/peripheral/tpiu.rs
parentb4635839218108d4c68158ad38ca26e063137f79 (diff)
parente41b27331c70865b89b5584b13c0b469de30daff (diff)
downloadcortex-m-03a788a4e234ddc6a38c5545417928b8cbe62a05.tar.gz
cortex-m-03a788a4e234ddc6a38c5545417928b8cbe62a05.tar.zst
cortex-m-03a788a4e234ddc6a38c5545417928b8cbe62a05.zip
Merge branch 'master' into mutex_add
Diffstat (limited to 'src/peripheral/tpiu.rs')
-rw-r--r--src/peripheral/tpiu.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/tpiu.rs b/src/peripheral/tpiu.rs
index 4115bb3..11cb79e 100644
--- a/src/peripheral/tpiu.rs
+++ b/src/peripheral/tpiu.rs
@@ -1,6 +1,6 @@
//! Trace Port Interface Unit;
//!
-//! *NOTE* Available only on ARMv7-M (`thumbv7*m-none-eabi*`)
+//! *NOTE* Not available on Armv6-M.
use volatile_register::{RO, RW, WO};