Searched refs:attach (Results 151 – 175 of 235) sorted by relevance
12345678910
/Zephyr-latest/boards/st/stm32u5a9j_dk/support/ |
D | openocd.cfg | 35 $_TARGETNAME configure -event gdb-attach {
|
/Zephyr-latest/boards/st/nucleo_h755zi_q/support/ |
D | openocd.cfg | 14 $_CHIPNAME.cpu0 configure -event gdb-attach {
|
/Zephyr-latest/boards/st/nucleo_u575zi_q/support/ |
D | openocd.cfg | 35 $_TARGETNAME configure -event gdb-attach {
|
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/support/ |
D | openocd.cfg | 35 $_TARGETNAME configure -event gdb-attach {
|
/Zephyr-latest/boards/st/sensortile_box_pro/support/ |
D | openocd.cfg | 35 $_TARGETNAME configure -event gdb-attach {
|
/Zephyr-latest/boards/st/steval_stwinbx1/support/ |
D | openocd.cfg | 35 $_TARGETNAME configure -event gdb-attach {
|
/Zephyr-latest/boards/gardena/sgrm/support/ |
D | openocd.cfg | 15 $_TARGETNAME configure -event gdb-attach {
|
/Zephyr-latest/boards/sifive/hifive1/support/ |
D | openocd.cfg | 35 $_TARGETNAME configure -event gdb-attach {
|
/Zephyr-latest/boards/st/stm32h7s78_dk/support/ |
D | openocd.cfg | 25 $_CHIPNAME.cpu0 configure -event gdb-attach {
|
/Zephyr-latest/boards/st/nucleo_h723zg/support/ |
D | openocd.cfg | 20 $_CHIPNAME.cpu0 configure -event gdb-attach {
|
/Zephyr-latest/soc/st/stm32/ |
D | Kconfig | 34 bool "Allow debugger attach in stop/sleep Mode" 39 effectivly destroys the use-case of `west attach`. Also
|
/Zephyr-latest/samples/bluetooth/hci_uart/ |
D | README.rst | 63 to attach it to the Linux Host first. To do so simply build the sample and 64 connect the UART to the Linux machine, and then attach it with this command: 95 In order to use the HCI UART controller with BlueZ you will need to attach it 97 UART to the Linux machine, and then attach it with this command: 128 Then attach RTT as described here: :ref:`Using Segger J-Link <Using Segger J-Link>`
|
/Zephyr-latest/boards/electronut/nrf52840_blip/doc/ |
D | index.rst | 156 Debug and attach configurations are available using Black Magic Probe, and 157 ``ninja debug``, or ``ninja attach`` (or with ``make``) are available. 160 to start executing the code. (not required with ``debug`` or ``attach``)
|
/Zephyr-latest/boards/electronut/nrf52840_papyr/doc/ |
D | nrf52840_papyr.rst | 166 Debug and attach configurations are available using Black Magic Probe, and 167 ``ninja debug``, or ``ninja attach`` (or with ``make``) are available. 170 to start executing the code. (not required with ``debug`` or ``attach``)
|
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | README.rst | 30 attach it to the USB to TTL Serial cable. Build and flash the project: 61 and attach it to detected CDC ACM device:
|
/Zephyr-latest/subsys/net/l2/virtual/ipip/ |
D | Kconfig | 10 existing network interface. Application needs to attach the IPIP
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_posix | 60 string "Default command to attach the UART to a new terminal" 65 run to attach a new terminal to the 1st UART.
|
/Zephyr-latest/cmake/flash/ |
D | CMakeLists.txt | 155 # Generate the flash, debug, debugserver, attach targets within the build 157 foreach(target flash debug debugserver attach rtt) 169 elseif(target STREQUAL attach)
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | virtual.c | 173 SHELL_CMD_ARG(attach, NULL,
|
/Zephyr-latest/subsys/net/l2/virtual/ |
D | virtual.c | 209 if (api->attach == NULL) { in net_virtual_interface_attach() 268 api->attach(virtual_iface, iface); in net_virtual_interface_attach()
|
/Zephyr-latest/boards/nxp/common/ |
D | opensda-debug.rst | 38 To attach an external J-Link probe, ensure the SWD isolation jumpers are
|
D | rt1xxx-lpclink2-debug.rst | 44 To attach an external J-Link probe, ensure the SWD isolation jumpers are
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | Kconfig | 22 bool "Generate detach-attach sequence on DFU detach"
|
/Zephyr-latest/include/zephyr/net/ |
D | virtual.h | 118 int (*attach)(struct net_if *virtual_iface, struct net_if *iface); member
|
/Zephyr-latest/boards/96boards/wistrio/doc/ |
D | 96b_wistrio.rst | 106 I2C1 also goes to the J22 connector and can be used to attach external 186 "attach 1". You can then debug as usual with GDB. In particular, type
|
12345678910