stm32-cec

所属分类:处理器开发
开发工具:Rust
文件大小:9KB
下载次数:2
上传日期:2023-04-20 03:19:40
上 传 者sh-1993
说明:  STM32微控制器的HDMI CEC驱动程序
(HDMI CEC driver for STM32 microcontrollers)

文件列表:
Cargo.toml (511, 2023-09-05)
LICENSE (1077, 2023-09-05)
rustfmt.toml (35, 2023-09-05)
src (0, 2023-09-05)
src\lib.rs (11568, 2023-09-05)
src\reg (0, 2023-09-05)
src\reg\cfgr.rs (3745, 2023-09-05)
src\reg\cr.rs (1898, 2023-09-05)
src\reg\mod.rs (2127, 2023-09-05)

# 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.

近期下载者

相关文件


收藏者