Searched refs:sync (Results 226 – 250 of 254) sorted by relevance
1234567891011
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 675 * gptp: clock sync ratio as double, not float 871 * :github:`42794` - samples: Bluetooth: df: Wrong periodic sync termination handling in direction_f… 1026 * :github:`41465` - Periodic advertising sync failure, when "DONT_SYNC_AOA" or "DONT_SYNC_AOD" opti… 1152 * :github:`40317` - Crash in ull.c when stressing periodic advertising sync (scanner side)
|
D | release-notes-3.2.rst | 247 * Added data/instr. sync barriers after writing to ``SCTLR`` to disable MPU. 384 for allowing periodic sync event skipping. 388 * Added support for multiple BIS sync selection within a BIG. 674 * Added support for setting the sync-word and iq-inverted modes in LoRa modems. 1986 * :github:`49540` - Bluetooth: Host: sync termination callback parameters not populated correctly w… 1994 * :github:`49465` - Bluetooth: Controller: Periodic adv. sync. degraded performance on latest main … 2196 * :github:`47860` - Bluetooth: shell: bt init sync enables Bluetooth asynchronously
|
D | release-notes-1.6.rst | 241 * ``ZEP-959`` - sync checkpatch.pl with upstream Linux
|
D | release-notes-2.4.rst | 915 * :github:`28559` - Unable to extend the flash sync API part of the BLE Controller 1073 * :github:`27887` - Event counter may get out of sync when multiple events collide in ticker 1357 * :github:`26555` - uart: uart_nrfx_uarte: async init does not cleanup previous sync rx 1461 * :github:`26080` - gPTP time sync fails if having more than one port 1637 * :github:`24111` - drivers: flash: littlefs: add sync to flash API & update LittleFS to use it
|
D | release-notes-3.5.rst | 146 * Added CAP stream send and tx sync 153 * Fixed BAP issue with PA sync and ID in ``broadcast_sink_create`` 162 * Removed scanning and PA sync from broadcast sink
|
D | release-notes-3.3.rst | 51 allow disabling sync reports, and enable sync report filtering. these two 424 advertising sync object. 503 configurations sync 2709 - :github:`53148` - Bluetooth: Controller: BT_HCI_OP_LE_BIG_TERMINATE_SYNC on syncing BIG sync retu… 2872 * :github:`54613` - Bluetooth: Unable to enable PAST as advertiser without periodic sync support 3021 * :github:`53720` - Bluetooth: Controller: Incorrect address type for PA sync established
|
D | release-notes-3.1.rst | 1366 * :github:`45672` - Bluetooth: Controller: can't cancel periodic advertising sync create betwee ll_… 1797 * :github:`42799` - gptp correction field in sync follow up message does not have correct endianness 1813 …dv:Sync: While simultaneous advertiser are working, and skip is non-zero, sync terminates repeated…
|
D | release-notes-3.7.rst | 1022 SDR up to hex wires DDR communication in sync/async ways. 1378 * Fixed clock master sync send SM if we are not the GM clock.
|
D | release-notes-1.14.rst | 48 * :github:`26080` - gPTP time sync fails if having more than one port 619 * Introduce sync barriers in ARM-specific IRQ lock/unlock functions 1122 * :github:`15333` - hci_uart controller driver loses sync after host driver is reset
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_diskops.c | 1157 rc = fs->backend_ops->sync(fs); in ext2_free_inode()
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 123 :file:`zephyrproject` folder in sync with the code in the local zephyr
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 151 If the log capture fails to find a sync, rerun the capture process.
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 233 two symbols in sync, unless the value of the tracking symbol is changed in a
|
D | tips.rst | 308 of the selecting and selected symbol will never drift out of sync, e.g. when
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 72 struct k_work_sync sync; member 321 k_work_flush_delayable(&wpa_supp_status_work, &wpas_api_ctrl.sync); in wpa_supp_restart_status_work()
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads114s0x.c | 1099 while (result == 0 && k_sem_take(&data->ctx.sync, K_NO_WAIT) != 0) { in ads114s0x_read()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 326 struct k_work_sync sync; in bt_conn_tx_notify() local 333 (void)k_work_flush(&conn->tx_complete_work, &sync); in bt_conn_tx_notify()
|
D | att.c | 3085 struct k_work_sync sync; in att_reset() local 3087 (void)k_work_cancel_delayable_sync(&att->eatt.connection_work, &sync); in att_reset()
|
D | gatt.c | 317 struct k_work_sync sync; member 982 (void)k_work_cancel_delayable_sync(&db_hash.work, &db_hash.sync); in db_hash_read()
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 351 auditable code bases shall be kept in sync after the audit branch is created,
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 169 sync. 1127 some submodules, and you want ``west update`` to keep all of them in sync, 1160 in sync, along with another project named ``bar`` in the same workspace.
|
D | release-notes.rst | 408 ``update.sync-submodules`` configuration option to ``false``.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1123 nor peripheral event would be in sync at either end. Randomness allows 1124 to break this locked round robin pattern permitting an anchor point sync.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 668 You can disable sync support to save some memory if you are calling
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 899 bool "Clock sync using TSF latch"
|
1234567891011