Closed valeros closed 4 years ago
This will allow users to set any linker script from platformio.ini file using the following syntax:
platformio.ini
[env:sipeed-maix-go] platform = kendryte210 framework = arduino board = sipeed-maix-go monitor_speed = 115200 board_build.ldscript = custom_ldscript.ld
This is a more correct way of specifying it in comparison with using the -Wl,-T flag.
-Wl,-T
This will allow users to set any linker script from
platformio.ini
file using the following syntax:This is a more correct way of specifying it in comparison with using the
-Wl,-T
flag.