Place embedded data on flash
This commit is contained in:
parent
408463d0bf
commit
071aaea66b
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ endif()
|
||||||
append_line(" */")
|
append_line(" */")
|
||||||
|
|
||||||
append_line(".data")
|
append_line(".data")
|
||||||
|
append_line(".section .rodata.embedded")
|
||||||
append_identifier("${varname}")
|
append_identifier("${varname}")
|
||||||
append_identifier("_binary_${varname}_start" "for objcopy compatibility")
|
append_identifier("_binary_${varname}_start" "for objcopy compatibility")
|
||||||
append("${data}")
|
append("${data}")
|
||||||
|
|
Loading…
Reference in a new issue