|
|
@@ -591,7 +591,7 @@ The file's contents will be added to the .rodata section in flash, and are avail
|
|
|
|
|
|
The names are generated from the full name of the file, as given in COMPONENT_EMBED_FILES. Characters /, ., etc. are replaced with underscores. The _binary prefix in the symbol name is added by objcopy and is the same for both text and binary files.
|
|
|
|
|
|
-For an example of using this technique, see :example:`protocols/https_request` - the certificate file contents are loaded from the text .pem file at compile time.
|
|
|
+For an example of using this technique, see the "main" component of the file_serving example :example_file:`protocols/http_server/file_serving/main/component.mk` - two files are loaded at build time and linked into the firmware.
|
|
|
|
|
|
Code and Data Placements
|
|
|
------------------------
|