Home
last modified time | relevance | path

Searched full:signed (Results 1 – 25 of 172) sorted by relevance

1234567

/Zephyr-latest/cmake/
Dmcuboot.cmake7 # It builds signed binaries using imgtool as a post-processing step
14 # Property magic which makes west flash choose the signed build
26 # No signature key file, no signed binaries. No error, though:
30 "bootable by MCUboot unless it is signed manually/externally.")
70 # No imgtool, no signed binaries.
144 list(APPEND byproducts ${output}.signed.bin)
145 zephyr_runner_file(bin ${output}.signed.bin)
146 set(BYPRODUCT_KERNEL_SIGNED_BIN_NAME "${output}.signed.bin"
147 CACHE FILEPATH "Signed kernel bin file" FORCE
150 ${imgtool_sign} ${imgtool_args} ${output}.bin ${output}.signed.bin)
[all …]
/Zephyr-latest/tests/unit/intmath/
Dmain.c11 * 2's complement signed math. As this isn't technically guaranteed
38 NEG_CHECK(signed char, 1);
39 NEG_CHECK(signed char, 0);
40 NEG_CHECK(signed char, -1);
41 NEG_CHECK(signed char, 0x80);
42 NEG_CHECK(signed char, 0x7f);
43 ROLLOVER_CHECK(signed char, 127, -128);
/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py28 … options_spec = [IntOption('min-line-count', 1, "Minimum body line count excluding Signed-off-by")]
31 …filtered = [x for x in commit.message.body if not x.lower().startswith("signed-off-by") and x != '…
56 """ This rule will enforce that each commit contains a "Signed-off-by" line.
57 …imple here and just check whether the commit body contains a line that starts with "Signed-off-by".
61 name = "body-requires-signed-off-by"
70 if line.lower().startswith("signed-off-by"):
71 … if not re.search(r"(^)Signed-off-by: ([-'\w.]+) ([-'\w.]+) (.*)", line, flags=flags):
72 … return [RuleViolation(self.id, "Signed-off-by: must have a full name", line_nr=1)]
75 …return [RuleViolation(self.id, "Commit message does not contain a 'Signed-off-by:' line", line_nr=…
112 if line.lower().startswith('signed-off-by') or line.lower().startswith('co-authored-by'):
/Zephyr-latest/soc/ite/ec/it8xxx2/
D__arithmetic.S31 /* signed 32 bit multiplication. opcode of mul a0,a0,a1 is 0x02b50533 */
34 /* signed 32 bit division. opcode of div a0,a0,a1 is 0x02b54533 */
41 * This function return the remainder of the signed division.
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_user_defines.h36 * @brief customer supplied division operation - 64-bit signed
38 * @param dividend signed 64-bit numerator
39 * @param divisor signed 64-bit denominator
Dvl53l1_types.h14 * If it was not the case, we would defined here all signed and unsigned
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df207 Offset of start of antenna switching after end of the CRC. It is a signed value in number
217 Offset of sampling start from beginning of sampling slot. The value is a signed number
228 Offset of sampling start from beginning of sampling slot. The value is a signed number
240 Offset of sampling start from beginning of sampling slot. The value is a signed number
251 Offset of sampling start from beginning of sampling slot. The value is a signed number
314 bool "Use 16 bits signed integer IQ samples in connectionless IQ reports"
318 sampling of CTE. Bluetooth 5.3 Core Specification defines IQ samples to be 8 bits signed
320 extension to HCI layer, so that connectionless IQ reports store samples in 16 bit signed
324 bool "Use 16 bits signed integer IQ samples in connection IQ reports"
328 sampling of CTE. Bluetooth 5.3 Core Specification defines IQ samples to be 8 bits signed
[all …]
/Zephyr-latest/drivers/sensor/jedec/jc42/
Djc42.h46 * * Bits 0..11 encode the temperature in a 2s complement signed value
53 #define JC42_TEMP_SCALE_CEL 16 /* signed */
103 /* Encode a signed temperature in scaled Celsius to the format used in
117 /* Decode a register temperature value to a signed temperature in
125 /* Convert 12-bit 2s complement to signed negative in jc42_temp_signed_from_reg()
/Zephyr-latest/samples/net/prometheus/
DKconfig35 bool "Signed certificates"
39 application with signed certificates and keys.
/Zephyr-latest/doc/build/signing/
Dindex.rst6 Binaries can be optionally signed as part of a build automatically using CMake code, there is
16 ``west flash`` will use the signed binaries.
24 west build -b YOUR_BOARD zephyr/samples/hello_world --sysbuild -d build-hello-signed -- \
27 west flash -d build-hello-signed
51 ``west flash -d build-hello-signed``:
77 the signed images. The file used for signing can be replaced from a sysbuild scope (if being used)
/Zephyr-latest/dts/bindings/usb/
Dusb-audio-feature-volume.yaml17 attention: this attribute is a signed value.
25 attention: this attribute is a signed value.
/Zephyr-latest/modules/
DKconfig.mcuboot48 The signed binaries are placed in the build directory
49 at zephyr/zephyr.signed.bin and zephyr/zephyr.signed.hex.
79 zephyr/zephyr.signed.encrypted.bin and
80 zephyr/zephyr.signed.encrypted.hex.
125 The signed, padded, and confirmed binaries are placed in the build
126 directory at zephyr/zephyr.signed.confirmed.bin and
127 zephyr/zephyr.signed.confirmed.hex.
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst100 The firmware will be signed automatically by the build system with the
106 Upload the :file:`zephyr.signed.confirmed.bin` file to image slot-0
111 west flash --bin-file build/zephyr/zephyr.signed.confirmed.bin
124 This time you need the file :file:`zephyr.signed.bin` from the build directory.
126 Upload the signed image to the server. Click Upload icon in left pane of UI and
128 Then upload the signed image to the server with Upload file Icon.
157 Below steps clone and build the hawkbit with self-signed certificate
181 * Generate the self-signed x509 certificate suitable to use on web server.
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst154 A key feature of MCUboot is that images must be signed before they can be successfully
163 The above command creates an image file called :file:`zephyr.signed.bin` in the
172 Upload the :file:`zephyr.signed.bin` file from the previous to image slot-0 of your
180 west flash --bin-file build/zephyr/zephyr.signed.bin
182 The *signed* image file needs to be used specifically, otherwise the non-signed version
215 * Upload the signed image using :file:`mcumgr`
241 Upload the signed image
244 To upload the signed image, refer to the documentation for your chosen tool, select the new
/Zephyr-latest/include/zephyr/toolchain/
Dxcc_missing_defs.h91 #define __INT8_TYPE__ signed char
103 #define __INT_FAST8_TYPE__ signed char
119 #define __INT_LEAST8_TYPE__ signed char
/Zephyr-latest/scripts/west_commands/
Dsign.py31 This command automates some of the drudgery of creating signed Zephyr
50 To build a signed binary you can load with MCUboot using imgtool,
59 imgtool, this creates zephyr.signed.bin and zephyr.signed.hex
70 To create a signed binary with the rimage tool, run this from your build
132 help='''produce a signed .bin file?
136 help='''signed .bin file name
137 (default: zephyr.signed.bin in the build
144 help='''produce a signed .hex file?
148 help='''signed .hex file name
149 (default: zephyr.signed.hex in the build
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig105 signed integer, and this number regulates how many digits will be used;
110 bool "Signed priorities"
114 them as unsigned. Enabling this option will use signed int for priorities in
117 accept signed integers as priorities.
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst15 binaries should be cryptographically signed and verified before upgrading.
32 TLS/DTLS, and the signed firmware binary is confirmed by MCUboot before the
65 Bluetooth Low Energy (BLE) or UDP. :ref:`mcu_mgr` is used to send a signed
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dtest_upgrade.py19 image_to_test = Path(build_dir) / 'test_{}.signed.bin'.format(
159 Verify that the application is not updated when app is not signed or signed with invalid key
162 been signed:
/Zephyr-latest/dts/bindings/spi/
Dmicrochip,xec-qmspi-ldma.yaml91 An optional signed 8-bit value for adjusting the QMSPI control signal
97 An optional signed 8-bit value for adjusting the QMSPI clock signal
/Zephyr-latest/samples/net/sockets/echo_server/
DKconfig84 bool "Signed certificates"
88 application with signed certificates and keys.
/Zephyr-latest/dts/bindings/input/
Dst,stmpe811.yaml20 Signed raw X axis start for scaling the reported coordinates.
26 Signed raw Y axis start for scaling the reported coordinates.
/Zephyr-latest/soc/aspeed/ast10x0/tools/
Dgen_uart_booting_image.py20 src_len_byte = src_len_align.to_bytes(4, byteorder='little', signed=False)
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwifi_mgmt_scan.h32 signed short signal);
/Zephyr-latest/drivers/sensor/st/vl53l0x/
Dvl53l0x_types.h16 * If it was not the case, we would defined here all signed and unsigned

1234567