Home
last modified time | relevance | path

Searched refs:app (Results 1 – 14 of 14) sorted by relevance

/mcuboot-latest/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:
/mcuboot-latest/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-latest/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:
DPORTING.md22 ## Main app and calling the bootloader
25 so an entry point must be provided. This is likely a typical `app` for the
Dtestplan-mynewt.md126 target/app!
Drelease-notes.md72 bootutil: Add active slot number and max app size to shared data
236 - Added possibility to enter deep sleep mode after MCUboot app execution
/mcuboot-latest/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-latest/boot/cypress/
DMakefile131 .PHONY: all app build clean pre_build post_build
133 all: clean app
135 app: target
/mcuboot-latest/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…
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-latest/testplan/mynewt/
DMakefile18 BLINKY2_IMG := bin/targets/$(BLINKY2)/app/apps/blinky/blinky.img
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld46 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld43 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld44 /* The app may use RAM for static allocations up to the start of iram_loader_seg.