File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This library implements a simple Arm vector table, suitable for getting into a
44Rust application running in System Mode. It also provides a reference start
55up 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 .
77
88See < https://docs.rs/cortex-a-rt > for detailed documentation.
99
Original file line number Diff line number Diff line change 33//! This library implements a simple Arm vector table, suitable for getting into
44//! a Rust application running in System Mode. It also provides a reference
55//! 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 .
77//!
88//! The default startup routine provided by this crate does not include any
99//! special handling for multi-core support because this is oftentimes
Original file line number Diff line number Diff line change 33This library implements a simple Arm vector table, suitable for getting into a
44Rust application running in System Mode. It also provides a reference start
55up 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 .
77
88See < https://docs.rs/cortex-r-rt > for detailed documentation.
99
Original file line number Diff line number Diff line change 33//! This library implements a simple Arm vector table, suitable for getting into
44//! a Rust application running in System Mode. It also provides a reference
55//! 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 .
77//!
88//! The default startup routine provided by this crate does not include any
99//! special handling for multi-core support because this is oftentimes
You can’t perform that action at this time.
0 commit comments