File tree 4 files changed +7
-14
lines changed
4 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 8
8
" mac-amd64" ,
9
9
" windows-amd64"
10
10
],
11
- "tags" : [" version:2@v2024.02.29 -nightly.1" ]
11
+ "tags" : [" version:2@v2024.03.13 -nightly.1" ]
12
12
},
13
13
{
14
14
"_comment" : " Always get the amd64 version on mac until usable arm64 zap build is available" ,
15
15
"path" : " fuchsia/third_party/zap/mac-amd64" ,
16
16
"platforms" : [" mac-arm64" ],
17
- "tags" : [" version:2@v2024.02.29 -nightly.1" ]
17
+ "tags" : [" version:2@v2024.03.13 -nightly.1" ]
18
18
}
19
19
]
20
20
}
Original file line number Diff line number Diff line change 1
- v2024.02.29 -nightly
1
+ v2024.03.13 -nightly
Original file line number Diff line number Diff line change 23
23
# Use scripts/tools/zap/version_update.py to manage ZAP versioning as many
24
24
# files may need updating for versions
25
25
#
26
- MIN_ZAP_VERSION = '2024.2.29 '
26
+ MIN_ZAP_VERSION = '2024.3.13 '
27
27
28
28
29
29
class ZapTool :
Original file line number Diff line number Diff line change @@ -214,16 +214,9 @@ void emberAfEndpointConfigure()
214
214
emAfEndpoints[ep].endpoint = fixedEndpoints[ep];
215
215
emAfEndpoints[ep].deviceTypeList =
216
216
Span<const EmberAfDeviceType>(&fixedDeviceTypeList[fixedDeviceTypeListOffsets[ep]], fixedDeviceTypeListLengths[ep]);
217
- emAfEndpoints[ep].endpointType = &generatedEmberAfEndpointTypes[fixedEmberAfEndpointTypes[ep]];
218
- emAfEndpoints[ep].dataVersions = currentDataVersions;
219
- if (fixedParentEndpoints[ep] == 0 )
220
- {
221
- emAfEndpoints[ep].parentEndpointId = kInvalidEndpointId ;
222
- }
223
- else
224
- {
225
- emAfEndpoints[ep].parentEndpointId = fixedParentEndpoints[ep];
226
- }
217
+ emAfEndpoints[ep].endpointType = &generatedEmberAfEndpointTypes[fixedEmberAfEndpointTypes[ep]];
218
+ emAfEndpoints[ep].dataVersions = currentDataVersions;
219
+ emAfEndpoints[ep].parentEndpointId = fixedParentEndpoints[ep];
227
220
228
221
emAfEndpoints[ep].bitmask .Set (EmberAfEndpointOptions::isEnabled);
229
222
emAfEndpoints[ep].bitmask .Set (EmberAfEndpointOptions::isFlatComposition);
You can’t perform that action at this time.
0 commit comments