Skip to content

Commit 259f134

Browse files
committed
esp8266/esp8266.ld: Link in SDK version section.
Otherwise, os.uname() returns empty string for SDK version.
1 parent ff69a1d commit 259f134

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

esp8266/esp8266.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ SECTIONS
173173
.rodata : ALIGN(4)
174174
{
175175
_rodata_start = ABSOLUTE(.);
176+
*(.sdk.version)
176177
*(.rodata)
177178
*(.rodata.*)
178179
*(.gnu.linkonce.r.*)

0 commit comments

Comments
 (0)