Skip to content

Commit

Permalink
add data only flash section
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone committed Oct 12, 2023
1 parent 3330bdd commit f4f05dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sw/linker/link_flash_load.ld.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,11 @@ SECTIONS {

% endif

.data_flash_only : ALIGN_WITH_INPUT
{
. = ALIGN(4);
*(.xheep_data_flash_only)
. = ALIGN(4);
} >FLASH

}

0 comments on commit f4f05dc

Please sign in to comment.