#cortex-m #logging #stm32 #log #arm

no-std cortex-m-log

Logging facilities for Cortex-M processors

14 releases (7 breaking)

0.8.0 Feb 22, 2023
0.7.0 Nov 17, 2020
0.6.2 Jul 27, 2020
0.6.1 Sep 3, 2019
0.3.0 Jul 5, 2018

#989 in Embedded development

Download history 261/week @ 2023-12-07 390/week @ 2023-12-14 102/week @ 2023-12-21 84/week @ 2023-12-28 317/week @ 2024-01-04 221/week @ 2024-01-11 557/week @ 2024-01-18 320/week @ 2024-01-25 168/week @ 2024-02-01 115/week @ 2024-02-08 169/week @ 2024-02-15 242/week @ 2024-02-22 301/week @ 2024-02-29 239/week @ 2024-03-07 163/week @ 2024-03-14 178/week @ 2024-03-21

922 downloads per month
Used in 10 crates

Apache-2.0

22KB
391 lines

cortex-m-log

Rust Crates.io Documentation dependency status

Logging facilities for Cortex-M processors

Available features

  • log-integration - Enables log integration
  • semihosting - Enables facilities for cortex-m-semihosting.
  • itm - Enables ITM destination for logging (not available on Cortex-M0 microcontrollers)

Maintenance note

Please note that at the current moment I'm no longer working with cortex chips and unlikely to work on improving this crate further. If you wish to take over, please let me know and I'll consider giving full rights to access this crate.

Dependencies

~610KB