Searched refs:changed (Results 101 – 125 of 169) sorted by relevance
1234567
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 59 engineering choice, and may be changed if experience indicates
|
/Zephyr-latest/boards/toradex/verdin_imx8mm/doc/ |
D | index.rst | 124 which can be connected to the LED of the Verdin Development Board or changed in the
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 254 characters. Each time terminal screen width is changed resize command
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 38 * Emulator creation APIs have changed to better match 99 * MCUmgr transport Kconfigs have changed from ``select`` to ``depends on`` 121 changed to be prefixed with ``fs_mgmt_`` to retain alignment with other 568 changed from physical UART (which is not connected to anything on the 577 On some boards, previous PLL SAI configuration has been changed to above options, 598 * ``zephyr_code_relocate`` API has changed to accept a list of files to 1534 - property ``#pwm-cells`` const value changed from 2 to 3 1544 - property ``clkout-divider`` enum value changed from [1, 2, 4, 6, 8, 10, 12, 14] to None 1565 - property ``#dma-cells`` const value changed from 1 to 2 1571 - property ``disctrl`` default value changed from [10, 130, 39] to [10, 130, 39, 4] [all …]
|
D | release-notes-1.11.rst | 205 * :github:`1926` - build system does not re-link if linker script changed 462 * :github:`6127` - net: Semantics of CONFIG_NET_BUF_POOL_USAGE changed (incorrectly)
|
D | release-notes-1.8.rst | 123 * Host: GATT database changed to a linked list in preparation for dynamic allocation
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 549 bool changed; in set_change_aware_no_store() local 552 changed = !atomic_test_and_set_bit(cfg->flags, CF_CHANGE_AWARE); in set_change_aware_no_store() 554 changed = atomic_test_and_clear_bit(cfg->flags, CF_CHANGE_AWARE); in set_change_aware_no_store() 559 return changed; in set_change_aware_no_store() 564 bool changed = set_change_aware_no_store(cfg, aware); in set_change_aware() local 567 if (changed) { in set_change_aware() 571 (void)changed; in set_change_aware()
|
D | Kconfig | 45 # changed if required by architecture 62 NOTE: This is an advanced setting and should not be changed unless 681 can also be changed by calling `bt_conn_set_bondable()` if the configuration
|
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/ |
D | index.rst | 303 cannot be changed either through IO MUX or GPIO Matrix. REF_CLK can only 304 be selected from GPIO0, GPIO16 or GPIO17 and it can not be changed through
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 101 The IP address above is the inner tunnel endpoint, and can be changed and
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 174 another ``make html`` and the output layout and style is changed.
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 102 The CAN controller mode and timing can only be changed while the CAN controller is stopped, which
|
D | controller.rst | 58 changed at run-time from the timing-API.
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 474 this combination have changed starting with v0.10.x. See the v0.10.0 release 491 manifest imports is discouraged. The resulting behavior has changed in west 801 - The default format string for ``west list`` was changed to ``"{name:12}
|
D | west-apis.rst | 460 The parameters were incompatibly changed from previous versions.
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 422 being changed. It can also identify the change's wider 436 changed the same file as inspiration. 814 #. When things look good, start the pull request process by adding your changed 817 git add [file(s) that changed, add -p if you want to be more specific]
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 37 its state is changed to signal the requested condition has been met.
|
/Zephyr-latest/doc/services/settings/ |
D | index.rst | 154 whether a value changed by the application. Such a storage mechanism implies
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 241 as ``function``. This can be changed by adding to .yaml file ``pytest_dut_scope`` keyword placed
|
/Zephyr-latest/cmake/modules/ |
D | dts.cmake | 355 # output having not changed
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 146 changed. A device can be deinitialized with :c:func:`usbd_shutdown` and all
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 41 The file :file:`src/config.h` also contains some variables that may be changed:
|
/Zephyr-latest/ |
D | LICENSE | 98 stating that You changed the files; and
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/doc/ |
D | index.rst | 444 - SoC changed from MIMXRT1052DVL6\ **A** to MIMXRT1052DVL6\ **B**
|
/Zephyr-latest/doc/develop/api/ |
D | api_lifecycle.rst | 200 The API version shall be changed to signal backward incompatible changes. This
|
1234567