Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM XMLs: switch 1.4 to use alchemy #37201

Merged
merged 11 commits into from
Jan 29, 2025
Merged

Conversation

cecille
Copy link
Contributor

@cecille cecille commented Jan 27, 2025

With some of the new data model markings, we now need to use alchemy to scrape the spec text for 1.5. Before scraping the 1.5 spec, I am moving the 1.4 scrape over to alchemy to prove it out in the CI. 1.4 is the current version, so it is the one being tested currently. Going forward, 1.4.1 and the 1.5 ballots will use alchemy. The swap for 1.3 may happen later.

Alchemy has a number of small changes from the DM editor. The XML formatting changes are listed below along with descriptions of how these affect testing (none do). Alchemy also uses unix line endings and add a newline at the end of all files. In an effort to reduce what is already an extremely large diff, I've moved these changes out into separate commits. To view only the functional changes, view only the one commit.

This PR also includes changes to the generator script to support alchemy.

Changes from DM editor to alchemy:

  • quality - only the non-default values are shown in the tag. This will not affect any of the data model tests since we do not currently use the qualities for testing
  • changes to default value formatting. This will also not affect any of the data model tests since we do not currently use the defaults
  • status code enums are now parsed
  • base clusters no longer have an empty ID in the top level . This is fine - the tests already use the ID from the clusterIDs section to deal wtih aliases
  • minor changes to constraint parsing - ex location goes from maxLength to allowed constraint (because it MUST be two chars) - also fine because we aren't yet using constraints for testing
  • DM editor didn't have a field tag, so it used attribute, whereas alchemy uses field. Again, this is fine because none of the testing yet happens at the field level
  • types are changed from refs to the ref value. Tests use the type values from the codegen, so this isn't an issue for the python tests.
  • min values added to choice conformance. This will help us going forward, but right now we don't have any choice values in the spec that are min > 1
  • alchemy parses exponents in constraint values (power cluster) - these are now correct
  • ordering on some enum values
  • derived clusters don't have marked conformance for derived attributes. This is fine - the code already uses the values from the base if the derived cluster doesn't have a defined conformance
  • device types - IDs for elements are now populated

Testing

DM XMLs are used in the device conformance and device composition tests that are run in the CI. They are also tested in the TestSpecParsingSupport.py and TestSpecParsingDeviceTypes.py tests.

Copy link

