Home
last modified time | relevance | path

Searched full:semihost (Results 1 – 23 of 23) sorted by relevance

/Zephyr-Core-3.5.0/tests/drivers/console/
Dtestcase.yaml18 drivers.console.semihost:
22 - semihost
/Zephyr-Core-3.5.0/tests/arch/common/semihost/
Dtestcase.yaml2 arch.common.semihost:
DCMakeLists.txt5 project(semihost) project
/Zephyr-Core-3.5.0/tests/arch/common/semihost/src/
Dmain.c9 #include <zephyr/arch/common/semihost.h>
11 ZTEST(semihost, test_file_ops) in ZTEST() argument
71 ZTEST_SUITE(semihost, NULL, NULL, NULL, NULL, NULL);
/Zephyr-Core-3.5.0/doc/hardware/arch/
Dindex.rst12 semihost.rst
Dsemihost.rst65 .. doxygengroup:: semihost
/Zephyr-Core-3.5.0/modules/percepio/
DCMakeLists.txt78 ${TRACERECORDER_DIR}/kernelports/Zephyr/streamports/Semihost/trcStreamPort.c
82 ${TRACERECORDER_DIR}/kernelports/Zephyr/streamports/Semihost/config
83 ${TRACERECORDER_DIR}/kernelports/Zephyr/streamports/Semihost/include
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/
DCMakeLists.txt25 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
Dsemihost.c9 #include <zephyr/arch/common/semihost.h>
/Zephyr-Core-3.5.0/arch/arm64/core/
Dsemihost.c8 #include <zephyr/arch/common/semihost.h>
DCMakeLists.txt39 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dsemihost.c8 #include <zephyr/arch/common/semihost.h>
DCMakeLists.txt26 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
/Zephyr-Core-3.5.0/arch/riscv/core/
DCMakeLists.txt27 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
Dsemihost.c9 #include <zephyr/arch/common/semihost.h>
/Zephyr-Core-3.5.0/drivers/console/
Dsemihost_console.c9 #include <zephyr/arch/common/semihost.h>
DKconfig247 depends on SEMIHOST
250 See SEMIHOST for a more complete description of semihosting.
/Zephyr-Core-3.5.0/arch/common/
DKconfig6 config SEMIHOST config
DCMakeLists.txt87 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
Dsemihost.c10 #include <zephyr/arch/common/semihost.h>
/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Dlinkserver.py84 parser.add_argument('--semihost-port', default=DEFAULT_LINKSERVER_SEMIHOST_PORT,
85 help='semihost port to open, defaults to the empty string '
135 ["--semihost-port", str(self.semihost_port) ] +
/Zephyr-Core-3.5.0/include/zephyr/arch/common/
Dsemihost.h18 * @defgroup semihost Semihosting APIs
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.3.rst878 * :github:`25191` - tests/drivers/console: drivers.console.semihost can't work