Home
last modified time | relevance | path

Searched full:user (Results 1 – 25 of 45) sorted by relevance

12

/mcuboot-3.5.0/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dstartup_psoc6_02_cm0plus.S95 .long NvicMux0_IRQHandler /* CPU User Interrupt #0 */
96 .long NvicMux1_IRQHandler /* CPU User Interrupt #1 */
97 .long NvicMux2_IRQHandler /* CPU User Interrupt #2 */
98 .long NvicMux3_IRQHandler /* CPU User Interrupt #3 */
99 .long NvicMux4_IRQHandler /* CPU User Interrupt #4 */
100 .long NvicMux5_IRQHandler /* CPU User Interrupt #5 */
101 .long NvicMux6_IRQHandler /* CPU User Interrupt #6 */
102 .long NvicMux7_IRQHandler /* CPU User Interrupt #7 */
134 …* The user of this function is responsible for initializing the PDL and resources before using the…
352 def_irq_handler NvicMux0_IRQHandler /* CPU User Interrupt #0 */
[all …]
Dcy8c6xxa_cm0plus.ld77 …_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User data */
334 /* Supervisory Flash: User data */
/mcuboot-3.5.0/boot/cypress/BlinkyApp/
Dmain.c38 #warning "Check if User LED is correct for your target board."
70 … "[BlinkyApp] Update watchdog timer started in MCUBootApp to mark successful start of user app\r\n"
129 /* Toggle the user LED periodically */ in main()
132 /* Invert the USER LED state */ in main()
DReadme.md26 2. Port `GPIO_PRT13` pin `7U` used to define user connection LED. This pin is the most commonly use…
110 This also suggests user already placed corresponing `*.pem` key in `\keys` folder. The key variable…
146 When user application programmed in BOOT slot:
156 When user application programmed in UPRADE slot and upgrade procedure was successful:
/mcuboot-3.5.0/docs/
Dreadme-mbed.md37 ### Building a user application
39user application, set `"mcuboot.bootloader-build"` to `false` so MCUboot is built as a _library on…
Dreadme-mynewt.md17 user: mcu-tools
/mcuboot-3.5.0/testplan/mynewt/
Dproject.yml29 user: apache
35 user: mcu-tools
/mcuboot-3.5.0/boot/boot_serial/src/
Dzcbor_bulk.h36 * type function from zcbor or a user provided implementation
62 * type function from zcbor or a user provided implementation
82 * user; val_ptr? are pointers to variables where decoder function for
/mcuboot-3.5.0/boot/cypress/MCUBootApp/
DExternalMemory.md16 It is assumed that user's design meets following:
45 `[0x10038000, 0x10048000]` - primary2 slot for user app ;
47 `[0x18040000, 0x18050000]` - secondary2 slot for user app;
Dmain.c69 BOOT_LOG_INF("Starting User Application on CM4 (wait)..."); in do_boot()
143 BOOT_LOG_INF("User Application validated successfully"); in main()
144 /* initialize watchdog timer. it should be updated from user app in main()
DREADME.md158 To protect user image from unwanted read - Upgrade Image Encryption can be applied. The ECDH/HKDF w…
162 User is also responsible for providing corresponding binary key data in `enc_priv_key[]` (file `\MC…
DMCUBootApp.ld78 …_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User data */
334 /* Supervisory Flash: User data */
/mcuboot-3.5.0/ci/
Dsim_install.sh15 pip3 install --user -r ci/requirements.txt
/mcuboot-3.5.0/
Dproject.yml30 user: apache
/mcuboot-3.5.0/boot/mbed/src/
Dsecondary_bd.cpp29 * This is a weak symbol so the user can override it.
/mcuboot-3.5.0/boot/espressif/include/sysflash/
Dsysflash.h11 //! A user-defined identifier for different storage mediums
/mcuboot-3.5.0/boot/cypress/MCUBootApp/os/
Dos.h13 * disclaimers, and limitations in the end user license agreement accompanying
/mcuboot-3.5.0/ext/mbedtls-asn1/include/
Dcommon.h52 * their members are private and should not be accessed by the user.
/mcuboot-3.5.0/boot/zephyr/
DKconfig414 bool "External (user-provided code)"
417 Use a custom user-specified storage.
682 for some level of user feedback, for instance to change LED status to
744 if swapping is not used (that is, BOOT_UPGRADE_ONLY is set). If a user
/mcuboot-3.5.0/ext/mbedtls-asn1/include/mbedtls/
Dbuild_info.h70 * Allow user to override any previous default.
Dplatform_util.h105 * mbedtls_platform_gmtime_r() supplied by the user at compile time.
/mcuboot-3.5.0/boot/cypress/libs/retarget_io_pdl/
Dcy_retarget_io_pdl.h8 * using the tx and rx pins provided by the user of this library. The UART
/mcuboot-3.5.0/boot/cypress/platforms/retarget_io_pdl/
Dcy_retarget_io_pdl.h8 * using the tx and rx pins provided by the user of this library. The UART
/mcuboot-3.5.0/boot/cypress/
DREADME.md61 Instructions on how to build and upload MCUBootApp bootloader application and sample user applocati…
/mcuboot-3.5.0/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld81 …_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User data */
341 /* Supervisory Flash: User data */

12