Skip to content
Snippets Groups Projects
Commit a0e8edd0 authored by Per Lindgren's avatar Per Lindgren
Browse files

README

parent 0998636d
Branches
No related tags found
No related merge requests found
# `stm32f30x-hal` # `stm32f4x-hal`
> HAL for the STM32F30x family of microcontrollers > HAL for the STM32F4x family of microcontrollers
[`embedded-hal`]: https://crates.io/crates/embedded-hal [`embedded-hal`]: https://crates.io/crates/embedded-hal
......
//! Prints "Hello, world" on the ITM console //! Prints "Hello, world" on the ITM console
//! and Semihosting in the openocd console
//!
//! Using cortex-m-debug, for simple tracing
#![deny(unsafe_code)] #![deny(unsafe_code)]
#![deny(warnings)] #![deny(warnings)]
#![no_std] #![no_std]
//extern crate cortex_m_semihosting as semihosting;
extern crate stm32f4xx_hal; extern crate stm32f4xx_hal;
// Convenient tracing over semihosting and ITM // Convenient tracing over semihosting and ITM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment