Searched refs:been (Results 1 – 25 of 466) sorted by relevance
12345678910>>...19
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.2.rst | 33 tool for flashing by default have been modified to instead default to the new 41 * The config option :kconfig:option:`CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME` has been deprecated 48 …While there are no major functional changes, the device tree structure has been significantly revi… 75 * ``counter_native_posix`` has been renamed ``counter_native_sim``, and with it its 76 kconfig options and DT binding. :dtcompatible:`zephyr,native-posix-counter` has been deprecated 84 * ``fake_entropy_native_posix`` has been renamed ``fake_entropy_native_sim``, and with it its 85 kconfig options and DT binding. :dtcompatible:`zephyr,native-posix-rng` has been deprecated 100 been changed. The previous role of :dtcompatible:`raspberrypi,rpi-gpio` has been migrated to 103 The labels have also been changed along, so no changes are necessary for regular use. 112 :zephyr_file:`include/zephyr/bluetooth/conn.h` have been renamed [all …]
|
D | migration-guide-4.0.rst | 24 * The imgtool part of ``west sign`` has been deprecated, options to be supplied to imgtool when 36 * ``native_posix`` has been deprecated in favour of 70 …have been removed because Mbed TLS doesn't support TLS 1.0 and 1.1 anymore since v3.0. (:github:`7… 90 the image version. This has been changed as the implicit counter calculation is incompatible with 104 * ``zcbor_simple_*()`` functions have been removed to avoid confusion about their use. 120 * The ``compatible`` of the LiteX ethernet controller has been renamed from 123 * The ``compatible`` of the LiteX uart controller has been renamed from 126 * The devicetree bindings for the Microchip ``mcp23xxx`` series have been split up. Users of 129 The ``ngpios`` devicetree property has been removed, since it is implied by the model name. 134 * The ``power-domain`` property has been removed in favor of ``power-domains``. [all …]
|
D | migration-guide-3.6.rst | 21 * The deprecated ``prj_<board>.conf`` Kconfig file support has been removed, projects that use 46 :kconfig:option:`CONFIG_HEAP_MEM_POOL_IGNORE_MIN` option has been introduced (which defaults 55 * The deprecated Nordic SoC Kconfig option ``NRF_STORE_REBOOT_TYPE_GPREGRET`` has been removed, 67 The following modules have been made optional and are not downloaded with `west update` by default 79 * MCUboot's deprecated ``CONFIG_ZEPHYR_TRY_MASS_ERASE`` Kconfig option has been removed. If an 88 been overhauled, so the code using the generated code must likely be changed. 104 * The function :c:func:`zcbor_tag_encode` has been renamed to :c:func:`zcbor_tag_put`. 106 * Printing has been changed significantly, e.g. :c:func:`zcbor_print` is now called 245 and :ref:`native_sim<native_sim>` with or without an embedded C-library, has been renamed to 353 * The :dtcompatible:`nxp,pcf8574` driver has been renamed to [all …]
|
D | migration-guide-4.1.rst | 26 * Support for the build type feature which was deprecated in Zephyr 3.6 has been removed, 31 * The Kconfig ``SB_CONFIG_MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH`` has been deprecated and replaced 38 The ``bossac`` runner has been changed to no longer do a full erase by default when flashing. To 48 The k_pipe API has been reworked and the API used in ``CONFIG_PIPES`` is now deprecated. 86 * New options for stack canaries have been added, providing users with finer control over stack 109 * CAN1 and USART1 have been disabled on the ``stm32f4_disco``, because of 117 :dtcompatible:`microchip,cap12xx` and has been updated to support multiple 121 The :kconfig:option:`CONFIG_INPUT_CAP1203_POLL` has been removed: 124 The :kconfig:option:`CONFIG_INPUT_CAP1203_PERIOD` has been replaced with 333 These functions have not been modified. [all …]
|
D | release-notes-4.1.rst | 36 Multiple performance improvements of core Zephyr kernel functions have been implemented, 40 benchmark has also been added to make it easier for developers to measure the performance of 57 :ref:`new shields <shields_added_in_zephyr_4_1>` has been added in this release. 93 * The legacy Bluetooth HCI driver API has been removed. It has been replaced 99 have been removed. 103 CAN API functions have been removed. 105 * The ``can_calc_prescaler()`` CAN API function has been removed. 107 * The :kconfig:option:`CONFIG_NET_SOCKETS_POSIX_NAMES` option has been 119 * The ``video_stream_start()`` and ``video_stream_stop()`` driver APIs have been 124 * The :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE` option has been removed [all …]
|
D | migration-guide-3.7.rst | 67 * The header file :zephyr_file:`include/zephyr/arch/arch_interface.h` has been moved from 100 * The Kconfig options previously named ``CONFIG_MBEDTLS_MAC_*_ENABLED`` have been renamed. 101 The ``_MAC`` and ``_ENABLED`` parts have been removed from their names. (:github:`73267`) 102 * The :kconfig:option:`CONFIG_MBEDTLS_HASH_ALL_ENABLED` Kconfig option has been fixed to actually 105 * The ``CONFIG_MBEDTLS_HASH_SHA*_ENABLED`` Kconfig options have been removed. They were duplicates 107 * The ``CONFIG_MBEDTLS_MAC_ALL_ENABLED`` Kconfig option has been removed. Its equivalent is the 123 * The default MCUboot signature type has been changed from RSA-3072 to EC-P256. 140 to :dtcompatible:`nxp,pit` and has been updated to support multiple channels. 143 The :kconfig:option:`CONFIG_COUNTER_MCUX_PIT` has also been renamed to 166 * The :dtcompatible:`nxp,kinetis-ethernet` has been deprecated in favor of [all …]
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 38 This has been fixed in release v1.14.0. 57 This has been fixed in release v1.14.0. 95 This has been fixed in releases v1.14.2, v2.2.0, and v2.1.1. 119 This has been fixed in releases v1.14.2, and v2.2.0. 145 This has been fixed in the below pull requests for main, branch from 173 This has been fixed in releases v1.14.2, v2.2.0, and in a branch from 201 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch 227 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch 251 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch 277 This has been fixed in a branch from v2.1.0, and release v2.2.0. [all …]
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/ |
D | README.rst | 12 The sample application runs a model that has been downloaded from the 14 been optimized using the 18 where the operators supported by Ethos-U have been replaced by an Ethos-U custom 40 Assuming that the Corstone-300 FVP has been downloaded, installed and added to
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 12 There are two different processes: one for issues that have also been fixed in the current 49 In case the reported bug in a previous version has already been fixed in the current version, the d… 54 * The SHAs of the commits, if the PR has already been merged 82 … ``<sha>`` indicates the SHA of the commit after it has been already merged in the current version. 139 * ``upstream`` - if the fix has originally been merged to the upstream repository. 140 …* ``zephyr`` - if the fix has been applied to the Zephyr internal MCUmgr library (past 2.7 version… 142 ``<pr_num>`` is the number of the original pull request that has already been merged. 145 request 137, which has already been merged to the upstream repository of MCUmgr. 160 …you are responsible for such a merge to happen as soon as possible after the MCUmgr fixes have been
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/ |
D | hse_css.overlay | 8 * Warning: This overlay assumes the HSE clock has already been enabled,
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/boards/ |
D | hse_css.overlay | 8 * Warning: This overlay assumes the HSE clock has already been enabled,
|
/Zephyr-latest/doc/project/ |
D | code_flow.rst | 41 has been completed. When a branch is requested, the proposal should include the 62 - GitHub pull requests: for example, when reviews have not been done in the local 64 - Merge requests: When a set of changes has been done in a local branch and 65 has been reviewed and tested in a collaboration branch.
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 144 bool "MCUboot has been configured for single slot execution" 153 bool "MCUboot has been configured for swap using offset operation" 159 if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION. 162 bool "MCUboot has been configured for swap using move operation" 168 if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION. 171 bool "MCUboot has been configured for swap without scratch operation [DEPRECATED]" 178 bool "MCUboot has been configured for swap using scratch operation" 187 if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION. 190 bool "MCUboot has been configured to just overwrite primary slot" 203 bool "MCUboot has been configured for RAM LOAD operation" [all …]
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/ |
D | README.rst | 18 When multi-player mode has been selected the game will try to look for 19 and connect to a second micro:bit which has also been set into multi-player
|
/Zephyr-latest/soc/ti/lm3s6965/ |
D | Kconfig.soc | 12 # Platform has only been tested on QEMU, not on real hardware, so always
|
/Zephyr-latest/doc/services/crypto/ |
D | index.rst | 10 The following crypto libraries have been included:
|
/Zephyr-latest/samples/subsys/fs/zms/ |
D | Kconfig | 12 …int "The number of iterations after the sample delete all set of data and verify that it has been …
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_chmu/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_terminate/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/ |
D | Kconfig | 5 # the following configs been set
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/ |
D | Kconfig | 5 # the following configs been set
|
12345678910>>...19