semanticdiff-com bot commented Jan 27, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  data_model/1.4/clusters/AccountLogin.xml  100% smaller
  data_model/1.4/clusters/AirQuality.xml  100% smaller
  data_model/1.4/clusters/AudioOutput.xml  100% smaller
  data_model/1.4/clusters/ContentAppObserver.xml  100% smaller
  data_model/1.4/clusters/LowPower.xml  100% smaller
  data_model/1.4/clusters/MediaInput.xml  100% smaller
  data_model/1.4/clusters/TargetNavigator.xml  100% smaller
  data_model/1.4/device_types/BaseDeviceType.xml  100% smaller
  data_model/1.4/device_types/CastingVideoPlayer.xml  100% smaller
  data_model/1.4/clusters/CommissionerControlCluster.xml  100% smaller
  data_model/1.4/clusters/DiagnosticsSoftware.xml  100% smaller
  data_model/1.4/clusters/ThermostatUserInterfaceConfiguration.xml  100% smaller
  data_model/1.4/device_types/BasicVideoPlayer.xml  100% smaller
  data_model/1.4/device_types/JointFabricAdmin.xml  100% smaller
  data_model/1.4/device_types/OtaProvider.xml  100% smaller
  data_model/1.4/device_types/OtaRequestor.xml  100% smaller
  data_model/1.4/device_types/PumpController.xml  100% smaller
  data_model/1.4/device_types/SecondaryNetworkInterface.xml  100% smaller
  data_model/1.4/device_types/ElectricalSensor.xml  99% smaller
  data_model/1.4/clusters/OperationalState_Oven.xml  99% smaller
  data_model/1.4/clusters/DiagnosticLogsCluster.xml  99% smaller
  data_model/1.4/clusters/OTAProvider.xml  99% smaller
  data_model/1.4/clusters/LocalizationUnit.xml  99% smaller
  data_model/1.4/clusters/PowerSourceConfigurationCluster.xml  99% smaller
  data_model/1.4/clusters/LaundryDryerControls.xml  99% smaller
  data_model/1.4/device_types/AirPurifier.xml  99% smaller
  data_model/1.4/device_types/AirQualitySensor.xml  99% smaller
  data_model/1.4/device_types/CastingVideoClient.xml  99% smaller
  data_model/1.4/device_types/ColorDimmerSwitch.xml  99% smaller
  data_model/1.4/device_types/ContactSensor.xml  99% smaller
  data_model/1.4/device_types/ControlBridge.xml  99% smaller
  data_model/1.4/device_types/Cooktop.xml  99% smaller
  data_model/1.4/device_types/DimmerSwitch.xml  99% smaller
  data_model/1.4/device_types/DoorLockController.xml  99% smaller
  data_model/1.4/device_types/FlowSensor.xml  99% smaller
  data_model/1.4/device_types/GenericSwitch.xml  99% smaller
  data_model/1.4/device_types/HumiditySensor.xml  99% smaller
  data_model/1.4/device_types/LightSensor.xml  99% smaller
  data_model/1.4/device_types/ModeSelectDeviceType.xml  99% smaller
  data_model/1.4/device_types/NetworkInfraManager.xml  99% smaller
  data_model/1.4/device_types/OccupancySensor.xml  99% smaller
  data_model/1.4/device_types/OnOffLightSwitch.xml  99% smaller
  data_model/1.4/device_types/OnOffSensor.xml  99% smaller
  data_model/1.4/device_types/PressureSensor.xml  99% smaller
  data_model/1.4/device_types/Pump.xml  99% smaller
  data_model/1.4/device_types/RoboticVacuumCleaner.xml  99% smaller
  data_model/1.4/device_types/SmokeCOAlarm.xml  99% smaller
  data_model/1.4/device_types/Speaker.xml  99% smaller
  data_model/1.4/device_types/TemperatureSensor.xml  99% smaller
  data_model/1.4/device_types/ThreadBorderRouter.xml  99% smaller
  data_model/1.4/device_types/VideoRemoteControl.xml  99% smaller
  data_model/1.4/device_types/WaterValve.xml  99% smaller
  data_model/1.4/device_types/BatteryStorage.xml  99% smaller
  data_model/1.4/device_types/EVSE.xml  99% smaller
  data_model/1.4/device_types/ExtractorHood.xml  99% smaller
  data_model/1.4/device_types/HeatPump.xml  99% smaller
  data_model/1.4/device_types/Oven.xml  99% smaller
  data_model/1.4/device_types/SolarPower.xml  99% smaller
  data_model/1.4/device_types/WaterHeater.xml  99% smaller
  data_model/1.4/device_types/RainSensor.xml  99% smaller
  data_model/1.4/device_types/WaterFreezeDetector.xml  99% smaller
  data_model/1.4/device_types/WaterLeakDetector.xml  99% smaller
  data_model/1.4/clusters/LaundryWasherControls.xml  98% smaller
  data_model/1.4/device_types/MicrowaveOven.xml  98% smaller
  data_model/1.4/device_types/RoomAirConditioner.xml  98% smaller
  data_model/1.4/device_types/Dishwasher.xml  98% smaller
  data_model/1.4/device_types/LaundryDryer.xml  98% smaller
  data_model/1.4/device_types/LaundryWasher.xml  98% smaller
  data_model/1.4/device_types/Refrigerator.xml  98% smaller
  data_model/1.4/device_types/CookSurface.xml  98% smaller
  data_model/1.4/device_types/Fan.xml  98% smaller
  data_model/1.4/clusters/LocalizationConfiguration.xml  98% smaller
  data_model/1.4/clusters/PowerTopology.xml  98% smaller
  data_model/1.4/device_types/WindowCovering.xml  98% smaller
  data_model/1.4/device_types/WindowCoveringController.xml  98% smaller
  data_model/1.4/clusters/ProxyDiscovery-Cluster.xml  98% smaller
  data_model/1.4/device_types/DoorLock.xml  98% smaller
  data_model/1.4/device_types/DimmableLight.xml  98% smaller
  data_model/1.4/device_types/DimmablePlug-InUnit.xml  98% smaller
  data_model/1.4/device_types/MountedDimmableLoadControl.xml  98% smaller
  data_model/1.4/device_types/MountedOnOffControl.xml  98% smaller
  data_model/1.4/device_types/OnOffLight.xml  98% smaller
  data_model/1.4/device_types/OnOffPlug-inUnit.xml  98% smaller
  data_model/1.4/device_types/ColorTemperatureLight.xml  98% smaller
  data_model/1.4/device_types/ExtendedColorLight.xml  98% smaller
  data_model/1.4/device_types/Thermostat.xml  98% smaller
  data_model/1.4/clusters/OTARequestor.xml  98% smaller
  data_model/1.4/device_types/PowerSource.xml  98% smaller
  data_model/1.4/clusters/EcosystemInformationCluster.xml  97% smaller
  data_model/1.4/device_types/Aggregator.xml  97% smaller
  data_model/1.4/device_types/BridgedNode.xml  97% smaller
  data_model/1.4/device_types/ContentApp.xml  97% smaller
  data_model/1.4/device_types/DeviceEnergyManagement.xml  97% smaller
  data_model/1.4/clusters/ValidProxies-Cluster.xml  97% smaller
  data_model/1.4/clusters/ProxyConfiguration-Cluster.xml  96% smaller
  data_model/1.4/clusters/TemperatureControl.xml  96% smaller
  data_model/1.4/clusters/LocalizationTimeFormat.xml  96% smaller
  data_model/1.4/clusters/Group-Key-Management-Cluster.xml  96% smaller
  data_model/1.4/device_types/RootNodeDeviceType.xml  96% smaller
  data_model/1.4/device_types/TemperatureControlledCabinet.xml  95% smaller
  data_model/1.4/clusters/RefrigeratorAlarm.xml  95% smaller
  data_model/1.4/clusters/Switch.xml  94% smaller
  data_model/1.4/clusters/DiagnosticsEthernet.xml  94% smaller
  data_model/1.4/clusters/bridge-clusters-ActionsCluster.xml  94% smaller
  data_model/1.4/clusters/DiagnosticsGeneral.xml  94% smaller
  data_model/1.4/clusters/Groups.xml  94% smaller
  data_model/1.4/clusters/JointFabricPKICluster.xml  94% smaller
  data_model/1.4/clusters/BooleanState.xml  93% smaller
  data_model/1.4/clusters/ACL-Cluster.xml  92% smaller
  data_model/1.4/clusters/ModeSelect.xml  92% smaller
  data_model/1.4/clusters/GeneralCommissioningCluster.xml  92% smaller
  data_model/1.4/clusters/DiagnosticsWiFi.xml  92% smaller
  data_model/1.4/clusters/WiFiNetworkManagement.xml  90% smaller
  data_model/1.4/clusters/AdminCommissioningCluster.xml  90% smaller
  data_model/1.4/clusters/ConcentrationMeasurement.xml  89% smaller
  data_model/1.4/clusters/TimeSync.xml  89% smaller
  data_model/1.4/clusters/Identify.xml  89% smaller
  data_model/1.4/clusters/DishwasherAlarm.xml  88% smaller
  data_model/1.4/clusters/ApplicationLauncher.xml  87% smaller
  data_model/1.4/clusters/PowerSourceCluster.xml  87% smaller
  data_model/1.4/clusters/NetworkCommissioningCluster.xml  87% smaller
  data_model/1.4/clusters/PumpConfigurationControl.xml  87% smaller
  data_model/1.4/clusters/WakeOnLAN.xml  87% smaller
  data_model/1.4/clusters/BasicInformationCluster.xml  86% smaller
  data_model/1.4/clusters/Label-Cluster-FixedLabelCluster.xml  86% smaller
  data_model/1.4/clusters/OperationalState.xml  86% smaller
  data_model/1.4/clusters/Channel.xml  85% smaller
  data_model/1.4/clusters/ContentLauncher.xml  85% smaller
  data_model/1.4/clusters/Binding-Cluster.xml  84% smaller
  data_model/1.4/clusters/ICDManagement.xml  84% smaller
  data_model/1.4/clusters/Label-Cluster-LabelCluster.xml  84% smaller
  data_model/1.4/clusters/AlarmBase.xml  84% smaller
  data_model/1.4/clusters/ResourceMonitoring.xml  83% smaller
  data_model/1.4/clusters/OnOff.xml  83% smaller
  data_model/1.4/clusters/OperationalCredentialCluster.xml  82% smaller
  data_model/1.4/clusters/ModeBase.xml  81% smaller
  data_model/1.4/clusters/Label-Cluster-UserLabelCluster.xml  79% smaller
  data_model/1.4/clusters/FlowMeasurement.xml  79% smaller
  data_model/1.4/clusters/TemperatureMeasurement.xml  79% smaller
  data_model/1.4/clusters/ServiceArea.xml  78% smaller
  data_model/1.4/clusters/WaterContentMeasurement.xml  78% smaller
  data_model/1.4/clusters/ThreadBorderRouterManagement.xml  78% smaller
  data_model/1.4/clusters/ContentControl.xml  77% smaller
  data_model/1.4/clusters/Messages.xml  75% smaller
  data_model/1.4/clusters/BooleanStateConfiguration.xml  74% smaller
  data_model/1.4/clusters/Descriptor-Cluster.xml  73% smaller
  data_model/1.4/clusters/ElectricalEnergyMeasurement.xml  70% smaller
  data_model/1.4/clusters/PressureMeasurement.xml  70% smaller
  data_model/1.4/clusters/MicrowaveOvenControl.xml  70% smaller
  data_model/1.4/clusters/DiagnosticsThread.xml  69% smaller
  data_model/1.4/clusters/LevelControl.xml  68% smaller
  data_model/1.4/clusters/BallastConfiguration.xml  68% smaller
  data_model/1.4/clusters/MediaPlayback.xml  68% smaller
  data_model/1.4/clusters/DeviceEnergyManagement.xml  68% smaller
  data_model/1.4/clusters/ThreadNetworkDirectory.xml  67% smaller
  data_model/1.4/clusters/bridge-clusters-BridgedDeviceBasicInformationCluster.xml  67% smaller
  data_model/1.4/clusters/JointFabricDatastoreCluster.xml  67% smaller
  data_model/1.4/clusters/KeypadInput.xml  67% smaller
  data_model/1.4/clusters/ApplicationBasic.xml  66% smaller
  data_model/1.4/clusters/IlluminanceMeasurement.xml  65% smaller
  data_model/1.4/clusters/EnergyPreference.xml  64% smaller
  data_model/1.4/clusters/SmokeCOAlarm.xml  63% smaller
  data_model/1.4/clusters/OccupancySensing.xml  58% smaller
  data_model/1.4/clusters/Thermostat.xml  57% smaller
  data_model/1.4/clusters/DoorLock.xml  56% smaller
  data_model/1.4/clusters/ValveConfigurationControl.xml  51% smaller
  data_model/1.4/clusters/EnergyEVSE.xml  50% smaller
  data_model/1.4/clusters/WindowCovering.xml  50% smaller
  data_model/1.4/clusters/ElectricalPowerMeasurement.xml  49% smaller
  data_model/1.4/clusters/WaterHeaterManagement.xml  49% smaller
  data_model/1.4/clusters/ColorControl.xml  46% smaller
  data_model/1.4/clusters/Mode_RVCClean.xml  43% smaller
  data_model/1.4/clusters/Mode_RVCRun.xml  43% smaller
  data_model/1.4/clusters/Mode_WaterHeater.xml  43% smaller
  data_model/1.4/clusters/Mode_Refrigerator.xml  43% smaller
  data_model/1.4/clusters/Mode_DeviceEnergyManagement.xml  42% smaller
  data_model/1.4/clusters/Mode_EVSE.xml  42% smaller
  data_model/1.4/clusters/Mode_MicrowaveOven.xml  42% smaller
  data_model/1.4/clusters/Mode_Dishwasher.xml  41% smaller
  data_model/1.4/clusters/FanControl.xml  40% smaller
  data_model/1.4/clusters/Mode_LaundryWasher.xml  39% smaller
  data_model/1.4/clusters/Mode_Oven.xml  36% smaller
  data_model/1.4/clusters/OperationalState_RVC.xml  30% smaller
  data_model/1.4/clusters/Scenes.xml  25% smaller
  scripts/spec_xml/generate_spec_xml.py  13% smaller
  data_model/1.4/device_types/NetworkInfraIntro.xml  11% smaller
  data_model/1.4/clusters/cluster_ids.json  0% smaller
  data_model/1.4/scraper_version Unsupported file format
  src/python_testing/matter_testing_infrastructure/data_model_xmls.gni Unsupported file format

