commit | d3a88f7bfe79e79d15f81bf11b2fb1e33360cb90 | [log] [tgz] |
---|---|---|
author | Björn Bergman <bjorn.bergman@iar.com> | Fri Jan 24 11:59:53 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 27 17:17:03 2025 +0100 |
tree | ddcadc382993cd1c70a9a83321e92eca88378847 | |
parent | 35fb417698333aaf86905ee4829ea295cc0ec257 [diff] |
cmake: linker generator: Handle NOT PASS and multiple PASS options Make it possible to have multiple PASS parameters to zephyr_linker_section() and zephyr_linker_section_configure() sections (oring them) OR to have multiple PASS NOT p options (in which case the sections applies in neither of the passes) Signed-off-by: Björn Bergman <bjorn.bergman@iar.com>