mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Place embedded data on flash
This commit is contained in:
parent
bc6a193130
commit
ab95d5cdd7
@ -67,6 +67,7 @@ endif()
|
||||
append_line(" */")
|
||||
|
||||
append_line(".data")
|
||||
append_line(".section .rodata.embedded")
|
||||
append_identifier("${varname}")
|
||||
append_identifier("_binary_${varname}_start" "for objcopy compatibility")
|
||||
append("${data}")
|
||||
|
Loading…
Reference in New Issue
Block a user