File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
This library implements a simple Arm vector table, suitable for getting into a
4
4
Rust application running in System Mode. It also provides a reference start
5
5
up method. Most Cortex-A based systems will require chip specific start-up
6
- code, so the start-up method can over overriden .
6
+ code, so the start-up method can over overridden .
7
7
8
8
See < https://docs.rs/cortex-a-rt > for detailed documentation.
9
9
Original file line number Diff line number Diff line change 3
3
//! This library implements a simple Arm vector table, suitable for getting into
4
4
//! a Rust application running in System Mode. It also provides a reference
5
5
//! start up method. Most Cortex-A based systems will require chip specific
6
- //! start-up code, so the start-up method can over overriden .
6
+ //! start-up code, so the start-up method can over overridden .
7
7
//!
8
8
//! The default startup routine provided by this crate does not include any
9
9
//! special handling for multi-core support because this is oftentimes
Original file line number Diff line number Diff line change 3
3
This library implements a simple Arm vector table, suitable for getting into a
4
4
Rust application running in System Mode. It also provides a reference start
5
5
up method. Most Cortex-R based systems will require chip specific start-up
6
- code, so the start-up method can over overriden .
6
+ code, so the start-up method can over overridden .
7
7
8
8
See < https://docs.rs/cortex-r-rt > for detailed documentation.
9
9
Original file line number Diff line number Diff line change 3
3
//! This library implements a simple Arm vector table, suitable for getting into
4
4
//! a Rust application running in System Mode. It also provides a reference
5
5
//! start up method. Most Cortex-R based systems will require chip specific
6
- //! start-up code, so the start-up method can over overriden .
6
+ //! start-up code, so the start-up method can over overridden .
7
7
//!
8
8
//! The default startup routine provided by this crate does not include any
9
9
//! special handling for multi-core support because this is oftentimes
You can’t perform that action at this time.
0 commit comments