/Zephyr-latest/drivers/modem/ |
D | Kconfig.hl7800 | 286 int "Size of the stack for the HL7800 modem driver work queue" 289 This stack is used by the work queue to pass off net_pkt data
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | rbtree.rst | 26 the algorithm to work correctly. 98 intrusive, that cannot work. Zephyr must include somewhat more
|
/Zephyr-latest/boards/seeed/xiao_esp32s3/doc/ |
D | index.rst | 91 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 209 The usual ``flash`` target will work with the ``xiao_esp32s3`` board
|
/Zephyr-latest/doc/services/mem_mgmt/ |
D | index.rst | 64 to use this information to do some work (for example creating an MPU region 66 the usual devicetree helpers to perform the required work / setting. Note,
|
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/doc/ |
D | index.rst | 135 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 242 The usual ``flash`` target will work with the ``heltec_wireless_stick_lite_v3`` board
|
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/src/ |
D | main.c | 87 static void work_handler(struct k_work *work) in work_handler() argument 89 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in work_handler()
|
/Zephyr-latest/boards/m5stack/m5stack_cores3/doc/ |
D | index.rst | 41 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 173 The usual ``flash`` target will work with the ``m5stack_cores3/esp32s3/procpu`` board
|
/Zephyr-latest/boards/espressif/esp32c3_rust/doc/ |
D | index.rst | 132 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 239 The usual ``flash`` target will work with the ``esp32c3_rust`` board
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_mcux.c | 1453 static void mcux_i3c_ibi_work(struct k_work *work) in mcux_i3c_ibi_work() argument 1458 struct i3c_ibi_work *i3c_ibi_work = CONTAINER_OF(work, struct i3c_ibi_work, work); in mcux_i3c_ibi_work() 1470 LOG_DBG("IBI work %p running not because of IBI", work); in mcux_i3c_ibi_work()
|
/Zephyr-latest/drivers/serial/ |
D | uart_renesas_ra_sci.c | 886 static void uart_ra_sci_rx_timeout_handler(struct k_work *work) in uart_ra_sci_rx_timeout_handler() argument 888 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_ra_sci_rx_timeout_handler() 897 static void uart_ra_sci_tx_timeout_handler(struct k_work *work) in uart_ra_sci_tx_timeout_handler() argument 899 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_ra_sci_tx_timeout_handler()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.c | 510 k_work_handler_t work = srv->service_work; in lwm2m_engine_service() local 518 if (work) { in lwm2m_engine_service() 519 work(NULL); in lwm2m_engine_service()
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 12 to work directly with the underlying file system libraries.
|
/Zephyr-latest/samples/subsys/fs/fs_sample/ |
D | README.rst | 27 For the FAT FS to work with internal flash, the device needs to support erase
|
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/ |
D | index.rst | 95 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | target.cmake | 25 # TODO: How would the linker script dependencies work for non-linker
|
/Zephyr-latest/boards/silabs/dev_kits/sltb009a/doc/ |
D | index.rst | 91 The EFM32GG12 MCU is configured to work at 72 MHz.
|
/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/ |
D | README.rst | 62 for ``zephyr,console`` to make the sample work as expected.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 96 * :github:`15497` - USB DFU: STM32: usb dfu mode doesn't work 294 * :github:`15497` - USB DFU: STM32: usb dfu mode doesn't work 301 * :github:`15606` - trickle.c can't work for multiple triggerings 430 * :github:`19181` - sock_set_flag implementation in sock_internal.h does not work for 64 bit pointe… 542 * Lots of work on the rapidly-evolving SMP subsystem: 1004 - Added API to work directly on ring buffer memory to reduce memory copying 1135 * :github:`15259` - CAN sample does not work 1226 * :github:`14946` - cdc_acm example doesn't work on nrf52840_pca10059 1227 * :github:`14945` - nrf52840_pca10059 executables do not work without mcuboot 1261 * :github:`14763` - PCI debug logging cannot work with PCI-enabled NS16550 [all …]
|
D | release-notes-3.3.rst | 82 image states). Use of a truncated hash or non-sha256 hash will still work 131 building to work. As an example, if a script argument had ``--reset-type`` 307 the minimum fragment length to allocate, so that they work correctly also in 1031 * Used :c:func:`zsock_poll` for HTTP timeout instead of a delayed work. 2128 if the file exists. This can help work around an issue whereby logging is 2500 * :zephyr:code-sample:`zbus-work-queue` 2607 - :github:`33747` - gptp does not work well on NXP rt series platform 2644 - :github:`50501` - STM32 SPI does not work properly with async + interrupts 2702 - :github:`53000` - Delaying logging via CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS doesn't work if… 2756 - :github:`54037` - Unciast_audio_client sample application cannot work with servers with only sink… [all …]
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_oacp.c | 668 k_work_submit(&ots->oacp_ind.work); in oacp_ind_send() 694 if (k_work_is_pending(&ots->oacp_ind.work)) { in bt_gatt_ots_oacp_write()
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 52 running ``west`` from a new ``cmd.exe`` window. If that still doesn't work, 121 packages, so you may need to do some additional work to get it installed on
|
/Zephyr-latest/doc/hardware/emulator/ |
D | bus_emulators.rst | 45 works, we should expect the application and peripheral drivers to work on the 60 All of this can work in the emulated environment or on real hardware.
|
/Zephyr-latest/drivers/counter/ |
D | rtc_mcp7940n.c | 377 static void mcp7940n_work_handler(struct k_work *work) in mcp7940n_work_handler() argument 380 CONTAINER_OF(work, struct mcp7940n_data, alarm_work); in mcp7940n_work_handler()
|
/Zephyr-latest/boards/luatos/esp32s3_luatos_core/doc/ |
D | index.rst | 125 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 239 The usual ``flash`` target will work with the ``esp32s3_luatos_core`` board
|
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/doc/ |
D | index.rst | 80 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the 199 The usual ``flash`` target will work with the ``adafruit_qt_py_esp32s3`` board
|