Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Embedded Rust
lpc43xx-hal
Commits
82ed470a
Commit
82ed470a
authored
3 years ago
by
A Sundbom
Browse files
Options
Download
Patches
Plain Diff
Removes invalid documentation from example
parent
6edece37
v0.9.0
feature/dac
feature/gpdma
feature/rtic-examples
1 merge request
!45
rtic update and examples purge
Pipeline
#261
passed with stages
in 6 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/rtic.rs
+1
-19
examples/rtic.rs
with
1 addition
and
19 deletions
+1
-19
examples/rtic.rs
+
1
−
19
View file @
82ed470a
//! Using a device crate
//!
//! Crates generated using [`svd2rust`] are referred to as device crates. These crates provide an
//! API to access the peripherals of a device.
//!
//! [`svd2rust`]: https://crates.io/crates/svd2rust
//!
//! This example depends on the [`stm32f103xx`] crate so you'll have to add it to your Cargo.toml.
//!
//! [`stm32f103xx`]: https://crates.io/crates/stm32f103xx
//!
//! ```
//! $ edit Cargo.toml && tail $_
//! [dependencies.stm32f103xx]
//! features = ["rt"]
//! version = "0.10.0"
//! ```
//!
//! ---
//! Basic RTIC example
#![no_main]
#![no_std]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets