Home
last modified time | relevance | path

Searched full:app (Results 1 – 25 of 41) sorted by relevance

12

/mcuboot-3.6.0/boot/zephyr/
Dsample.yaml22 extra_args: DTC_OVERLAY_FILE="./usb_cdc_acm.overlay;app.overlay"
27 DTC_OVERLAY_FILE="./boards/nrf52840_big.overlay;app.overlay"
34 DTC_OVERLAY_FILE="./boards/nrf52840_single_slot.overlay;app.overlay"
40 extra_args: DTC_OVERLAY_FILE="./boards/nrf52840dk_qspi_nor_secondary.overlay;app.overlay"
47 extra_args: DTC_OVERLAY_FILE="./boards/nrf52840dk_ram_multi.overlay;app.overlay"
/mcuboot-3.6.0/boot/cypress/BlinkyApp/
DReadme.md47 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT
56 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x10000
62 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT
80 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT HEADER_OFFSET=0x20000
90 …make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x7FE8000 ERASED_V…
98 …make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x8028000 ERASED_V…
108 … make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x20000 ENC_IMG=1
/mcuboot-3.6.0/boot/espressif/hal/src/esp32s3/
Dapp_cpu_start.c27 // Enable clock and reset APP CPU. Note that OpenOCD may have already in appcpu_start()
28 // enabled clock and taken APP CPU out of reset. In this case don't reset in appcpu_start()
29 // APP CPU again, as that will clear the breakpoints which may have already in appcpu_start()
/mcuboot-3.6.0/docs/
Dreadme-mynewt.md4 when building an app that will be run with MCUboot as the bootloader and
6 must be added as a new dependency for this app.
21 Then update your app's `pkg.yml` adding the extra dependency:
/mcuboot-3.6.0/boot/mynewt/
DREADME.md3 This sample app implements a bootloader for the Mynewt OS (apache.mynewt.org).
4 This app requires the following Mynewt repositories:
Dsyscfg.yml23 description: 'Set to indicate that this app is a bootloader.'
Dpkg.yml21 pkg.type: app
/mcuboot-3.6.0/boot/cypress/MCUBootApp/
DExternalMemory.md45 `[0x10038000, 0x10048000]` - primary2 slot for user app ;
47 `[0x18040000, 0x18050000]` - secondary2 slot for user app;
53 **Note 1**: make sure primary, secondary slot and bootloader app sizes are appropriate and correspo…
74 …make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x7FE8000 ERASED_V…
Dmain.c95 * the image before this bootloader app can enable CM4 in do_boot(), we need in main()
144 /* initialize watchdog timer. it should be updated from user app in main()
145 * to mark successful start up of this app. if the watchdog is not updated, in main()
DREADME.md31 **Important**: make sure primary, secondary slot and bootloader app sizes are appropriate and corre…
146 make app APP_NAME=MCUBootApp PLATFORM=PSOC_062_2M BUILDCFG=Debug MCUBOOT_IMAGE_NUMBER=1
150 make app APP_NAME=MCUBootApp PLATFORM=PSOC_062_2M BUILDCFG=Release MCUBOOT_IMAGE_NUMBER=2
168 … make app APP_NAME=MCUBootApp PLATFORM=PSOC_062_2M BUILDCFG=Debug MCUBOOT_IMAGE_NUMBER=1 ENC_IMG=1
/mcuboot-3.6.0/samples/zephyr/hello-world/
DCMakeLists.txt24 target_compile_definitions(app PRIVATE "-DMCUBOOT_HELLO_WORLD_FROM=\"${FROM_WHO}\"")
26 target_sources(app PRIVATE src/main.c)
/mcuboot-3.6.0/ci/mynewt_targets/swap_move/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/ci/mynewt_targets/basic/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/ci/mynewt_targets/bootserial/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/ci/mynewt_targets/rsa_kw/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/ci/mynewt_targets/rsa_overwriteonly/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/ci/mynewt_targets/rsa_rsaoaep/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/ci/mynewt_targets/rsa_rsaoaep_bootstrap/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/ci/mynewt_targets/ecdsa/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/ci/mynewt_targets/ecdsa_kw/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/ci/mynewt_targets/rsa/
Dtarget.yml20 target.app: "@mcuboot/boot/mynewt"
/mcuboot-3.6.0/samples/zephyr/
DMakefile43 # "primary slot". This should boot into this app, print a small message, and
48 # then revert back to the first app, since we did not mark this image
73 # that used to build the app.
/mcuboot-3.6.0/boot/cypress/
DMakefile131 .PHONY: all app build clean pre_build post_build
133 all: clean app
135 app: target
/mcuboot-3.6.0/testplan/mynewt/apps/blinky/
Dpkg.yml21 pkg.type: app
/mcuboot-3.6.0/testplan/mynewt/apps/slinky/
Dpkg.yml21 pkg.type: app

12