Copy link

PR #37201: Size comparison from 22cd392 to 74d8ffd

Full report (1 build for stm32)
platform target config section 22cd392 74d8ffd change % change
stm32 light STM32WB5MM-DK FLASH 482552 482552 0 0.0
RAM 144672 144672 0 0.0

Copy link

github-actions bot commented Jan 27, 2025

PR #37201: Size comparison from 22cd392 to 3e7e20e

Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 22cd392 3e7e20e change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1093530 1093530 0 0.0
RAM 103298 103298 0 0.0
bl702 lighting-app bl702+eth FLASH 650142 650142 0 0.0
RAM 25265 25265 0 0.0
bl702+wifi FLASH 828050 828050 0 0.0
RAM 13981 13981 0 0.0
bl706+mfd+rpc+littlefs FLASH 1056602 1056602 0 0.0
RAM 23861 23861 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888036 888036 0 0.0
RAM 18504 18504 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 971022 971022 0 0.0
RAM 16368 16368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 837944 837944 0 0.0
RAM 123464 123464 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823364 823364 0 0.0
RAM 125344 125344 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770580 770580 0 0.0
RAM 113804 113804 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754824 754824 0 0.0
RAM 114012 114012 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538405 538405 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572269 572269 0 0.0
RAM 205344 205344 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679353 679353 0 0.0
RAM 78532 78532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699205 699205 0 0.0
RAM 81172 81172 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699205 699205 0 0.0
RAM 81172 81172 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656133 656133 0 0.0
RAM 73600 73600 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 615737 615737 0 0.0
RAM 71516 71516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635365 635365 0 0.0
RAM 74060 74060 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635365 635365 0 0.0
RAM 74060 74060 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635209 635209 0 0.0
RAM 74524 74524 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 654917 654917 0 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 654917 654917 0 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611653 611653 0 0.0
RAM 68612 68612 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631513 631513 0 0.0
RAM 71252 71252 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631513 631513 0 0.0
RAM 71252 71252 0 0.0
efr32 lock-app BRD4187C FLASH 936168 936168 0 0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 729580 729572 -8 -0.0
RAM 234768 234768 0 0.0
window-app BRD4187C FLASH 1029128 1029120 -8 -0.0
RAM 128040 128040 0 0.0
esp32 all-clusters-app c3devkit DRAM 97296 97296 0 0.0
FLASH 1576974 1576974 0 0.0
IRAM 83820 83820 0 0.0
m5stack DRAM 116092 116092 0 0.0
FLASH 1544918 1544918 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4760 4760 0 0.0
FLASH 2707793 2707793 0 0.0
RAM 132800 132800 0 0.0
all-clusters-app debug unknown 5568 5568 0 0.0
FLASH 5973848 5973848 0 0.0
RAM 531616 531616 0 0.0
all-clusters-minimal-app debug unknown 5464 5464 0 0.0
FLASH 5322534 5322534 0 0.0
RAM 242728 242728 0 0.0
bridge-app debug unknown 5480 5480 0 0.0
FLASH 4680722 4680722 0 0.0
RAM 221464 221464 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 13041760 13041760 0 0.0
RAM 596178 596178 0 0.0
chip-tool-ipv6only arm64 unknown 21776 21776 0 0.0
FLASH 11118640 11118640 0 0.0
RAM 647920 647920 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11387841 11387841 0 0.0
RAM 596522 596522 0 0.0
fabric-bridge-app debug unknown 4736 4736 0 0.0
FLASH 4505320 4505320 0 0.0
RAM 208648 208648 0 0.0
fabric-sync debug unknown 4976 4976 0 0.0
FLASH 5611557 5611557 0 0.0
RAM 483520 483520 0 0.0
lighting-app debug+rpc+ui unknown 6144 6144 0 0.0
FLASH 5623505 5623505 0 0.0
RAM 231744 231744 0 0.0
lock-app debug unknown 5416 5416 0 0.0
FLASH 4729772 4729772 0 0.0
RAM 207712 207712 0 0.0
ota-provider-app debug unknown 4776 4776 0 0.0
FLASH 4358348 4358348 0 0.0
RAM 201352 201352 0 0.0
ota-requestor-app debug unknown 4728 4728 0 0.0
FLASH 4495852 4495852 0 0.0
RAM 205936 205936 0 0.0
shell debug unknown 4256 4256 0 0.0
FLASH 3003933 3003933 0 0.0
RAM 160504 160504 0 0.0
thermostat-no-ble arm64 unknown 9536 9536 0 0.0
FLASH 4097952 4097952 0 0.0
RAM 246136 246136 0 0.0
tv-app debug unknown 5744 5744 0 0.0
FLASH 5951189 5951189 0 0.0
RAM 606920 606920 0 0.0
tv-casting-app debug unknown 5320 5320 0 0.0
FLASH 11268573 11268573 0 0.0
RAM 710864 710864 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913600 913600 0 0.0
RAM 143168 143168 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 888464 888464 0 0.0
RAM 141355 141355 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 848640 848640 0 0.0
RAM 142080 142080 0 0.0
nxp contact k32w0+release FLASH 584240 584240 0 0.0
RAM 70860 70860 0 0.0
mcxw71+release FLASH 599568 599568 0 0.0
RAM 63080 63080 0 0.0
light k32w0+release FLASH 610668 610668 0 0.0
RAM 70252 70252 0 0.0
k32w1+release FLASH 685136 685136 0 0.0
RAM 48664 48664 0 0.0
lock mcxw71+release FLASH 748600 748600 0 0.0
RAM 67476 67476 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646260 1646260 0 0.0
RAM 211560 211560 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553036 1553036 0 0.0
RAM 208376 208376 0 0.0
light cy8ckit_062s2_43012 FLASH 1468700 1468700 0 0.0
RAM 200352 200352 0 0.0
lock cy8ckit_062s2_43012 FLASH 1466748 1466748 0 0.0
RAM 224688 224688 0 0.0
qpg lighting-app qpg6105+debug FLASH 661928 661928 0 0.0
RAM 105204 105204 0 0.0
lock-app qpg6105+debug FLASH 619724 619724 0 0.0
RAM 99648 99648 0 0.0
stm32 light STM32WB5MM-DK FLASH 482552 482552 0 0.0
RAM 144672 144672 0 0.0
telink bridge-app tlsr9258a FLASH 681300 681300 0 0.0
RAM 91084 91084 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621330 621330 0 0.0
RAM 31484 31484 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 770184 770184 0 0.0
RAM 49344 49344 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 774600 774600 0 0.0
RAM 99648 99648 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 708502 708502 0 0.0
RAM 73376 73376 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625610 625610 0 0.0
RAM 142016 142016 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 812982 812982 0 0.0
RAM 99560 99560 0 0.0
tizen all-clusters-app arm unknown 5116 5116 0 0.0
FLASH 1751452 1751452 0 0.0
RAM 93524 93524 0 0.0
chip-tool-ubsan arm unknown 11024 11024 0 0.0
FLASH 18211390 18211390 0 0.0
RAM 7953724 7953724 0 0.0

