nuttx/arch/sim
ligd 2cfb239a87 arch/sim/src/nuttx-names.in: only host code need replace if -fvisibility=hidden
After previous commit, add -fvisibility=hidden, we don't need
worry about depended libxx.so callback to nuttx symbol in SIM.

So most of the symbol in nuttx-names.in can be remove.

But we still need some symbol replacement for host code.
Host code should call host API if access HOST sth, for example:
open, close, accept, printf...

Signed-off-by: ligd <liguiding1@xiaomi.com>
2020-09-09 17:04:39 +08:00
..
include arch/sim: Model host signal as NuttX's interrupt 2020-09-03 10:20:50 +08:00
src arch/sim/src/nuttx-names.in: only host code need replace if -fvisibility=hidden 2020-09-09 17:04:39 +08:00
Kconfig SIM: Add support Linux HCI Socket as BLE adaptor 2020-08-28 01:01:29 -07:00