forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ameba] FactoryDataProvider implementation (project-chip#21849)
* [Credentials] Implement FactoryDataProvider for Ameba - Temporarily hardcode certs and keys inside FactorydataProvider.cpp - TODO: Move to flash/efuse region, then read from there * [Build] Fix compile error * [Credentials] Dont let Matter set its own CommissionableDataProvider inside GenericConfigurationManagerImpl - Added gn arg chip_use_transitional_commissionable_data_provider in chip.cmake - Update the kDacPublic and kDacPrivate keys with the correct ones - Using VID - FFF1, PID - 8001 - Change the sequence of data providers * [Credentials] Let lighting-app, light-switch-app, and ota-requestor-app use Amebas own data providers * [Restyle] Fix styling
- Loading branch information
1 parent
57a1c00
commit 7b964ed
Showing
8 changed files
with
488 additions
and
8 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.