Skip to content

Commit d718d93

Browse files
soc: microchip: Update files for 802.15.4 support for PIC32CX BZ2/BZ6 SoC series
Fix compliance errors for IEEE802.15.4 support for PIC32CX BZ2 and BZ6 series. Signed-off-by: Amaranadhreddy Maddireddy <[email protected]>
1 parent 4a3a806 commit d718d93

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

soc/microchip/pic32c/pic32cx_bz/bz2x/bz24/linker.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ SECTION_PROLOGUE(.mchp_bt,0x20018C00(NOLOAD),)
4646
KEEP(*(.mchp_bt))
4747
}
4848
#endif
49+
4950
SECTION_PROLOGUE (.pbss,0x44014000, )
5051
{
5152
KEEP(*(SORT_BY_NAME(".pbss*")))

soc/microchip/pic32c/pic32cx_bz/bz2x/bz25/linker.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ SECTION_PROLOGUE(.mchp_bt,0x20018C00(NOLOAD),)
4646
KEEP(*(.mchp_bt))
4747
}
4848
#endif
49+
4950
SECTION_PROLOGUE (.pbss,0x44014000, )
5051
{
5152
KEEP(*(SORT_BY_NAME(".pbss*")))

soc/microchip/pic32c/pic32cx_bz/bz6x/bz66/linker.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ SECTION_PROLOGUE(.mchp_bt,0x20018C00(NOLOAD),)
4242
KEEP(*(.mchp_bt))
4343
}
4444
#endif
45+
4546
SECTION_PROLOGUE (.pbss,0x44014000, )
4647
{
4748
KEEP(*(SORT_BY_NAME(".pbss*")))

0 commit comments

Comments
 (0)