Searched refs:cut (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/scripts/checkpatch/ |
D | do_checkpatch.sh | 18 grep ERROR: $1 |cut -d : -f 3,4 |sort -u > $1_error.types 19 grep WARNING: $1 |cut -d : -f 3,4 |sort -u > $1_warning.types
|
D | check_known_checkpatch_issues.sh | 91 awk '{print $1}' | cut -d\- -f 2-) \ 101 awk '{print $1}' | cut -d\+ -f 2-) \
|
/Zephyr-latest/scripts/ |
D | coccicheck | 146 OPT=`grep "Options:" $COCCI | cut -d':' -f2` 147 VIRTUAL=`grep "virtual" $COCCI | cut -d' ' -f2`
|
/Zephyr-latest/tests/bsim/ |
D | compile.source | 87 nm ${exe_name} | grep -v " [U|w] " | sort | cut -d" " -f1,3 > ${map_file_name} 88 sed -i "1i $(wc -l ${map_file_name} | cut -d" " -f1)" ${map_file_name}
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/ |
D | Kconfig | 28 will be returned from command output, if your output gets cut, then
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 137 bridge_interface=$(docker network ls | grep "$network" | cut -d " " -f 1)
|
/Zephyr-latest/boards/st/nucleo_f767zi/doc/ |
D | index.rst | 122 (*) nucleo_f767zi with soc cut-A (Device marking A) has some ethernet 124 Use of cut-Z is advised.
|
/Zephyr-latest/boards/st/stm32wb5mmg/doc/ |
D | stm32wb5mmg.rst | 45 based on cut 2.1 of the STM32WB55VGY microcontroller. Revision X is based on 46 cut 2.2.
|
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/ |
D | index.rst | 19 Alternatively, the board can operate in cut-through mode between Port 1 and Port 2 (unmanaged
|
/Zephyr-latest/boards/ezurio/pinnacle_100_dvk/doc/ |
D | index.rst | 13 cut BOM costs and power consumption. Take advantage of the Zephyr community,
|
/Zephyr-latest/boards/olimex/olimexino_stm32/doc/ |
D | index.rst | 352 You will need to solder, unsolder, or cut them in order to
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 112 $ pip3 show west | grep Location: | cut -f 2 -d ' '
|
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/ |
D | index.rst | 158 (B), the USB power will be automatically cut off.
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 540 ``menuconfig`` can cut down on the number of menus and make the menu structure
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.13.rst | 666 * :github:`4883` - Should command line examples be "cut and paste" ready?
|
D | release-notes-4.0.rst | 248 * NXP S32Z270: Added support for the new silicon cut version 2.0. Note that the previous
|
D | release-notes-2.6.rst | 935 backend, gets cut to the size of buffer.
|
D | release-notes-3.2.rst | 1844 * :github:`50464` - Boot banner can cut through output of shell prompt
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 946 # (outside of Doxygen) the user can define a custom "cut" / "paste" string.
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 404 # assumptions about how zephyr code is organized to cut down on
|