{"id":13423259,"url":"https://github.com/imxrt-rs/imxrt-hal","last_synced_at":"2026-04-08T13:31:13.513Z","repository":{"id":45075539,"uuid":"238839179","full_name":"imxrt-rs/imxrt-hal","owner":"imxrt-rs","description":"Rust for NXP i.MX RT","archived":false,"fork":false,"pushed_at":"2026-04-03T10:25:06.000Z","size":2658,"stargazers_count":185,"open_issues_count":23,"forks_count":45,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-04-07T12:07:25.341Z","etag":null,"topics":["nxp","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imxrt-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-07T03:54:03.000Z","updated_at":"2026-04-05T12:47:45.000Z","dependencies_parsed_at":"2023-02-09T03:16:03.286Z","dependency_job_id":"d8a60d35-0f20-44de-96fa-fdff21970c2b","html_url":"https://github.com/imxrt-rs/imxrt-hal","commit_stats":{"total_commits":47,"total_committers":4,"mean_commits":11.75,"dds":0.06382978723404253,"last_synced_commit":"68624cae53714e38b3dbaa21ee7e08cb50d67612"},"previous_names":["imxrt-rs/imxrt-rs"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/imxrt-rs/imxrt-hal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imxrt-rs%2Fimxrt-hal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imxrt-rs%2Fimxrt-hal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imxrt-rs%2Fimxrt-hal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imxrt-rs%2Fimxrt-hal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imxrt-rs","download_url":"https://codeload.github.com/imxrt-rs/imxrt-hal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imxrt-rs%2Fimxrt-hal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31558380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nxp","rust"],"created_at":"2024-07-31T00:00:26.530Z","updated_at":"2026-04-08T13:31:13.474Z","avatar_url":"https://github.com/imxrt-rs.png","language":"Rust","funding_links":[],"categories":["HAL implementation crates"],"sub_categories":["NXP"],"readme":"# imxrt-hal\n\nA Rust hardware abstraction layer (HAL) for NXP i.MX RT processors.\n\n[![All Checks][all-checks-badge]][all-checks-url] [![Crates.io][imxrt-hal-badge]][imxrt-hal-url]\n\n[all-checks-badge]: https://github.com/imxrt-rs/imxrt-hal/actions/workflows/rust.yml/badge.svg\n[all-checks-url]: https://github.com/imxrt-rs/imxrt-hal/actions/workflows/rust.yml\n[imxrt-hal-badge]: https://img.shields.io/crates/v/imxrt-hal\n[imxrt-hal-url]: https://crates.io/crates/imxrt-hal\n\n[matrix-chat](https://matrix.to/#/#imxrt-rs:matrix.org)\n\n## Getting started\n\nYou'll need a compatible Rust toolchain in order to build and use `imxrt-hal`.\nFor information on installing a toolchain, see\n[the imxrt-rs book](https://imxrt-rs.github.io/book/toolchain.html).\n\nIf you're new to `imxrt-hal` and want to try its examples on hardware,\nsee [this guide](./board/README.md). Examples run on various i.MX RT development\nboards, like the 1010 EVK and the Teensy 4.\n\nMany HAL drivers work across all of the i.MX RT chips supported by\n[`imxrt-ral`](https://github.com/imxrt-rs/imxrt-ral). Select drivers become\navailable for a specific chip build. If you want to use `imxrt-hal` in\nyour project, see the package's API docs. For a high-level overview of how\n`imxrt-ral` and `imxrt-hal` work together, check out [the ecosystem\nwalkthrough](https://imxrt-rs.github.io/book/ecosystem_walkthrough/index.html)\n\n## Contributing\n\nIf you're interested in extending or changing the HAL, or if you want to add\ntesting support for a new board, see [CONTRIBUTING](CONTRIBUTING.md).\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n  http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimxrt-rs%2Fimxrt-hal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimxrt-rs%2Fimxrt-hal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimxrt-rs%2Fimxrt-hal/lists"}