From b388069a24a43a05f0fabc3c0baa00f557a58999 Mon Sep 17 00:00:00 2001 From: eZio Pan Date: Thu, 22 Feb 2024 16:21:21 +0800 Subject: [PATCH] add to chips.rs --- stm32-data-gen/src/chips.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stm32-data-gen/src/chips.rs b/stm32-data-gen/src/chips.rs index d5a6fd1..e52e529 100644 --- a/stm32-data-gen/src/chips.rs +++ b/stm32-data-gen/src/chips.rs @@ -607,6 +607,10 @@ impl PeriMatcher { (r".*:.*:DCACHE:.*", ("dcache", "v1", "DCACHE")), (".*:.*:PSSI:.*", ("pssi", "v1", "PSSI")), (".*:.*:DTS:.*", ("dts", "v1", "DTS")), + // HDMI_CEC for F1 + (".*:HDMI_CEC:hdmi_cec_v1_1", ("cec", "v1", "CEC")), + // HDMI_CEC for others + (".*:HDMI_CEC:hdmi_cec_v2_0", ("cec", "v2", "CEC")), ]; Self {