Searched refs:changed (Results 76 – 100 of 169) sorted by relevance
1234567
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 1000 bool changed = (config->expected_rx_time - nrf5_data.csl_rx_time) % period_ns; in nrf5_configure() local 1004 if (changed) in nrf5_configure()
|
/Zephyr-latest/cmake/modules/ |
D | kconfig.cmake | 340 # the dependencies has changed 446 # Remove those who might have changed compared to earlier runs, if they no longer appears.
|
D | kernel.cmake | 84 # paths can be changed, e.g. to flash signed versions of these files
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 158 prepended to each log message. Tag can be changed at runtime.
|
/Zephyr-latest/boards/nxp/frdm_mcxc242/doc/ |
D | index.rst | 144 firmware was changed. To put the board in ``DFU mode`` to program the firmware,
|
/Zephyr-latest/boards/nxp/frdm_mcxc444/doc/ |
D | index.rst | 141 firmware was changed. To put the board in ``DFU mode`` to program the firmware,
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 29 can be changed using :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. 35 server instance. This port number can be changed for a port that best suits the
|
/Zephyr-latest/cmake/linker_script/common/ |
D | common-rom.cmake | 17 # ld align has been changed to subalign to provide identical behavior scatter vs. ld.
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 203 address. The UDP port is by default ``4242`` but that can be changed when
|
/Zephyr-latest/boards/others/neorv32/doc/ |
D | index.rst | 87 standard NEORV32 bootloader. The baudrate can be changed by modifying the
|
/Zephyr-latest/boards/nxp/frdm_mcxa156/doc/ |
D | index.rst | 127 firmware was changed. To put the board in ``DFU mode`` to program the firmware,
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/doc/ |
D | index.rst | 139 firmware was changed. To put the board in ``DFU mode`` to program the firmware,
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 10 difficulty in accessing them. The Internet of Things has changed 158 changed information like keys and passwords)
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 45 data, and cannot be changed at runtime. The end of the opcode list is 270 field can be changed at any time.
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 644 def _set_conf_changed(changed): argument 649 _conf_changed = changed 650 if changed:
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 84 Suppose we use a 4 bytes state variable that is changed every minute and
|
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/ |
D | index.rst | 101 firmware was changed. To put the board in ``DFU mode`` to program the firmware,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 56 Track changes are signalled as notifications of the *track changed* 229 Track changed
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 74 Notice how ``lib\site-packages`` in the ``pip3 show`` output was changed
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 47 meaning that the specific implementation can be changed without
|
/Zephyr-latest/doc/services/input/ |
D | gpio-kbd.rst | 198 The actual key mask can be changed at runtime by enabling
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/doc/ |
D | index.rst | 160 firmware was changed. To put the board in ``DFU mode`` to program the firmware,
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 40 being changed. Many changes fall under the "trivial" category that can be 279 Note: Issue priorities are generally set or changed during the bug-triage or TSC
|
D | project_roles.rst | 164 An *Assignee* is one of the maintainers of a subsystem or code being changed. 165 Assignees are set either automatically based on the code being changed or set
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 64 automatically but have changed from ``select`` options in Kconfig files to 101 automatically but have changed from ``select`` options in Kconfig files to 168 * The declaration of :c:func:`main` has been changed from ``void 205 Note that the structure for the notification has changed, the ``upload`` bool 1217 * TWT intervals are changed from milliseconds to microseconds, interval 1324 * MCUmgr Kconfig options have changed from ``select`` to ``depends on`` which
|
1234567