-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fixes #32429 Added PICS guard to steps in TC_EEM_2_1 #32511
Merged
andy31415
merged 3 commits into
1.3-sve
from
cherry-pick-1.3-sve-e6e1c3a8379c95503684477af5cbf1327d49a5a4
Apr 12, 2024
Merged
Fixes #32429 Added PICS guard to steps in TC_EEM_2_1 #32511
andy31415
merged 3 commits into
1.3-sve
from
cherry-pick-1.3-sve-e6e1c3a8379c95503684477af5cbf1327d49a5a4
Apr 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fixes #32429 Added PICS guard to steps in TC_EEM_2_1 * Changed to use a fixed string for the PICS EEM.S * Corrected top level script PICS feature names (removed bracketed human helpfulness) * Corrected description in EEVSE 2.5 and added PICS condition for StartDiagnostics command support * Added PICS guard to TC_EPM_2_2.py for ActivePower and Voltage attribute readings
PR #32511: Size comparison from 08b5aaf to f0bac72 Decreases (2 builds for efr32)
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
@raju-apple is this needed for SVE? |
@woody-apple yeah want this to be in the SVE branch so that the final image for 1.3 includes it |
…77af5cbf1327d49a5a4
…77af5cbf1327d49a5a4
PR #32511: Size comparison from d885e31 to 6e2e8ce Decreases (2 builds for efr32)
Full report (63 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, telink)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #32429
Note:
TC_EPM_2_1 already has PICS guard checks for supported Attributes.
TC_EEVSE_2_2 already has a PICS guard check for the only optional attribute, all others are mandatory.