Crate blue_hal
Source Expand description
pub use paste;
- drivers
- Driver implementations for all supported platforms. They offer
a safe API, and are
typestate
based whenever possible.
- hal
- Hardware Abstraction Layer, containing interfaces
for low level drivers.
- utilities
- KB
- MB
- critical_uprint
- Panics if uncapable of writing.
- critical_uprintln
- Panics if uncapable of writing.
- duprintln
- prints to both DEFMT deferred debug and serial
- matrix
- Calls an inner macro by expanding the outer arguments in matrix form.
- port
- Define and export a specific port module (transparently pulls
its namespace to the current one).
- structs
- uprint
- Carries on silently if uncapable of writing.
- uprintln
- Carries on silently if uncapable of writing.