nuttx-mirror/Documentation/guides/semihosting.rst
Ludovic Vanasse d73d34b1a0 Doc: Migrate Semihosting
Migrate https://cwiki.apache.org/confluence/display/NUTTX/Semihosting to
official wiki

Signed-off-by: Ludovic Vanasse <ludovicvanasse@gmail.com>
2024-10-21 09:23:07 +08:00

22 lines
No EOL
350 B
ReStructuredText

===========
Semihosting
===========
.. warning::
Migrated from:
https://cwiki.apache.org/confluence/display/NUTTX/Semihosting
Relevant files:
.. code-block:: bash
fs/hostfs/
arch/arm/include/armv7-m/syscall.h
arch/arm/src/common/up_hostfs.c
Mounting:
.. code-block:: bash
mount -t hostfs -o fs=/host/path /local/path