zephyr/boards
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
..
arc boards: Use unique names for boards in the YAML files 2023-11-24 09:26:28 +01:00
arm boards: arm: atsamr34: Setup USB for SAMR34 Xplained board 2023-12-05 16:27:00 -06:00
arm64 boards: Use unique names for boards in the YAML files 2023-11-24 09:26:28 +01:00
common west: add NXP S32 Debug Probe runner 2023-10-25 18:14:51 -07:00
mips boards: Use unique names for boards in the YAML files 2023-11-24 09:26:28 +01:00
nios2 doc: fixed already renamed _Cstart to z_cstart 2023-11-30 21:01:47 -05:00
posix native_simulator: Allow to pass extra options for localizing symbols 2023-12-06 09:25:41 +00:00
riscv bluetooth: mesh: Doc fix Bluetooth mesh to Mesh 2023-12-01 10:56:18 +00:00
shields boards: shields: npm1300_ek: Settings moved to board overlay 2023-11-27 19:57:57 +01:00
sparc boards/sparc: Ignore tests for net and bluetooth 2023-10-05 18:34:30 +03:00
x86 boards: x86: intel_rpl: Added modifications for Asycn NS16550 2023-11-22 17:31:08 +01:00
xtensa boards: xtensa: adsp: add support for imx8ulp board 2023-12-04 16:41:00 +00:00
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
deprecated.cmake boards: mark esp32 board as deprecated 2023-07-25 18:12:33 +02:00
index.rst doc: boards: Link to the board porting guide 2023-09-29 16:29:49 +02:00
Kconfig config: qemu: Add QEMU_EXTRA_FLAGS config option 2023-10-20 15:03:55 +02:00