Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/newam/stm32-cec

HDMI CEC driver for STM32 microcontrollers
https://github.com/newam/stm32-cec

embedded hdmi-cec rust stm32

Last synced: 8 days ago
JSON representation

HDMI CEC driver for STM32 microcontrollers

Awesome Lists containing this project

README

        

# STM32 HDMI CEC

[![CI](https://github.com/newAM/stm32-cec/workflows/CI/badge.svg)](https://github.com/newAM/stm32-cec/actions?query=branch%3Amain)
[![nightly-docs](https://img.shields.io/badge/docs-nightly-black)](https://newam.github.io/stm32-cec/stm32_cec/index.html)

HDMI CEC driver for STM32 microcontrollers.

This has been tested on the STM32H7, but it should also work for other chips that have this peripheral.

## Status

I do not have the means to maintain this crate. My home theater setup is exceptionally basic, consisting of a TV and a PC. This limits my ability to test any changes.

At the time I wrote this there were no other HDMI CEC drivers written in rust, I uploaded this for other people to reference.

## Limitations

* All it can do is turn my TV on and off.
* Probably does not work with proper addressing.
* Only tested with broadcast for the src/dst addresses.
* Does not handle out-of-order replies.
* This is more of a TODO for myself because at the moment because turning my TV on and off does not generate any replies.