Expand description
The bootloader interface
Construct a Bootloader
from a VID/PID pair (optionally a UUID to disambiguate),
then call its methods.
Re-exports§
pub use command::Command;
pub use command::KeystoreOperation;
pub use command::Response;
pub use property::GetProperties;
pub use property::Properties;
pub use property::Property;
Modules§
- command
- error
- https://github.com/NXPmicro/spsdk/blob/020a983e53769fe16cb9b49395d56f0201eccca6/spsdk/mboot/error_codes.py
- property
- protocol
- provision
Structs§
Enums§
- Error
- Bootloader commands return a “status”. The non-zero statii can be split
as
100*group + code
. We map these groups into enum variants, containing the code interpreted as an error the area.