zephyr/boards/posix
Alberto Escolar Piedras 210bd28a24 native_simulator: Allow to pass extra options for localizing symbols
Some libraries (like Openthread's spinel code) define their
API as externally linkable. This will make those symbols
remain as externally linkable by default after the
Zephyr build has produced the native simulator library
(MCU code).
When building an AMP native_simulator executable with
several MCUs each including these, the linker will see
those symbols as still linkable and duplicated, and
throw an error.

So let's give the option for users/developers of those
libraries to define extra symbols they want
to localize before assembling the final executable.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-12-06 09:25:41 +00:00
..
common native_simulator: Allow to pass extra options for localizing symbols 2023-12-06 09:25:41 +00:00
doc boards native: Add not supported features 2023-12-01 10:52:07 +00:00
native_posix boards: posix: add dma support to native_posix boards 2023-12-03 19:22:31 -05:00
native_sim boards: posix: add dma support to native_posix boards 2023-12-03 19:22:31 -05:00
nrf_bsim boards nrf5340bsim_cpuapp: Select approprite 802154 radio in DT 2023-12-04 14:20:42 +01:00
index.rst docs: boards: fix capitalization of board architectures 2023-07-06 09:15:59 +02:00