Searched full:semihost (Results 1 – 23 of 23) sorted by relevance
/Zephyr-Core-3.5.0/tests/drivers/console/ |
D | testcase.yaml | 18 drivers.console.semihost: 22 - semihost
|
/Zephyr-Core-3.5.0/tests/arch/common/semihost/ |
D | testcase.yaml | 2 arch.common.semihost:
|
D | CMakeLists.txt | 5 project(semihost) project
|
/Zephyr-Core-3.5.0/tests/arch/common/semihost/src/ |
D | main.c | 9 #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/ |
D | index.rst | 12 semihost.rst
|
D | semihost.rst | 65 .. doxygengroup:: semihost
|
/Zephyr-Core-3.5.0/modules/percepio/ |
D | CMakeLists.txt | 78 ${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/ |
D | CMakeLists.txt | 25 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
D | semihost.c | 9 #include <zephyr/arch/common/semihost.h>
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | semihost.c | 8 #include <zephyr/arch/common/semihost.h>
|
D | CMakeLists.txt | 39 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | semihost.c | 8 #include <zephyr/arch/common/semihost.h>
|
D | CMakeLists.txt | 26 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
/Zephyr-Core-3.5.0/arch/riscv/core/ |
D | CMakeLists.txt | 27 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
D | semihost.c | 9 #include <zephyr/arch/common/semihost.h>
|
/Zephyr-Core-3.5.0/drivers/console/ |
D | semihost_console.c | 9 #include <zephyr/arch/common/semihost.h>
|
D | Kconfig | 247 depends on SEMIHOST 250 See SEMIHOST for a more complete description of semihosting.
|
/Zephyr-Core-3.5.0/arch/common/ |
D | Kconfig | 6 config SEMIHOST config
|
D | CMakeLists.txt | 87 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
D | semihost.c | 10 #include <zephyr/arch/common/semihost.h>
|
/Zephyr-Core-3.5.0/scripts/west_commands/runners/ |
D | linkserver.py | 84 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/ |
D | semihost.h | 18 * @defgroup semihost Semihosting APIs
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.3.rst | 878 * :github:`25191` - tests/drivers/console: drivers.console.semihost can't work
|