Skip to content

Commit

Permalink
EFR32: Use correct FLASH addresses in the EFR32MG24 linker file (proj…
Browse files Browse the repository at this point in the history
…ect-chip#16563)

* Test added march 8 (project-chip#15957)

* Added new manual scripts

* Added Auto generated File

* [OTA] Fix OTARequestorDriverImpl inclusion (project-chip#15981)

* Regen to fix CI failures (project-chip#15990)

* [ota] Store Default OTA Providers in flash (project-chip#15970)

* [ota] Store Default OTA Providers in flash

Store Default OTA Providers in flash each time the attribute
is modified and load it back on the application startup.

* Restyled by clang-format

* Fix build and reduce flash usage

Co-authored-by: Restyled.io <commits@restyled.io>

* Use correct FLASH addresses in the EFR32MG24 linker file

* Remove merge artifacts

Co-authored-by: kowsisoundhar12 <57476670+kowsisoundhar12@users.noreply.github.com>
Co-authored-by: Carol Yang <clyang@apple.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Co-authored-by: Damian Królik <66667989+Damian-Nordic@users.noreply.github.com>
Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
6 people authored and andrei-menzopol committed Apr 14, 2022
1 parent 2ae2b36 commit ae747fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/efr32/ldscripts/efr32mg24.ld
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

MEMORY
{
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 0x17e000
FLASH (rx) : ORIGIN = 0x8006000, LENGTH = 0x178000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000
}

Expand Down

0 comments on commit ae747fa

Please sign in to comment.