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

Device layer generic code #45

Merged
merged 17 commits into from
Mar 12, 2020

Conversation

pan-apple
Copy link
Contributor

Import device layer generic code for the following components

  • Connectivity Manager
  • Configuration Manager
  • Platform Manager
  • Software Update Manager
  • Time Sync Manager

kEventTypeNotSet = kRange_Internal,
kNoOp,
kCallWorkFunct,
kchipSystemLayerEvent,
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: kChipSystemLayerEvent

Copy link
Contributor Author

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.

Copy link

@hawk248 hawk248 left a comment

Choose a reason for hiding this comment

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

👍

@woody-apple
Copy link
Contributor

@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"
Copy link
Contributor

Choose a reason for hiding this comment

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

WEAVE -> CHIP

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice spot!

Copy link
Contributor Author

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
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

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

RESPOSNE -> RESPONSE

@woody-apple woody-apple merged commit b99bebb into project-chip:master Mar 12, 2020
@pan-apple pan-apple deleted the platform-connectivity branch March 12, 2020 22:49
fkjagodzinski pushed a commit to fkjagodzinski/connectedhomeip that referenced this pull request Feb 16, 2021
Add mbed implementation for SystemTimeSupport.cpp
jmartinez-silabs referenced this pull request in SiliconLabs/matter Aug 18, 2022
…#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants