Commit f8fe491
authored
[cmake][common] Adding optional support for --zcl argument in chip_zapgen() cmake function (project-chip#40537)
* [cmake] Add optional support for --zcl argument in chip_zapgen CMake function
Signed-off-by: Dina Benamar <[email protected]>
* [NXP][cmake][common] Set "CHIP_ENABLE_ZCL_ARG" to ON for all NXP examples to allow default ZCL path to be passed as --zcl argument with chip_zapgen
Signed-off-by: Dina Benamar <[email protected]>
* [cmake] Simplify logic for handling ZCL_PATH
Signed-off-by: Dina Benamar <[email protected]>
* [cmake] Updating documentation to explain the usage of ZCL_PATH in chip_zapgen() and chip_configure_data_model()
Signed-off-by: Dina Benamar <[email protected]>
* [NXP][cmake] Updating all-clusters-app example to use custom ZCL_PATH argument with chip_configure_data_model
Signed-off-by: Dina Benamar <[email protected]>
* [cmake][common] Updating documentation of chip_zapgen and chip_configure_data_model to explain the purpose of using ZCL_PATH argument
Signed-off-by: Dina Benamar <[email protected]>
---------
Signed-off-by: Dina Benamar <[email protected]>1 parent f5389c2 commit f8fe491
File tree
4 files changed
+54
-9
lines changed- build/chip
- examples
- all-clusters-app/nxp
- platform/nxp/common
- src/app
4 files changed
+54
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
138 | 148 | | |
139 | 149 | | |
140 | 150 | | |
141 | 151 | | |
142 | | - | |
| 152 | + | |
143 | 153 | | |
144 | 154 | | |
145 | 155 | | |
| |||
180 | 190 | | |
181 | 191 | | |
182 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
183 | 212 | | |
184 | 213 | | |
185 | 214 | | |
| |||
191 | 220 | | |
192 | 221 | | |
193 | 222 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
| 223 | + | |
201 | 224 | | |
202 | 225 | | |
203 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
74 | 90 | | |
75 | 91 | | |
76 | 92 | | |
77 | | - | |
| 93 | + | |
78 | 94 | | |
79 | 95 | | |
80 | 96 | | |
| |||
134 | 150 | | |
135 | 151 | | |
136 | 152 | | |
| 153 | + | |
137 | 154 | | |
138 | 155 | | |
139 | 156 | | |
| |||
0 commit comments