commit | 33ffe001f89d20c1a23575e2fcd297d77b79d88b | [log] [tgz] |
---|---|---|
author | Greter Raffael <rgreter@baumer.com> | Tue Nov 14 08:20:53 2023 +0000 |
committer | David Leach <david.leach@nxp.com> | Wed Jan 24 22:10:11 2024 -0600 |
tree | 287bd5d92d336b4523b5d7577c6c2c9201dd0643 | |
parent | acfb87dca3e422a07acdd23a72e317a7d3dc59f4 [diff] |
linker: Generate snippets files for dtcm and itcm This allows to link code and data blocks, e.g. the vector table, into tightly coupled memory using `zephyr_linker_sources`. Signed-off-by: Greter Raffael <rgreter@baumer.com>