rust-embedded-community / tm4c-hal

An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
Apache License 2.0
40 stars 26 forks source link

fix openocd.cfg of tiva-c-launchpad example #48

Closed HerrMuellerluedenscheid closed 2 years ago

HerrMuellerluedenscheid commented 2 years ago

openocd complained that it couldn't find the ek-tm4c124gxl.cfg. So, I was wondering if this should rather be ek-tm4c123gxl? When changing that it worked but a warning indicated that ek-tm4c123gxl was deprecated and ti_ek-tm4c123gxl.cfg should be used instead. That works.