Searched +full:rev +full:- +full:parse (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/scripts/ |
D | series-push-hook.sh | 5 # SPDX-License-Identifier: Apache-2.0 16 set -e exec 26 base_commit=`git rev-parse $remote/main` 30 ${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
|
D | zephyr_module.py | 5 # SPDX-License-Identifier: Apache-2.0 11 Include file is generated for Kconfig using --kconfig-out. 12 A <name>:<path> text file is generated for use with CMake using --cmake-out. 14 Using --twister-out <filename> an argument file for twister script will 57 cmake-ext: 61 kconfig-ext: 65 sysbuild-cmake: 68 sysbuild-kconfig: 71 sysbuild-cmake-ext: 75 sysbuild-kconfig-ext: [all …]
|
D | get_maintainer.py | 4 # SPDX-License-Identifier: Apache-2.0 16 ./get_maintainer.py path --help 60 "-m", "--maintainers", 63 "the top-level repository directory is used, and must exist. " 65 "to the top-level directory.") 68 help="Available commands (each has a separate --help text)") 98 "non-orphaned files are listed (all files that do not appear in " 127 "-a", 128 "--count-areas", 132 "-c", [all …]
|
/Zephyr-latest/scripts/footprint/ |
D | compare_footprint | 3 # SPDX-License-Identifier: Apache-2.0 44 proc = subprocess.Popen('git rev-parse --is-inside-work-tree', 62 format = logging.Formatter('%(levelname)-8s: %(message)s') 75 parser.add_argument('-b', '--base-commit', default=None, 79 parser.add_argument('-c', '--commit', default=None, 86 proc = subprocess.Popen('git rev-parse %s' % commit, stdout=subprocess.PIPE, 89 commit_id = proc.stdout.read().decode("utf-8").strip() 104 proc = subprocess.Popen('git diff --quiet', stdout=subprocess.PIPE, 109 proc = subprocess.Popen('git reset %s --hard' % commit, 123 cmd = '/bin/bash -c "source ./zephyr-env.sh && twister' [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfu.c | 4 * SPDX-License-Identifier: Apache-2.0 44 bt_shell_print("DFU target lost: 0x%04x", target->blob.addr); in dfu_cli_lost_target() 114 return -EINVAL; in dfu_apply() 145 fwid->ver = img_header.h.v1.sem_ver; in bt_mesh_shell_dfu_cmds_init() 172 return -EINVAL; in cmd_dfu_comp_add() 178 return -EMSGSIZE; in cmd_dfu_comp_add() 189 shell_warn(sh, "Unable to parse input string argument"); in cmd_dfu_comp_add() 204 return -EINVAL; in cmd_dfu_comp_elem_add() 213 return -EINVAL; in cmd_dfu_comp_elem_add() 220 return -EMSGSIZE; in cmd_dfu_comp_elem_add() [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 12 * The kernel now supports both 32- and 64-bit architectures. 17 * We added support for :ref:`Point-to-Point Protocol (PPP) <ppp>`. PPP is a 20 * We added support for UpdateHub, an end-to-end solution for large scale 21 over-the-air device updates. 22 * We added support for ARM Cortex-R Architecture (Experimental). 32 * Fixes CVE-2019-9506: The Bluetooth BR/EDR specification up to and 35 negotiation. This allows practical brute-force attacks (aka "KNOB") 42 * New kernel API for per-thread disabling of Floating Point Services for 43 ARC, ARM Cortex-M, and x86 architectures. 45 * Additional support for compatibility with 64-bit architectures. [all …]
|
/Zephyr-latest/ |
D | CMakeLists.txt | 1 # SPDX-License-Identifier: Apache-2.0 5 # Note that this is *NOT* the top-level CMakeLists.txt. That's in the 26 # and https://cmake.org/pipermail/cmake/2019-May/thread.html#69496 36 # -fmacro-prefix-map=${ZEPHYR_BASE}= 57 # - device dependencies structs must be generated (CONFIG_DEVICE_DEPS=y) 58 # - ISR tables must be generated (CONFIG_GEN_ISR_TABLES=y) 59 # - Kernel objects hash tables (CONFIG_USERSPACE=y) 60 # - Application memory partitions (CONFIG_USERSPACE=y) 66 # - zephyr_pre0: linker sections may resize / addresses may relocate 67 # - zephyr_pre1: All linker section sizes are fixed, addresses cannot change [all …]
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 5 # SPDX-License-Identifier: Apache-2.0 56 f"{cp.stdout.decode('utf-8')}\n" 58 f"{cp.stderr.decode('utf-8')}\n") 60 return cp.stdout.decode("utf-8").rstrip() 69 return git('rev-list', 70 f'--max-count={-1 if "." in refspec else 1}', refspec).split() 73 filter_arg = (f'--diff-filter={filter}',) if filter else () 74 paths_arg = ('--', *paths) if paths else () 75 out = git('diff', '--name-only', *filter_arg, COMMIT_RANGE, *paths_arg) 127 - The magic string "<zephyr-base>" can be used to refer to the [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | build.py | 3 # SPDX-License-Identifier: Apache-2.0 22 _ARG_SEPARATOR = '--' 30 west build [-h] [-b BOARD[@REV]]] [-d BUILD_DIR] 31 [-S SNIPPET] [--shield SHIELD] 32 [-t TARGET] [-p {auto, always, never}] [-c] [--cmake-only] 33 [-n] [-o BUILD_OPT] [-f] 34 [--sysbuild | --no-sysbuild] [--domain DOMAIN] 35 [--extra-conf FILE.conf] 36 [--extra-dtc-overlay FILE.overlay] 37 [source_dir] -- [cmake_opt [cmake_opt ...]] [all …]
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 4 * SPDX-License-Identifier: Apache-2.0 211 #define MDM_INVALID_SOCKET_ID -1 217 #define SIZE_WITHOUT_NUL(v) (sizeof(v) - SIZE_OF_NUL) 221 .cmd = cmd_, .cmd_len = (uint16_t)sizeof(cmd_) - 1, \ 250 #define RSSI_UNKNOWN -999 295 /* The ? can be a + or - */ 302 #define TIME_STRING_TO_TM_STRUCT_YEAR_OFFSET (2000 - 1900) 374 static const char EOF_PATTERN[] = "--EOF--Pattern--"; 608 sock->allocated = true; in alloc_stale_socket() 619 sock->allocated = false; in free_stale_socket() [all …]
|