-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mbed] DFU support to all Mbed examples applications (#14883)
* Use MBED_CONF_STORAGE_DEFAULT_KV insted of hardcoded definition for CHIP_CONFIG_KV_STORE_PARTITION * Remove hack on confirmation from mbed_app.json files Remvoe hack from BLE manager - add note * Add Mbed OTA requestor driver implementation * Add software version string to update description * Move all generated sources from common Mbed cmake to OTA requestor app cmake * Add common Mbed DFU Manager - class to manage the firmware update * Add DFU support to all examples: lighting-app - OTA and boot lock-app - only boot all-clusters-app - OTA and boot pigweed-app - only boot shell - OTA and boot ota-requestor-app - OTA and boot * Add auto-restart device after update apply * Change log type in OTAImageProcessorImpl * Add server command to shell example * Add confirm and reject user repsone to buttons service Add user response to OTA udpate available and apply functions Docs update * Implement OTA list image generator Add python script to generate OTA list image Change working directory and add APP_DIRECTORY path Add generating OTA list image step for upgrade image build Set vendor id and product id from mbed_app.json level * Changes restyle * Update vendor and product IDs for mbed examples Cleanup data model configuration in cmake files * Fix data parsing in OTA list image generator
- Loading branch information
Showing
54 changed files
with
1,230 additions
and
562 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
build-*/ | ||
mcuboot |
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.