You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Embedded HAL (Hardware Abstraction Layer) for the TM4C129x and TM4C123x families of microcontrollers from Texas Instruments.
These 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.
Crates
This repo comprises:
tm4c123x-hal - a HAL for the TM4C123GH6PM and related microcontrollers
tm4c129x-hal - a HAL for the TM4C1294NCPDT and related microcontrollers
tm4c-hal - drivers and HAL implementation that is common to both the above MCU families
Example Hardware
These crates are tested on the following Tiva-C Launchpad boards:
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.
About
An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.