Skip to content

A Rust Hardware Abstraction Layer for the Texas Instruments MSPM0L222X microcontroller family

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

sigpwny/mspm0l222x-hal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mspm0l222x-hal

Crates.io Version docs.rs

Caution

This is a placeholder crate as development on the HAL is still in its early stages. Do not attempt to use this crate.

This is an Embedded HAL (Hardware Abstraction Layer) for the MSPM0L2228 microcontroller from Texas Instruments.

The HAL is built on top of the mspm0l222x-pac Peripheral Access Crate, which provides low-level access to the MSPM0L2228's registers. The HAL provides a higher-level interface to the MSPM0L2228's peripherals, making it easier to write applications.

Note

This HAL is under active development. As a result, the API is volatile and subject to change. Be sure to refer to the changelog for breaking changes.

If you want updates for when new releases are made, you can watch this repository by clicking the "Watch" button at the top of the page.

Documentation

Documentation for this HAL can be built by running:

cargo doc --open

Documentation can also be found on docs.rs.

License

This template is licensed under either of:

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Copyright (c) 2025 SIGPwny

About

A Rust Hardware Abstraction Layer for the Texas Instruments MSPM0L222X microcontroller family

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Languages