commit | 07df2c5d5e59abd9684721f4f282461b56516cb6 | [log] [tgz] |
---|---|---|
author | Luca Burelli <l.burelli@arduino.cc> | Thu Nov 14 08:55:24 2024 +0100 |
committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Thu Nov 14 11:01:27 2024 -0600 |
tree | c72e4934528d2387a03357a7b0b024753f4bde4a | |
parent | 7f8b531d4c398251d85e20c2dc1cbc1858ab71e2 [diff] |
soc: sensry: sy1xx: add support for LLEXT build The linker script for this SoC was not including the LLEXT section definitions when CONFIG_LLEXT was enabled. This patch adds the necessary include directive to the linker script and fixes the build issue identified by CI. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>