-
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
Device layer generic code #45
Device layer generic code #45
Conversation
kEventTypeNotSet = kRange_Internal, | ||
kNoOp, | ||
kCallWorkFunct, | ||
kchipSystemLayerEvent, |
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.
nit: kChipSystemLayerEvent
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.
@BroderickCarlin latest commit should fix this, and some more.
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.
👍
@gerickson or @BroderickCarlin Thoughts? |
* The name of the chip task. | ||
*/ | ||
#ifndef CHIP_DEVICE_CONFIG_CHIP_TASK_NAME | ||
#define CHIP_DEVICE_CONFIG_CHIP_TASK_NAME "WEAVE" |
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.
WEAVE -> CHIP
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.
Nice spot!
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.
Thanks @gerickson , fixed it now
* chip Software Update service. | ||
* | ||
*/ | ||
#ifndef CHIP_DEVICE_CONFIG_SOFTWARE_UPDATE_RESPOSNE_TIMEOUT |
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.
RESPOSNE -> RESPONSE
* | ||
*/ | ||
#ifndef CHIP_DEVICE_CONFIG_SOFTWARE_UPDATE_RESPOSNE_TIMEOUT | ||
#define CHIP_DEVICE_CONFIG_SOFTWARE_UPDATE_RESPOSNE_TIMEOUT 10000 |
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.
RESPOSNE -> RESPONSE
* chip File Download service. | ||
* | ||
*/ | ||
#ifndef CHIP_DEVICE_CONFIG_FILE_DOWNLOAD_RESPOSNE_TIMEOUT |
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.
RESPOSNE -> RESPONSE
* | ||
*/ | ||
#ifndef CHIP_DEVICE_CONFIG_FILE_DOWNLOAD_RESPOSNE_TIMEOUT | ||
#define CHIP_DEVICE_CONFIG_FILE_DOWNLOAD_RESPOSNE_TIMEOUT 10000 |
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.
RESPOSNE -> RESPONSE
Add mbed implementation for SystemTimeSupport.cpp
…#21920) Merge in WMN_TOOLS/matter from fix_psa_err-139 to silabs Squashed commit of the following: commit 8514ea0275dce67c7ed0d8284b7def687666cf67 Author: Ricardo Casallas <[email protected]> Date: Tue Aug 16 16:00:48 2022 -0400 [EFR32] Destroy PSA key_id if exists. (project-chip#21920) * [EFR32] Recover from PSA keygen error. * [EFR32] Destroy existing PSA key_id before re-using it.
Import device layer generic code for the following components