-
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
Update Infineon CYW30739 TE8 fixes. #18733
Conversation
27d892a
to
367d01d
Compare
rebase |
PR #18733: Size comparison from 4d84a4a to 367d01d Increases above 0.2%:
Increases (3 builds for cyw30739)
Decreases (3 builds for cyw30739)
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
/rebase |
* DoFactoryReset would clear the key-value storage. * Enable OTA requestor for CYW30739 apps. * Refine the flash layout for the OTA functions. * Disable loggings for lighting and lock app. * Reuse Matter heap APIs for CYW30739 OpenThread implementation. * Enable MBEDTLS_CCM_ALT, MBEDTLS_AES_ALT, and MBEDTLS_SHA256_ALT. * Group keys into factory keys and config keys. * Fix CYW30739Config write methods. * Correct the storage entry count for additional keys. * Add and process OTA image header for CYW30739. * Implement network-interfaces and reboot-count. * Fix currentLevel value mismatch. * Implement PICS_MANUAL_OCCUPANCY_CHANGE. * Instantiate identify object for lighting app. * Implement IsFirstImageRun and ConfirmCurrentImage methods of OTAImageProcessorImpl. * Compress large "Data" entries in DS. * Change CHIP_CONFIG_MAX_FABRICS to 5 from 4. * Add a debug arg for CYW30739 SDK. * Implement SupportedCalendarTypes and SupportedLocales. * Implement Door lock cluster.
367d01d
to
8e52733
Compare
rebase again to see if CI would be fixed. |
PR #18733: Size comparison from a35c4c4 to 8e52733 Increases above 0.2%:
Increases (3 builds for cyw30739)
Decreases (3 builds for cyw30739)
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
1 + /* For the admin key count */ | ||
CHIP_CONFIG_MAX_FABRICS + 1 /* For the session key count */ | ||
; | ||
static constexpr uint8_t mMaxEntryCount = 1 + /* global event id counter */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not accounting for the various unbounded things like CASE resumption storage, group storage, etc.... Followup?
This reverts commit 131b13c. git submodule fetch issues: fatal: remote error: upload-pack: not our ref ab7601a74bdffc7374353c1e19b22388bb3dcedd fatal: Fetched in submodule path 'third_party/cyw30739_sdk/repos/30739A0', but it did not contain ab7601a74bdffc7374353c1e19b22388bb3dcedd. Direct fetching of that commit failed.
Problem
Change overview
Testing