Skip to content

Commit

Permalink
[EFR32 OTA] Update the efr32_sdk submodule pointer (#14467)
Browse files Browse the repository at this point in the history
* Update the efr32_sdk submodule pointer and README file

* Restyled by prettier-markdown

* Update the dictionary

* Don't include chip-shell by default

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
selissia and restyled-commits authored Jan 28, 2022
1 parent bbd6bd3 commit 245035c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ SoftwareVersion
SoftwareVersionString
softwareVersionValid
SPI
spiflash
spinel
src
SRP
Expand Down
9 changes: 7 additions & 2 deletions examples/ota-requestor-app/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,13 @@ See `examples/lighting-app/efr32/README.md`

- Build or download the Gecko Bootloader binary. Bootloader should be built
with the Gecko SDK version 3.2.1 or earlier, type "external SPI" configured
with a single slot of at least 1000 KB. Using the commander tool upload the
bootloader to the device running the requestor application.
with a single slot of at least 1000 KB. Pre-built binaries should be
available in

third_party/efr32_sdk/repo/platform/bootloader/sample-apps/bootloader-storage-spiflash-single

- Using the commander tool upload the bootloader to the device running the
requestor application.

- Create a bootable image file:

Expand Down
1 change: 0 additions & 1 deletion examples/ota-requestor-app/efr32/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ chip_openthread_ftd = false

declare_args() {
chip_enable_ota_requestor = true
chip_build_libshell = true
}
2 changes: 1 addition & 1 deletion third_party/efr32_sdk/repo
Submodule repo updated 20 files
+13 −6 matter/efr32/sl_device_init_clocks.c
+966 −0 ...piflash-single/efr32mg12p332f1024gl125-brd4166a/bootloader-storage-spiflash-single-1024k-4166A-combined.s37
+873 −0 ...age-spiflash-single/efr32mg12p332f1024gl125-brd4166a/bootloader-storage-spiflash-single-1024k-4166A-crc.s37
+873 −0 ...storage-spiflash-single/efr32mg12p332f1024gl125-brd4166a/bootloader-storage-spiflash-single-1024k-4166A.s37
+898 −0 ...piflash-single/efr32mg12p432f1024gl125-brd4161a/bootloader-storage-spiflash-single-1024k-4161A-combined.s37
+805 −0 ...age-spiflash-single/efr32mg12p432f1024gl125-brd4161a/bootloader-storage-spiflash-single-1024k-4161A-crc.s37
+804 −0 ...storage-spiflash-single/efr32mg12p432f1024gl125-brd4161a/bootloader-storage-spiflash-single-1024k-4161A.s37
+898 −0 ...piflash-single/efr32mg12p433f1024gl125-brd4164a/bootloader-storage-spiflash-single-1024k-4164A-combined.s37
+805 −0 ...age-spiflash-single/efr32mg12p433f1024gl125-brd4164a/bootloader-storage-spiflash-single-1024k-4164A-crc.s37
+804 −0 ...storage-spiflash-single/efr32mg12p433f1024gl125-brd4164a/bootloader-storage-spiflash-single-1024k-4164A.s37
+898 −0 ...spiflash-single/efr32mg12p433f1024gm68-brd4170a/bootloader-storage-spiflash-single-1024k-4170A-combined.s37
+805 −0 ...rage-spiflash-single/efr32mg12p433f1024gm68-brd4170a/bootloader-storage-spiflash-single-1024k-4170A-crc.s37
+804 −0 ...-storage-spiflash-single/efr32mg12p433f1024gm68-brd4170a/bootloader-storage-spiflash-single-1024k-4170A.s37
+765 −0 ...rage-spiflash-single/efr32mg24a010f1536gm48-brd4186a/bootloader-storage-spiflash-single-1024k-4186A-crc.s37
+764 −0 ...-storage-spiflash-single/efr32mg24a010f1536gm48-brd4186a/bootloader-storage-spiflash-single-1024k-4186A.s37
+765 −0 ...rage-spiflash-single/efr32mg24a020f1536gm48-brd4187a/bootloader-storage-spiflash-single-1024k-4187A-crc.s37
+764 −0 ...-storage-spiflash-single/efr32mg24a020f1536gm48-brd4187a/bootloader-storage-spiflash-single-1024k-4187A.s37
+898 −0 ...torage-spiflash-single/mgm12p32f1024ga-brd4304a/bootloader-storage-spiflash-single-1024k-4304A-combined.s37
+805 −0 ...der-storage-spiflash-single/mgm12p32f1024ga-brd4304a/bootloader-storage-spiflash-single-1024k-4304A-crc.s37
+804 −0 ...tloader-storage-spiflash-single/mgm12p32f1024ga-brd4304a/bootloader-storage-spiflash-single-1024k-4304A.s37

0 comments on commit 245035c

Please sign in to comment.