Copy link

PR #37201: Size comparison from 22cd392 to 9db4651

Full report (3 builds for cc32xx, stm32)
platform target config section 22cd392 9db4651 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538405 538405 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572269 572269 0 0.0
RAM 205344 205344 0 0.0
stm32 light STM32WB5MM-DK FLASH 482552 482552 0 0.0
RAM 144672 144672 0 0.0

Copy link

github-actions bot commented Jan 27, 2025

PR #37201: Size comparison from 22cd392 to e42a7eb

Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 22cd392 e42a7eb change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1093530 1093530 0 0.0
RAM 103298 103298 0 0.0
bl702 lighting-app bl702+eth FLASH 650142 650142 0 0.0
RAM 25265 25265 0 0.0
bl702+wifi FLASH 828050 828050 0 0.0
RAM 13981 13981 0 0.0
bl706+mfd+rpc+littlefs FLASH 1056602 1056602 0 0.0
RAM 23861 23861 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888036 888036 0 0.0
RAM 18504 18504 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 971022 971022 0 0.0
RAM 16368 16368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 837944 837944 0 0.0
RAM 123464 123464 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823364 823364 0 0.0
RAM 125344 125344 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770580 770580 0 0.0
RAM 113804 113804 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754824 754824 0 0.0
RAM 114012 114012 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538405 538405 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572269 572269 0 0.0
RAM 205344 205344 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679353 679353 0 0.0
RAM 78532 78532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699205 699205 0 0.0
RAM 81172 81172 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699205 699205 0 0.0
RAM 81172 81172 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656133 656133 0 0.0
RAM 73600 73600 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 615737 615737 0 0.0
RAM 71516 71516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635365 635365 0 0.0
RAM 74060 74060 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635365 635365 0 0.0
RAM 74060 74060 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635209 635209 0 0.0
RAM 74524 74524 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 654917 654917 0 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 654917 654917 0 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611653 611653 0 0.0
RAM 68612 68612 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631513 631513 0 0.0
RAM 71252 71252 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631513 631513 0 0.0
RAM 71252 71252 0 0.0
efr32 lock-app BRD4187C FLASH 936168 936168 0 0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 729580 729572 -8 -0.0
RAM 234768 234768 0 0.0
window-app BRD4187C FLASH 1029128 1029120 -8 -0.0
RAM 128040 128040 0 0.0
esp32 all-clusters-app c3devkit DRAM 97296 97296 0 0.0
FLASH 1576974 1576974 0 0.0
IRAM 83820 83820 0 0.0
m5stack DRAM 116092 116092 0 0.0
FLASH 1544918 1544918 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4760 4760 0 0.0
FLASH 2707793 2707793 0 0.0
RAM 132800 132800 0 0.0
all-clusters-app debug unknown 5568 5568 0 0.0
FLASH 5973848 5973848 0 0.0
RAM 531616 531616 0 0.0
all-clusters-minimal-app debug unknown 5464 5464 0 0.0
FLASH 5322534 5322534 0 0.0
RAM 242728 242728 0 0.0
bridge-app debug unknown 5480 5480 0 0.0
FLASH 4680722 4680722 0 0.0
RAM 221464 221464 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 13041760 13041760 0 0.0
RAM 596178 596178 0 0.0
chip-tool-ipv6only arm64 unknown 21776 21776 0 0.0
FLASH 11118640 11118640 0 0.0
RAM 647920 647920 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11387841 11387841 0 0.0
RAM 596522 596522 0 0.0
fabric-bridge-app debug unknown 4736 4736 0 0.0
FLASH 4505320 4505320 0 0.0
RAM 208648 208648 0 0.0
fabric-sync debug unknown 4976 4976 0 0.0
FLASH 5611557 5611557 0 0.0
RAM 483520 483520 0 0.0
lighting-app debug+rpc+ui unknown 6144 6144 0 0.0
FLASH 5623505 5623505 0 0.0
RAM 231744 231744 0 0.0
lock-app debug unknown 5416 5416 0 0.0
FLASH 4729772 4729772 0 0.0
RAM 207712 207712 0 0.0
ota-provider-app debug unknown 4776 4776 0 0.0
FLASH 4358348 4358348 0 0.0
RAM 201352 201352 0 0.0
ota-requestor-app debug unknown 4728 4728 0 0.0
FLASH 4495852 4495852 0 0.0
RAM 205936 205936 0 0.0
shell debug unknown 4256 4256 0 0.0
FLASH 3003933 3003933 0 0.0
RAM 160504 160504 0 0.0
thermostat-no-ble arm64 unknown 9536 9536 0 0.0
FLASH 4097952 4097952 0 0.0
RAM 246136 246136 0 0.0
tv-app debug unknown 5744 5744 0 0.0
FLASH 5951189 5951189 0 0.0
RAM 606920 606920 0 0.0
tv-casting-app debug unknown 5320 5320 0 0.0
FLASH 11268573 11268573 0 0.0
RAM 710864 710864 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913600 913600 0 0.0
RAM 143168 143168 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 888464 888464 0 0.0
RAM 141355 141355 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 848640 848640 0 0.0
RAM 142080 142080 0 0.0
nxp contact k32w0+release FLASH 584240 584240 0 0.0
RAM 70860 70860 0 0.0
mcxw71+release FLASH 599568 599568 0 0.0
RAM 63080 63080 0 0.0
light k32w0+release FLASH 610668 610668 0 0.0
RAM 70252 70252 0 0.0
k32w1+release FLASH 685136 685136 0 0.0
RAM 48664 48664 0 0.0
lock mcxw71+release FLASH 748600 748600 0 0.0
RAM 67476 67476 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646260 1646260 0 0.0
RAM 211560 211560 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553036 1553036 0 0.0
RAM 208376 208376 0 0.0
light cy8ckit_062s2_43012 FLASH 1468700 1468700 0 0.0
RAM 200352 200352 0 0.0
lock cy8ckit_062s2_43012 FLASH 1466748 1466748 0 0.0
RAM 224688 224688 0 0.0
qpg lighting-app qpg6105+debug FLASH 661928 661928 0 0.0
RAM 105204 105204 0 0.0
lock-app qpg6105+debug FLASH 619724 619724 0 0.0
RAM 99648 99648 0 0.0
stm32 light STM32WB5MM-DK FLASH 482552 482552 0 0.0
RAM 144672 144672 0 0.0
telink bridge-app tlsr9258a FLASH 681300 681300 0 0.0
RAM 91084 91084 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621330 621330 0 0.0
RAM 31484 31484 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 770184 770184 0 0.0
RAM 49344 49344 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 774600 774600 0 0.0
RAM 99648 99648 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 708502 708502 0 0.0
RAM 73376 73376 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625610 625610 0 0.0
RAM 142016 142016 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 812982 812982 0 0.0
RAM 99560 99560 0 0.0
tizen all-clusters-app arm unknown 5116 5116 0 0.0
FLASH 1751452 1751452 0 0.0
RAM 93524 93524 0 0.0
chip-tool-ubsan arm unknown 11024 11024 0 0.0
FLASH 18211390 18211390 0 0.0
RAM 7953724 7953724 0 0.0

Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable at a first glance. Lists default saying empty vs [] may require special handling and type names are a bit changed, however not having ref_ is great.

