Searched +full:working +full:- +full:directory (Results 1 – 6 of 6) sorted by relevance
1 # Copyright (c) 2022-2023 Nordic Semiconductor ASA2 # SPDX-License-Identifier: Apache-2.011 - main14 - main16 - cron: 0 0 * * *35 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}36 cancel-in-progress: true40 runs-on: ubuntu-latest44 options: '--entrypoint /bin/bash'46 - /home/runners/zephyrproject:/github/cache/zephyrproject[all …]
6 application is able to do, however a working example is certainly9 Please see the comments in the Makefile in this directory for more14 a Debian-based distro:17 $ sudo apt-get install ninja
3 Some of the code in this directory is generated by4 [Fiat](https://github.com/mit-plv/fiat-crypto) and thus these files are9 To generate the field arithmetic procedures in `curve25519.c` from a fiat-crypto15 "unsaturated arithmetic modulo 2^255-19 using 10 limbs of radix 2^25.5 in 32-bit20 The 64-bit implementation uses 5 limbs of radix 2^51 with instruction scheduling21 taken from curve25519-donna-c64. It is found in26 To generate the field arithmetic procedures in `p256.c` from a fiat-crypto31 specifying roughly "64-bit saturated word-by-word Montgomery reduction modulo32 2^256 - 2^224 + 2^192 + 2^96 - 1". Again, everything except for the prime is35 <https://github.com/JasonGross/fiat-crypto/tree/3e6851ddecaac70d0feb484a75360d57f6e41244/src/Specif…[all …]
1 # [Building and using MCUboot with Espressif's chips](#building-and-using-mcuboot-with-espressifs-c…3 The MCUBoot Espressif's port depends on HAL (Hardware Abstraction Layer) sources based on ESP-IDF4 or 3rd party frameworks as such as Zephyr-RTOS (`zephyrproject-rtos/hal_espressif/`) or NuttX RTOS5 (`espressif/esp-hal-3rdparty`). Building the MCUboot Espressif's port and its features is platform7 standalone build version means that ESP-IDF and its toolchain are used as source. For 3rd parties13 ## [SoC support availability](#soc-support-availability)17 | | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 | ESP32-C2 | ESP32-C6 | ESP32-H2 |18 | :----: | :-----: | :-----: | :-----: | :-----: | :---------: | :-----: | :-----: |24 [Memory map organization for OS compatibility](#memory-map-organization-for-os-compatibility).26 ## [Installing requirements and dependencies](#installing-requirements-and-dependencies)[all …]
3 - Table of Contents8 - Boot serial: Add response to echo command if support is not12 - Added support for using builtin keys for image validation14 - Enforce that TLV entries that should be protected are.16 - bootutil: Fixed issue with comparing sector sizes for20 - bootutil: Added debug logging to show write location of swap status23 - Update ptest to support test selection. Ptest can now be invoked with `list`24 to show the available tests and `run` to run them. The `-t` argument will26 - Allow sim tests to skip slow tests. By setting `MCUBOOT_SKIP_SLOW_TESTS` in31 - Zephyr: Fixes support for disabling instruction/data caches prior[all …]
1 <!--2 - SPDX-License-Identifier: Apache-2.04 - Copyright (c) 2017-2020 Linaro LTD5 - Copyright (c) 2017-2019 JUUL Labs6 - Copyright (c) 2019-2024 Arm Limited8 - Original license:10 - Licensed to the Apache Software Foundation (ASF) under one11 - or more contributor license agreements. See the NOTICE file12 - distributed with this work for additional information13 - regarding copyright ownership. The ASF licenses this file[all …]