Searched refs:app (Results 1 – 14 of 14) sorted by relevance
3 This sample app implements a bootloader for the Mynewt OS (apache.mynewt.org).4 This app requires the following Mynewt repositories:
24 target_compile_definitions(app PRIVATE "-DMCUBOOT_HELLO_WORLD_FROM=\"${FROM_WHO}\"")26 target_sources(app PRIVATE src/main.c)
4 when building an app that will be run with MCUboot as the bootloader and6 must be added as a new dependency for this app.21 Then update your app's `pkg.yml` adding the extra dependency:
22 ## Main app and calling the bootloader25 so an entry point must be provided. This is likely a typical `app` for the
126 target/app!
72 bootutil: Add active slot number and max app size to shared data236 - Added possibility to enter deep sleep mode after MCUboot app execution
47 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT56 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=UPGRADE HEADER_OFFSET=0x1000062 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT80 make app APP_NAME=BlinkyApp PLATFORM=PSOC_062_2M IMG_TYPE=BOOT HEADER_OFFSET=0x2000090 …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
131 .PHONY: all app build clean pre_build post_build133 all: clean app135 app: target
45 `[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…
31 **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=1150 make app APP_NAME=MCUBootApp PLATFORM=PSOC_062_2M BUILDCFG=Release MCUBOOT_IMAGE_NUMBER=2168 … make app APP_NAME=MCUBootApp PLATFORM=PSOC_062_2M BUILDCFG=Debug MCUBOOT_IMAGE_NUMBER=1 ENC_IMG=1
18 BLINKY2_IMG := bin/targets/$(BLINKY2)/app/apps/blinky/blinky.img
46 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
43 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
44 /* The app may use RAM for static allocations up to the start of iram_loader_seg.