@github-actions github-actions bot added the tests label Jan 27, 2025
Copy link

github-actions bot commented Jan 27, 2025

PR #37201: Size comparison from 22cd392 to 4928663

Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 22cd392 4928663 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1093530 1093530 0 0.0
RAM 103298 103298 0 0.0
bl702 lighting-app bl702+eth FLASH 650142 650142 0 0.0
RAM 25265 25265 0 0.0
bl702+wifi FLASH 828050 828050 0 0.0
RAM 13981 13981 0 0.0
bl706+mfd+rpc+littlefs FLASH 1056602 1056602 0 0.0
RAM 23861 23861 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888036 888036 0 0.0
RAM 18504 18504 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 971022 971022 0 0.0
RAM 16368 16368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 837944 837944 0 0.0
RAM 123464 123464 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823364 823364 0 0.0
RAM 125344 125344 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770580 770580 0 0.0
RAM 113804 113804 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754824 754824 0 0.0
RAM 114012 114012 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538405 538405 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572269 572269 0 0.0
RAM 205344 205344 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679353 679353 0 0.0
RAM 78532 78532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699205 699205 0 0.0
RAM 81172 81172 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699205 699205 0 0.0
RAM 81172 81172 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656133 656133 0 0.0
RAM 73600 73600 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 615737 615737 0 0.0
RAM 71516 71516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635365 635365 0 0.0
RAM 74060 74060 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635365 635365 0 0.0
RAM 74060 74060 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635209 635209 0 0.0
RAM 74524 74524 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 654917 654917 0 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 654917 654917 0 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611653 611653 0 0.0
RAM 68612 68612 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631513 631513 0 0.0
RAM 71252 71252 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631513 631513 0 0.0
RAM 71252 71252 0 0.0
efr32 lock-app BRD4187C FLASH 936168 936168 0 0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 729580 729572 -8 -0.0
RAM 234768 234768 0 0.0
window-app BRD4187C FLASH 1029128 1029120 -8 -0.0
RAM 128040 128040 0 0.0
esp32 all-clusters-app c3devkit DRAM 97296 97296 0 0.0
FLASH 1576974 1576974 0 0.0
IRAM 83820 83820 0 0.0
m5stack DRAM 116092 116092 0 0.0
FLASH 1544918 1544918 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4760 4760 0 0.0
FLASH 2707793 2707793 0 0.0
RAM 132800 132800 0 0.0
all-clusters-app debug unknown 5568 5568 0 0.0
FLASH 5973848 5973848 0 0.0
RAM 531616 531616 0 0.0
all-clusters-minimal-app debug unknown 5464 5464 0 0.0
FLASH 5322534 5322534 0 0.0
RAM 242728 242728 0 0.0
bridge-app debug unknown 5480 5480 0 0.0
FLASH 4680722 4680722 0 0.0
RAM 221464 221464 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 13041760 13041760 0 0.0
RAM 596178 596178 0 0.0
chip-tool-ipv6only arm64 unknown 21776 21776 0 0.0
FLASH 11118640 11118640 0 0.0
RAM 647920 647920 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11387841 11387841 0 0.0
RAM 596522 596522 0 0.0
fabric-bridge-app debug unknown 4736 4736 0 0.0
FLASH 4505320 4505320 0 0.0
RAM 208648 208648 0 0.0
fabric-sync debug unknown 4976 4976 0 0.0
FLASH 5611557 5611557 0 0.0
RAM 483520 483520 0 0.0
lighting-app debug+rpc+ui unknown 6144 6144 0 0.0
FLASH 5623505 5623505 0 0.0
RAM 231744 231744 0 0.0
lock-app debug unknown 5416 5416 0 0.0
FLASH 4729772 4729772 0 0.0
RAM 207712 207712 0 0.0
ota-provider-app debug unknown 4776 4776 0 0.0
FLASH 4358348 4358348 0 0.0
RAM 201352 201352 0 0.0
ota-requestor-app debug unknown 4728 4728 0 0.0
FLASH 4495852 4495852 0 0.0
RAM 205936 205936 0 0.0
shell debug unknown 4256 4256 0 0.0
FLASH 3003933 3003933 0 0.0
RAM 160504 160504 0 0.0
thermostat-no-ble arm64 unknown 9536 9536 0 0.0
FLASH 4097952 4097952 0 0.0
RAM 246136 246136 0 0.0
tv-app debug unknown 5744 5744 0 0.0
FLASH 5951189 5951189 0 0.0
RAM 606920 606920 0 0.0
tv-casting-app debug unknown 5320 5320 0 0.0
FLASH 11268573 11268573 0 0.0
RAM 710864 710864 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913600 913600 0 0.0
RAM 143168 143168 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 888464 888464 0 0.0
RAM 141355 141355 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 848640 848640 0 0.0
RAM 142080 142080 0 0.0
nxp contact k32w0+release FLASH 584240 584240 0 0.0
RAM 70860 70860 0 0.0
mcxw71+release FLASH 599568 599568 0 0.0
RAM 63080 63080 0 0.0
light k32w0+release FLASH 610668 610668 0 0.0
RAM 70252 70252 0 0.0
k32w1+release FLASH 685136 685136 0 0.0
RAM 48664 48664 0 0.0
lock mcxw71+release FLASH 748600 748600 0 0.0
RAM 67476 67476 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646260 1646260 0 0.0
RAM 211560 211560 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553036 1553036 0 0.0
RAM 208376 208376 0 0.0
light cy8ckit_062s2_43012 FLASH 1468700 1468700 0 0.0
RAM 200352 200352 0 0.0
lock cy8ckit_062s2_43012 FLASH 1466748 1466748 0 0.0
RAM 224688 224688 0 0.0
qpg lighting-app qpg6105+debug FLASH 661928 661928 0 0.0
RAM 105204 105204 0 0.0
lock-app qpg6105+debug FLASH 619724 619724 0 0.0
RAM 99648 99648 0 0.0
stm32 light STM32WB5MM-DK FLASH 482552 482552 0 0.0
RAM 144672 144672 0 0.0
telink bridge-app tlsr9258a FLASH 681300 681300 0 0.0
RAM 91084 91084 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621330 621330 0 0.0
RAM 31484 31484 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 770184 770184 0 0.0
RAM 49344 49344 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 774600 774600 0 0.0
RAM 99648 99648 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 708502 708502 0 0.0
RAM 73376 73376 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625610 625610 0 0.0
RAM 142016 142016 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 812982 812982 0 0.0
RAM 99560 99560 0 0.0
tizen all-clusters-app arm unknown 5116 5116 0 0.0
FLASH 1751452 1751452 0 0.0
RAM 93524 93524 0 0.0
chip-tool-ubsan arm unknown 11024 11024 0 0.0
FLASH 18211390 18211390 0 0.0
RAM 7953724 7953724 0 0.0

