Home
last modified time | relevance | path

Searched full:boot_serial (Results 1 – 25 of 28) sorted by relevance

12

/mcuboot-3.6.0/boot/espressif/include/serial_adapter/
Dserial_adapter.h11 * in boot_serial.h
17 * in boot_serial.h
/mcuboot-3.6.0/boot/zephyr/
Dboot_serial_extensions.c10 #include "../boot_serial/src/boot_serial_priv.h"
12 #include <boot_serial/boot_serial_extensions.h>
Dboot_serial_extension_zephyr_basic.c18 #include "../boot_serial/src/boot_serial_priv.h"
25 #include <boot_serial/boot_serial_extensions.h>
DCMakeLists.txt73 SECTIONS include/boot_serial/boot_serial.ld
257 zephyr_sources(${BOOT_DIR}/boot_serial/src/boot_serial.c)
258 zephyr_sources(${BOOT_DIR}/boot_serial/src/zcbor_bulk.c)
261 zephyr_include_directories(${BOOT_DIR}/boot_serial/include)
271 ${BOOT_DIR}/boot_serial/src/boot_serial_encryption.c
Dmain.c69 #include "boot_serial/boot_serial.h"
/mcuboot-3.6.0/boot/boot_serial/test/
Dpkg.yml18 pkg.name: boot/boot_serial/test
26 - "@mcuboot/boot/boot_serial"
Dsyscfg.yml19 # Package: boot/boot_serial/test
/mcuboot-3.6.0/boot/boot_serial/
Dpkg.yml20 pkg.name: boot/boot_serial
21 pkg.description: The boot_serial library is used when downloading image over serial port.
/mcuboot-3.6.0/boot/mynewt/
Dpkg.yml44 pkg.deps.BOOT_SERIAL:
45 - "@mcuboot/boot/boot_serial"
Dsyscfg.yml25 BOOT_SERIAL:
/mcuboot-3.6.0/boot/boot_serial/test/src/
Dboot_test.c34 #include "boot_serial/boot_serial.h"
/mcuboot-3.6.0/
D.mbedignore1 boot/boot_serial/*
/mcuboot-3.6.0/ci/mynewt_targets/bootserial/
Dsyscfg.yml23 BOOT_SERIAL: 1
/mcuboot-3.6.0/boot/mynewt/boot_uart/
Dpkg.yml21 pkg.description: "For interfacing with uart from boot_serial"
/mcuboot-3.6.0/ci/
Dmynewt_run.sh30 newt test boot/boot_serial
/mcuboot-3.6.0/ci/mynewt_targets/basic/
Dsyscfg.yml20 BOOT_SERIAL: 0
/mcuboot-3.6.0/ci/mynewt_targets/swap_move/
Dsyscfg.yml20 BOOT_SERIAL: 0
/mcuboot-3.6.0/docs/
Dreadme-mynewt.md42 Building with `BOOT_SERIAL: 1` enables some basic management functionality
Drelease-notes.md43 - Fixed an issue with boot_serial repeats not being processed when
47 - Fixed an issue with the boot_serial zcbor setup encoder function
142 - `boot_serial` changed to use cddl-gen, which removes the dependency
200 - boot/boot_serial: allow nonaligned last image data chunk
Dindex.md73 - [boot/boot\_serial](https://github.com/mcu-tools/mcuboot/tree/main/boot/boot_serial) - Support fo…
/mcuboot-3.6.0/boot/mynewt/src/
Dmain.c39 #include <boot_serial/boot_serial.h>
/mcuboot-3.6.0/boot/espressif/
Dmain.c20 #include "boot_serial/boot_serial.h"
DCMakeLists.txt121 set(BOOT_SERIAL_DIR ${MCUBOOT_ROOT_DIR}/boot/boot_serial)
309 ${BOOT_SERIAL_DIR}/src/boot_serial.c
/mcuboot-3.6.0/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_config.h32 #if MYNEWT_VAL(BOOT_SERIAL)
/mcuboot-3.6.0/boot/bootutil/include/bootutil/
Dboot_hooks.h160 /** Hook will be invoked when boot_serial requests device reset.

12