Skip to content

Commit 1c1e6c4

Browse files
committed
UIC-3272: Import Unify patches for ColorSwitch
Origin: #146 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 36f9aa9 commit 1c1e6c4

File tree

4 files changed

+8573
-0
lines changed

4 files changed

+8573
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
From f1b677b4127c8776244b272bcf20c9afeebe5522 Mon Sep 17 00:00:00 2001
2+
From: Philippe Coval <philippe.coval@silabs.com>
3+
Date: Mon, 15 Sep 2025 10:43:26 +0200
4+
Subject: [PATCH] fix(build): Allow to regenerate files using zap
5+
6+
For the record, files can be regenerated from developer using:
7+
8+
rm -rf build ; cmake_options=-DZAP_GENERATE=ON ./helper.mk
9+
10+
For some reasons developer will have to commit also generated files,
11+
which is a bad practice, but I believe it was intentional to avoid
12+
propagation to zap as build dependency, this may be revised to avoid
13+
serialization of development.
14+
15+
Relate-to: https://github.com/project-chip/zap/releases/download/v2025.07.24/zap-linux-x64.deb
16+
Bug-SiliconLabs: UIC-3222
17+
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
18+
---
19+
helper.mk | 2 +-
20+
1 file changed, 1 insertion(+), 1 deletion(-)
21+
22+
diff --git a/helper.mk b/helper.mk
23+
index be052d5af6..75d1051981 100755
24+
--- a/helper.mk
25+
+++ b/helper.mk
26+
@@ -16,7 +16,7 @@ project?=unifysdk
27+
BUILD_DEV_GUI?=OFF
28+
BUILD_IMAGE_PROVIDER?=ON
29+
30+
-cmake_options?=-B ${build_dir}
31+
+cmake_options+=-B ${build_dir}
32+
33+
CMAKE_GENERATOR?=Ninja
34+
export CMAKE_GENERATOR
35+
--
36+
2.39.5
37+

0 commit comments

Comments
 (0)