Home
last modified time | relevance | path

Searched refs:tcl (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/subsys/net/ip/
D6lo.c271 uint8_t tcl; in compress_tfl() local
273 tcl = ((ipv6->vtc & 0x0F) << 4) | ((ipv6->tcflow & 0xF0) >> 4); in compress_tfl()
274 tcl = (tcl << 6) | (tcl >> 2); /* ECN(2), DSCP(6) */ in compress_tfl()
288 inline_ptr -= sizeof(tcl); in compress_tfl()
289 *inline_ptr = tcl; in compress_tfl()
302 *inline_ptr = (tcl & 0xC0) | (ipv6->tcflow & 0x0F); in compress_tfl()
314 inline_ptr -= sizeof(tcl); in compress_tfl()
315 *inline_ptr = tcl; in compress_tfl()
846 uint8_t tcl; in uncompress_tfl() local
853 tcl = *cursor; in uncompress_tfl()
[all …]
/Zephyr-latest/boards/digilent/arty_a7/support/
Dopenocd_arty_a7_arm_designstart_m1.cfg2 source [find target/swj-dp.tcl]
Dopenocd_arty_a7_arm_designstart_m3.cfg2 source [find target/swj-dp.tcl]
/Zephyr-latest/boards/st/stm32u5a9j_dk/
Dboard.cmake7 board_runner_args(openocd "--tcl-port=6666")
/Zephyr-latest/boards/st/nucleo_h503rb/
Dboard.cmake6 board_runner_args(openocd "--tcl-port=6666")
/Zephyr-latest/boards/st/nucleo_u575zi_q/
Dboard.cmake4 board_runner_args(openocd "--tcl-port=6666")
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/
Dboard.cmake4 board_runner_args(openocd "--tcl-port=6666")
/Zephyr-latest/boards/sc/scobc_module1/support/
Dopenocd.cfg3 source [find target/swj-dp.tcl]
/Zephyr-latest/boards/st/nucleo_h533re/
Dboard.cmake10 board_runner_args(openocd "--tcl-port=6666")
/Zephyr-latest/boards/st/nucleo_h563zi/
Dboard.cmake10 board_runner_args(openocd "--tcl-port=6666")
/Zephyr-latest/boards/st/stm32h573i_dk/
Dboard.cmake13 board_runner_args(openocd "--tcl-port=6666")
/Zephyr-latest/boards/st/steval_stwinbx1/
Dboard.cmake12 board_runner_args(openocd "--tcl-port=6666")
/Zephyr-latest/boards/snps/hsdk/support/
Dopenocd-2-cores.cfg33 source [find cpu/arc/hs.tcl]
85 # vi:ft=tcl
Dopenocd.cfg33 source [find cpu/arc/hs.tcl]
116 # vi:ft=tcl
/Zephyr-latest/boards/arm/v2m_beetle/support/
Dopenocd.cfg5 source [find target/swj-dp.tcl]
/Zephyr-latest/boards/st/b_u585i_iot02a/
Dboard.cmake23 board_runner_args(openocd "--tcl-port=6666")
/Zephyr-latest/boards/snps/iotdk/support/
Dopenocd.cfg30 source [find cpu/arc/em.tcl]
/Zephyr-latest/boards/snps/emsdp/support/
Dopenocd.cfg30 source [find cpu/arc/em.tcl]
/Zephyr-latest/boards/quicklogic/quick_feather/doc/
Dindex.rst63 …openocd -f /path/to/swd-programmer.cfg -f tcl/board/quicklogic_quickfeather.cfg -c "init" -c "rese…
112 https://sourceforge.net/p/openocd/code/ci/master/tree/tcl/board/quicklogic_quickfeather.cfg
/Zephyr-latest/boards/ene/kb1200_evb/support/
Dopenocd.cfg7 source [find target/swj-dp.tcl]
/Zephyr-latest/boards/snps/hsdk4xd/support/
Dopenocd.cfg33 source [find cpu/arc/hs.tcl]
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst237 Info : Listening on port 6666 for tcl connections
280 Info : Listening on port 6666 for tcl connections
306 Info : Listening on port 6666 for tcl connections
/Zephyr-latest/boards/digilent/zybo/doc/
Dindex.rst53 Vivado generated ``ps_init.tcl`` JTAG script, Das U-Boot Secondary Program Loader (SPL), ...).
/Zephyr-latest/boards/st/nucleo_h503rb/doc/
Dindex.rst212 set(OPENOCD_DEFAULT_PATH <path_to_opneocd_repo>/tcl)
/Zephyr-latest/boards/st/nucleo_h563zi/doc/
Dindex.rst274 set(OPENOCD_DEFAULT_PATH <path_to_opneocd_repo>/tcl)

12