Searched full:user (Results 1 – 25 of 36) sorted by relevance
12
/mcuboot-2.7.6/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | startup_psoc6_02_cm0plus.S | 95 .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 …]
|
D | cy8c6xxa_cm0plus.ld | 77 …_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User data */ 334 /* Supervisory Flash: User data */
|
/mcuboot-2.7.6/boot/cypress/BlinkyApp/ |
D | main.c | 38 #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()
|
D | Readme.md | 26 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-2.7.6/docs/ |
D | readme-mbed.md | 37 ### Building a user application 39 …user application, set `"mcuboot.bootloader-build"` to `false` so MCUboot is built as a _library on…
|
D | readme-mynewt.md | 17 user: mcu-tools
|
D | imgtool.md | 11 pip3 install --user -r scripts/requirements.txt
|
D | readme-zephyr.md | 39 pip3 install --user -r scripts/requirements.txt
|
/mcuboot-2.7.6/testplan/mynewt/ |
D | project.yml | 29 user: apache 35 user: mcu-tools
|
/mcuboot-2.7.6/boot/cypress/MCUBootApp/ |
D | ExternalMemory.md | 16 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;
|
D | main.c | 69 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()
|
D | README.md | 158 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…
|
D | MCUBootApp.ld | 78 …_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User data */ 334 /* Supervisory Flash: User data */
|
/mcuboot-2.7.6/ci/ |
D | sim_install.sh | 15 pip3 install --user -r ci/requirements.txt
|
/mcuboot-2.7.6/ |
D | project.yml | 30 user: apache
|
/mcuboot-2.7.6/boot/mbed/src/ |
D | secondary_bd.cpp | 29 * This is a weak symbol so the user can override it.
|
/mcuboot-2.7.6/boot/cypress/MCUBootApp/os/ |
D | os.h | 13 * disclaimers, and limitations in the end user license agreement accompanying
|
/mcuboot-2.7.6/boot/zephyr/ |
D | CMakeLists.txt | 10 # and fits inside, the boot partition. (If the user specified a 30 # chip was just erased. The next thing the user is going to want to do
|
/mcuboot-2.7.6/boot/cypress/libs/retarget_io_pdl/ |
D | cy_retarget_io_pdl.h | 8 * using the tx and rx pins provided by the user of this library. The UART
|
/mcuboot-2.7.6/boot/cypress/platforms/retarget_io_pdl/ |
D | cy_retarget_io_pdl.h | 8 * using the tx and rx pins provided by the user of this library. The UART
|
/mcuboot-2.7.6/ext/mbedtls-asn1/include/mbedtls/ |
D | platform_util.h | 86 * mbedtls_platform_gmtime_r() supplied by the user at compile time.
|
/mcuboot-2.7.6/boot/cypress/ |
D | README.md | 61 Instructions on how to build and upload MCUBootApp bootloader application and sample user applocati…
|
/mcuboot-2.7.6/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 81 …_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User data */ 341 /* Supervisory Flash: User data */
|
/mcuboot-2.7.6/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 187 cooperation of the legal user to produce an exponentially high number of 293 battery test to produce meaningful conclusions, we suggest the user to evaluate
|
/mcuboot-2.7.6/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 80 …_user_data (rx) : ORIGIN = 0x16000800, LENGTH = 0x800 /* Supervisory flash: User data */ 352 /* Supervisory Flash: User data */
|
12