Copy link
Contributor

@ReneJosefsen ReneJosefsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not nitpick every single xml file, but seems like the generation is fine 👍🏻

@mergify mergify bot merged commit ef193bc into project-chip:master Jan 29, 2025
69 checks passed
cecille added a commit to cecille/connectedhomeip that referenced this pull request Jan 30, 2025
Note that this contains a significant number of changes in one
commit, and I apologise for that, but the new spec cannot be
scraped with the DM editor, so I needed to swap to alchemy to get
the new spec scraped. Hence this contains both the alchemy formatting
changes (as outlined in
project-chip#37201 as well
as the changes from the last ballot to the current ballot.
cecille added a commit to cecille/connectedhomeip that referenced this pull request Jan 31, 2025
Note that this contains a significant number of changes in one
commit, and I apologise for that, but the new spec cannot be
scraped with the DM editor, so I needed to swap to alchemy to get
the new spec scraped. Hence this contains both the alchemy formatting
changes (as outlined in
project-chip#37201 as well
as the changes from the last ballot to the current ballot.
cecille added a commit to cecille/connectedhomeip that referenced this pull request Feb 4, 2025
* Run dos2unix on all DM XML files in 1.4

* Add newlines at end of all DM XML files for 1.4

sed -i -e '$a\' data_model/1.4/device_types/*
sed -i -e '$a\' data_model/1.4/clusters/*

* DM XMLs: switch 1.4 DM XMLs to alchemy

* Generator updates to alchemy

* Update 1.4 using alchemy 1.5.0

* Restyled by autopep8

* Add the in-progress defines to match the 1.5 0.7 spec ballot

* Fix define processing for alchemy, add tag file

* Fix linter, add check for non-existent tag file

* Remove a leftover file - this isn't generated by alchemy

* Remove file from gni list

---------

Co-authored-by: Restyled.io <commits@restyled.io>
andy31415 pushed a commit that referenced this pull request Feb 5, 2025
* Add 1.4.1 as a direct copy of 1.4

This can be used to see a diff between these two releases

* Update alchemy version on 1.4

changes contraints - will update on tot soon, but don't want to
wait for the PR to land before this goes in.

* data model files at the 1.4.1 tag

* Add 1.4.1 to parser with tests.

* Restyled by isort

* Fixup includes

* Update 1.4 DM XMLs to latest (#37146)

* Update 1.4 DM XMLs to latest

* Fix CI checker so it properly checks spec_sha

* DM XMLs: switch 1.4 to use alchemy (#37201)

* Run dos2unix on all DM XML files in 1.4

* Add newlines at end of all DM XML files for 1.4

sed -i -e '$a\' data_model/1.4/device_types/*
sed -i -e '$a\' data_model/1.4/clusters/*

* DM XMLs: switch 1.4 DM XMLs to alchemy

* Generator updates to alchemy

* Update 1.4 using alchemy 1.5.0

* Restyled by autopep8

* Add the in-progress defines to match the 1.5 0.7 spec ballot

* Fix define processing for alchemy, add tag file

* Fix linter, add check for non-existent tag file

* Remove a leftover file - this isn't generated by alchemy

* Remove file from gni list

---------

Co-authored-by: Restyled.io <commits@restyled.io>

---------

Co-authored-by: Restyled.io <commits@restyled.io>
mergify bot pushed a commit that referenced this pull request Feb 11, 2025
* Fix line endings for master DM XMLs

* Add newline at end of file for master DM XMLs

* Add closures as a file exception - device types all in one file

* DM XMLs: Update master to 0.7 of 1.5 and use alchemy

Note that this contains a significant number of changes in one
commit, and I apologise for that, but the new spec cannot be
scraped with the DM editor, so I needed to swap to alchemy to get
the new spec scraped. Hence this contains both the alchemy formatting
changes (as outlined in
#37201 as well
as the changes from the last ballot to the current ballot.

* Update file list in build file

* Fix unit tests to expect clusters removed in 1.5

* Update device type parsing to warn on non-int IDs rather than failing

This happens on ID-TBD in the ballot.

* Add test to ensure all spec device types are OK.

* Add a stringifier to XmlFeature XmlCommand

* Restyled by autopep8

* Restyled by isort

---------

Co-authored-by: Restyled.io <commits@restyled.io>
pimpalemahesh pushed a commit to pimpalemahesh/connectedhomeip that referenced this pull request Feb 12, 2025
* Run dos2unix on all DM XML files in 1.4

* Add newlines at end of all DM XML files for 1.4

sed -i -e '$a\' data_model/1.4/device_types/*
sed -i -e '$a\' data_model/1.4/clusters/*

* DM XMLs: switch 1.4 DM XMLs to alchemy

* Generator updates to alchemy

* Update 1.4 using alchemy 1.5.0

* Restyled by autopep8

* Add the in-progress defines to match the 1.5 0.7 spec ballot

* Fix define processing for alchemy, add tag file

* Fix linter, add check for non-existent tag file

* Remove a leftover file - this isn't generated by alchemy

* Remove file from gni list

---------

Co-authored-by: Restyled.io <commits@restyled.io>
pimpalemahesh pushed a commit to pimpalemahesh/connectedhomeip that referenced this pull request Feb 12, 2025
* Fix line endings for master DM XMLs

* Add newline at end of file for master DM XMLs

* Add closures as a file exception - device types all in one file

* DM XMLs: Update master to 0.7 of 1.5 and use alchemy

Note that this contains a significant number of changes in one
commit, and I apologise for that, but the new spec cannot be
scraped with the DM editor, so I needed to swap to alchemy to get
the new spec scraped. Hence this contains both the alchemy formatting
changes (as outlined in
project-chip#37201 as well
as the changes from the last ballot to the current ballot.

* Update file list in build file

* Fix unit tests to expect clusters removed in 1.5

* Update device type parsing to warn on non-int IDs rather than failing

This happens on ID-TBD in the ballot.

* Add test to ensure all spec device types are OK.

* Add a stringifier to XmlFeature XmlCommand

* Restyled by autopep8

* Restyled by isort

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants