mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +08:00
d73d34b1a0
Migrate https://cwiki.apache.org/confluence/display/NUTTX/Semihosting to official wiki Signed-off-by: Ludovic Vanasse <ludovicvanasse@gmail.com>
22 lines
No EOL
350 B
ReStructuredText
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 |