{"id":13423276,"url":"https://github.com/rust-embedded-community/tm4c-hal","last_synced_at":"2025-03-15T15:30:53.100Z","repository":{"id":41866123,"uuid":"119300877","full_name":"rust-embedded-community/tm4c-hal","owner":"rust-embedded-community","description":"An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate. ","archived":false,"fork":false,"pushed_at":"2024-03-15T12:02:36.000Z","size":227,"stargazers_count":40,"open_issues_count":11,"forks_count":26,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-01T12:34:03.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rust-embedded-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2018-01-28T21:48:07.000Z","updated_at":"2024-05-19T21:42:34.717Z","dependencies_parsed_at":"2024-01-06T21:43:46.384Z","dependency_job_id":"1951a471-18f9-4738-bc82-570bba02b080","html_url":"https://github.com/rust-embedded-community/tm4c-hal","commit_stats":{"total_commits":139,"total_committers":11,"mean_commits":"12.636363636363637","dds":0.302158273381295,"last_synced_commit":"758574c54c6fcaa3e436c39f0571a5edcdc33e49"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-embedded-community%2Ftm4c-hal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-embedded-community%2Ftm4c-hal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-embedded-community%2Ftm4c-hal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-embedded-community%2Ftm4c-hal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-embedded-community","download_url":"https://codeload.github.com/rust-embedded-community/tm4c-hal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243532531,"owners_count":20306152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-07-31T00:00:27.579Z","updated_at":"2025-03-15T15:30:52.715Z","avatar_url":"https://github.com/rust-embedded-community.png","language":"Rust","funding_links":[],"categories":["HAL implementation crates"],"sub_categories":["Texas Instruments"],"readme":"# `tm4c129x-hal` and `tm4c123x-hal`\n\n\u003e An [Embedded HAL] (Hardware Abstraction Layer) for the [TM4C129x] and [TM4C123x] families of microcontrollers from Texas Instruments.\n\n[Embedded HAL]: https://crates.io/crates/embedded-hal\n[TM4C123x]: https://www.ti.com/product/TM4C123GH6PM\n[TM4C129x]: https://www.ti.com/product/TM4C1294NCPDT\n\nThese microcontrollers are based on the Arm Cortex-M4F processor core and derived from the earlier TI/Luminary Micro LM4 and LM3 series MCUs. This HAL may work on an LM4F series MCU, but there are no guarantees. A full list of TM4C series microcontrollers is available from TI in [Document SPMT285D](https://www.ti.com/lit/sg/spmt285d/spmt285d.pdf).\n\n## Crates\n\nThis repo comprises:\n\n* `tm4c123x-hal` [![tm4c123x-hal version](https://img.shields.io/crates/v/tm4c123x-hal.svg)](https://crates.io/crates/tm4c123x-hal/) - a HAL for the TM4C123GH6PM and related microcontrollers\n* `tm4c129x-hal` [![tm4c129x-hal version](https://img.shields.io/crates/v/tm4c129x-hal.svg)](https://crates.io/crates/tm4c129x-hal/) - a HAL for the TM4C1294NCPDT and related microcontrollers\n* `tm4c-hal` [![tm4c-hal version](https://img.shields.io/crates/v/tm4c-hal.svg)](https://crates.io/crates/tm4c-hal/) - drivers and HAL implementation that is common to both the above MCU families\n\n## Example Hardware\n\nThese crates are tested on the following Tiva-C Launchpad boards:\n\n* Tiva-C Series TM4C123G Launchpad, [EK-TM4C123GXL](https://www.ti.com/tool/EK-TM4C123GXL)\n* Tiva-C Series TM4C1294 Connected Launchpad, [EK-TM4C1294XL](https://www.ti.com/tool/EK-TM4C1294XL)\n* Tiva-C Series TM4C129E Crypto Launchpad, [EK-TM4C129EXL](http://www.ti.com/tool/EK-TM4C129EXL)\n\n## Example projects\n\nThe authors are aware of the following projects which use one or other (or both) of these crates:\n\n* [Monotron](https://github.com/thejpster/monotron), a 1980s-style retro computer with VGA output\n\n## Documentation\n\nSee https://docs.rs/tm4c129x-hal and https://docs.rs/tm4c123x-hal.\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\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-embedded-community%2Ftm4c-hal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-embedded-community%2Ftm4c-hal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-embedded-community%2Ftm4c-hal/lists"}