Searched full:semihost (Results 1 – 25 of 30) sorted by relevance
12
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.semihost | 5 bool "Semihost as backend" 6 depends on SEMIHOST 9 Enable backend in semihost (using host stdout) 20 bool "Autostart semihost backend" 23 Enable semihost backend to start automatically. 25 backend = SEMIHOST 26 backend-str = semihost
|
D | Kconfig | 20 rsource "Kconfig.semihost"
|
D | log_backend_semihost.c | 10 #include <zephyr/arch/common/semihost.h>
|
/Zephyr-latest/tests/drivers/console/hello_world/ |
D | testcase.yaml | 18 drivers.console.semihost: 22 - semihost
|
/Zephyr-latest/tests/arch/common/semihost/ |
D | testcase.yaml | 2 arch.common.semihost:
|
D | CMakeLists.txt | 5 project(semihost) project
|
/Zephyr-latest/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-latest/subsys/demand_paging/backing_store/ |
D | backing_store_ondemand_semihost.c | 10 #include <zephyr/arch/common/semihost.h> 13 * semihost.h declares prototypes with longs but (at least on QEMU)
|
D | Kconfig | 34 depends on SEMIHOST && LINKER_USE_ONDEMAND_SECTION
|
/Zephyr-latest/doc/hardware/arch/ |
D | index.rst | 12 semihost.rst
|
D | semihost.rst | 65 .. doxygengroup:: semihost
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | CMakeLists.txt | 23 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
D | semihost.c | 9 #include <zephyr/arch/common/semihost.h>
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | semihost.c | 8 #include <zephyr/arch/common/semihost.h>
|
D | CMakeLists.txt | 25 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
/Zephyr-latest/arch/arm64/core/ |
D | semihost.c | 8 #include <zephyr/arch/common/semihost.h>
|
D | CMakeLists.txt | 42 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
/Zephyr-latest/modules/percepio/ |
D | CMakeLists.txt | 89 ${TRACERECORDER_DIR}/kernelports/Zephyr/streamports/Semihost/trcStreamPort.c 93 ${TRACERECORDER_DIR}/kernelports/Zephyr/streamports/Semihost/config 94 ${TRACERECORDER_DIR}/kernelports/Zephyr/streamports/Semihost/include
|
/Zephyr-latest/drivers/console/ |
D | semihost_console.c | 9 #include <zephyr/arch/common/semihost.h>
|
/Zephyr-latest/arch/riscv/core/ |
D | CMakeLists.txt | 33 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
D | semihost.c | 9 #include <zephyr/arch/common/semihost.h>
|
/Zephyr-latest/arch/common/ |
D | Kconfig | 6 config SEMIHOST config
|
D | semihost.c | 10 #include <zephyr/arch/common/semihost.h>
|
D | CMakeLists.txt | 111 zephyr_library_sources_ifdef(CONFIG_SEMIHOST semihost.c)
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | linkserver.py | 83 parser.add_argument('--semihost-port', default=DEFAULT_LINKSERVER_SEMIHOST_PORT, 84 help='semihost port to open, defaults to the empty string ' 136 ["--semihost-port", str(self.semihost_port) ] +
|
12