tm4c-hal
tm4c-hal copied to clipboard
An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
This is a draft of an abstraction of ADC functionality. I'm using this for a personal project and since I only have the TM4C123GXL, I`ve only messed with the tm4c123x...
Hey, Can you provide a minimalistic example that uses an interrupt from this hal? I'm rather new to embedded rust and I'm probably doing some very stupid and silly mistake...
What do we need to do to put out a 1.0 release? One assumes we at least need an embedded-hal 1.0 (https://github.com/rust-embedded/embedded-hal/issues/177)
The clock's default configuration results in the delay function lasting twice as long as specified. [https://gist.github.com/9names/ab435db6bdf9056cd285c2710825ae5f](url) With configuration the led blinks the specified amount of time. Commenting out lines 14-17...
Opening this issue to discuss the addition of ADC support. Just as stated in my other issue #10 , I have an upcoming project that aims to process audio using...
m-labs (owner of PAC crates) does not plan on publishing new version on crates.io and suggests using git instead. See: https://github.com/m-labs/dslite2svd/issues/13 Until a better solution is found, this patch uses...
I noticed recently TI have hugely expanded the TM4C family. They seem to have added a digit - so there's now a TM4C1233 and a TM4C1290 for example. Any interest...
This adds a `downgrade()` method to the semi-abstracted GPIOs, to allow them to be downgraded to be generic over all GPIO ports.
The bb module in this HAL is well usable for other chips, I'd like to suggest splitting it out for easier re-use. (Right now I've copy-pasted it to the [efm32gg-hal](https://crates.io/crates/efm32gg-hal)...