diff options
author | 2017-03-08 13:54:56 -0500 | |
---|---|---|
committer | 2017-03-08 13:54:56 -0500 | |
commit | 559da5e265d4c1ac88c8bf07f5a4d317c922b408 (patch) | |
tree | ba3324cdda1a2d664ac6235a039ebbf67f8feec6 /src/lib.rs | |
parent | 0e628b32ac27d47aa897dfd7930ddad85903bd37 (diff) | |
download | cortex-m-559da5e265d4c1ac88c8bf07f5a4d317c922b408.tar.gz cortex-m-559da5e265d4c1ac88c8bf07f5a4d317c922b408.tar.zst cortex-m-559da5e265d4c1ac88c8bf07f5a4d317c922b408.zip |
add macros for writing to an ITM port
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ pub mod asm; pub mod ctxt; pub mod exception; pub mod interrupt; +pub mod itm; pub mod peripheral; pub mod register; |