/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/ |
D | segger_rtt.overlay | 9 compatible = "segger,rtt-uart"; 14 compatible = "segger,rtt-uart"; 19 compatible = "segger,rtt-uart"; 24 compatible = "segger,rtt-uart";
|
/Zephyr-latest/snippets/rtt-tracing/ |
D | README.rst | 1 .. _snippet-rtt-tracing: 3 SystemView RTT Tracing Snippet (rtt-tracing) 8 west build -S rtt-tracing [...]
|
/Zephyr-latest/snippets/rtt-console/ |
D | README.rst | 1 .. _snippet-rtt-console: 3 RTT Console Snippet (rtt-console)
|
/Zephyr-latest/samples/subsys/logging/logger/ |
D | segger_uart_rtt.overlay | 9 compatible = "segger,rtt-uart";
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig | 14 rsource "Kconfig.rtt"
|
D | Kconfig.rtt | 45 backend-str = rtt
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | pyocd.py | 81 tool_opt=True, rtt=True) 144 self.rtt(**kwargs) 218 def rtt(self): member in PyOcdBinaryRunner
|
D | core.py | 315 rtt: bool = False # This capability exists separately from the rtt command variable in RunnerCaps 617 if caps.rtt: 669 if args.rtt_address and not caps.rtt:
|
D | jlink.py | 98 tool_opt=True, file=True, rtt=True)
|
D | openocd.py | 123 return RunnerCaps(commands={'flash', 'debug', 'debugserver', 'attach', 'rtt'}, rtt=True)
|
/Zephyr-latest/boards/makerbase/mks_canable_v20/doc/ |
D | index.rst | 115 :west-args: -S rtt-console 118 The argument ``-S rtt-console`` is needed for debug purposes with SEGGER RTT protocol. 121 If option ``-S rtt-console`` is selected, the connection to the target can be established as follow…
|
/Zephyr-latest/samples/subsys/tracing/ |
D | README.rst | 120 Build a SystemView-tracing image with the :ref:`snippet-rtt-tracing`: 125 :snippets: rtt-tracing
|
/Zephyr-latest/drivers/serial/ |
D | uart_rtt.c | 176 #define UART_RTT(idx) DT_NODELABEL(rtt##idx)
|
D | Kconfig | 204 rsource "Kconfig.rtt"
|
/Zephyr-latest/cmake/flash/ |
D | CMakeLists.txt | 157 foreach(target flash debug debugserver attach rtt) 171 elseif(target STREQUAL rtt)
|
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/ |
D | index.rst | 93 …e cyw20829_tm. This can be enabled for an application by building with the rtt-console snippet or … 94 e.g. west build -p always -b cyw920829m2evk_02 samples/basic/blinky -S rtt-console
|
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/ |
D | README.rst | 118 rtt min/avg/max/mdev = 0.646/1.124/1.450/0.345 ms
|
/Zephyr-latest/boards/segger/ip_k66f/doc/ |
D | index.rst | 163 …GGER/JLink_V664/JLinkRTTLogger -Device MK66FN2M0XXX18 -RTTChannel 1 -if SWD -Speed 4000 ~/rtt.log``
|
/Zephyr-latest/boards/sparkfun/micromod/doc/ |
D | index.rst | 171 :ref:`RTT snippet <snippet-rtt-console>`.
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | nordic_segger.rst | 242 .. _Real-Time Tracing (RTT): https://www.segger.com/jlink-rtt.html
|
D | probes.rst | 513 https://www.segger.com/jlink-rtt.html
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 376 :ref:`snippet-rtt-tracing` to your build command: 381 :snippets: rtt-tracing
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 159 JLinkRTTLogger -Device NRF52840_XXAA -RTTChannel 1 -if SWD -Speed 4000 ~/rtt.log 774 …w.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/#j-link-rtt-viewer>`_
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 201 default "rtt:~$ "
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 1266 * :github:`39538` - logging: rtt: Compilation fails when CONFIG_LOG_BACKEND_RTT_MODE_OVERWRITE=y an…
|