Home
last modified time | relevance | path

Searched refs:work (Results 676 – 700 of 1043) sorted by relevance

1...<<21222324252627282930>>...42

/Zephyr-latest/boards/espressif/esp32c3_rust/doc/
Dindex.rst98 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
205 The usual ``flash`` target will work with the ``esp32c3_rust`` board
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst142 static void notify_observers(struct k_work *work);
221 static void notify_observers(struct k_work *work)
/Zephyr-latest/boards/espressif/esp8684_devkitm/doc/
Dindex.rst59 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
166 The usual ``flash`` target will work with the ``esp8684_devkitm`` board
/Zephyr-latest/boards/seeed/xiao_esp32s3/doc/
Dindex.rst57 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
175 The usual ``flash`` target will work with the ``xiao_esp32s3`` board
/Zephyr-latest/boards/m5stack/m5stack_core2/doc/
Dindex.rst121 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
143 The usual ``flash`` target will work with the ``m5stack_core2`` board
/Zephyr-latest/boards/espressif/esp32c3_devkitc/doc/
Dindex.rst53 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
160 The usual ``flash`` target will work with the ``esp32c3_devkitc`` board
/Zephyr-latest/samples/net/gptp/
DREADME.rst63 the IEEE 801.1AS network. Note that OpenAVNU will not work with
166 does not work with software clock available in native_sim.
/Zephyr-latest/drivers/serial/
Duart_mcux_flexcomm.c49 void (*rx_timeout_func)(struct k_work *work);
50 void (*tx_timeout_func)(struct k_work *work);
1124 static void mcux_flexcomm_uart_##n##_tx_timeout(struct k_work *work) \
1129 static void mcux_flexcomm_uart_##n##_rx_timeout(struct k_work *work) \
/Zephyr-latest/drivers/usb/udc/
Dudc_kinetis.c119 struct k_work work; member
459 k_work_submit_to_queue(udc_get_work_q(), &priv->work); in usbfsotg_event_submit()
467 priv = CONTAINER_OF(item, struct usbfsotg_data, work); in xfer_work_handler()
1091 k_work_init(&priv->work, xfer_work_handler); in usbfsotg_driver_preinit()
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst295 * :github:`9785` - Bluetooth: bt_gatt_service_register() assumes sc delayed work handler is initial…
359 * :github:`9486` - sanitycheck filter rules does not work
379 * :github:`9348` - samples: net: echo_client/echo_server does not work with IPv4 qemu_x86
438 …ult dumping code does too much, assumes all faults are fatal, and doesn't work under some configur…
439 * :github:`8949` - nsim_sem board does not work
546 * :github:`8327` - CONFIG_SPI_FLASH_W25QXXDV_MAX_DATA_LEN doesn't work in proj.conf
550 …ub:`8309` - lpcxpresso54114_m4: when i configed system clock from 48M to 96M the target can't work.
557 * :github:`8287` - LwM2M: Cancelling an observation doesn't work
609 * :github:`7502` - samples/mbedtls_sslclient: Discards TLS records, handshake does not work
662 …RFC] Discussion of "cmake" vs "make" variables, aka "build environment" vs "work environment" setup
[all …]
Drelease-notes-2.3.rst741 * :github:`25887` - legacy timeout API does not work as expected
856 * :github:`25276` - OpenThread not work after upgrade to latest version
878 * :github:`25191` - tests/drivers/console: drivers.console.semihost can't work
938 * :github:`24713` - ztest_test_fail() doesn't always work
993 * :github:`24363` - nsim_hs_smp target doesn't work at all
1093 * :github:`23872` - cmake find_package(ZephyrUnittest...) doesn't work
1105 * :github:`23762` - stm32: Revert nucleo_l152re to work at full speed
1113 * :github:`23677` - SPI slave driver doesn't work correctly on STM32F746ZG; needs spi-fifo to be en…
1120 * :github:`23623` - stm32 can2 not work properly
1150 * :github:`23507` - samples/subsys/shell/shell_module doesn't work on qemu_x86_64
[all …]
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst39 work via an emulation layer (see below), but the masking technique
79 API, :c:func:`irq_lock` and :c:func:`irq_unlock` continue to work compatibly on
100 partition work across physical CPUs instead of relying solely on the
219 will not work to synchronously run new threads. The workaround in
271 code, will work correctly regardless of the number of CPUs available.
315 offset. That technique will not work in SMP, because the other CPU
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c208 struct k_work_delayable work; member
275 struct k_work_delayable work; member
818 (void)k_work_cancel_delayable(&smp->work); in smp_br_reset()
874 static void smp_br_timeout(struct k_work *work) in smp_br_timeout() argument
876 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in smp_br_timeout()
877 struct bt_smp_br *smp = CONTAINER_OF(dwork, struct bt_smp_br, work); in smp_br_timeout()
899 k_work_reschedule(&smp->work, SMP_TIMEOUT); in smp_br_send()
930 (void)k_work_cancel_delayable(&smp->work); in bt_smp_br_disconnected()
1611 k_work_init_delayable(&smp->work, smp_br_timeout); in bt_smp_br_accept()
1730 (void)k_work_cancel_delayable(&smp->work); in smp_reset()
[all …]
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345.h174 struct k_work work; member
/Zephyr-latest/drivers/sensor/st/lis2dh/
Dlis2dh.h288 struct k_work work; member
/Zephyr-latest/boards/silabs/dev_kits/sltb009a/doc/
Dindex.rst68 The EFM32GG12 MCU is configured to work at 72 MHz.
/Zephyr-latest/drivers/timer/
DKconfig.x8635 without complete APIC emulation). Modern hardware will work
/Zephyr-latest/cmake/modules/
Dwest.cmake80 # will still work even after output is one line.
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/
Dindex.rst65 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
/Zephyr-latest/boards/tdk/robokit1/doc/
Dindex.rst58 Both west flash and west debug commands should correctly work with both USB0 and USB1
/Zephyr-latest/cmake/compiler/clang/
Dtarget.cmake9 # set_ifndef() does not work with empty string.
/Zephyr-latest/include/zephyr/pm/
Ddevice.h174 struct k_work_delayable work; member
/Zephyr-latest/samples/kernel/bootargs/
DREADME.rst16 Dynamic bootargs work on platforms where Zephyr is booted by multiboot or efi.
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/
DREADME.rst17 but it should work with any board or shield that has a network interface.
/Zephyr-latest/boards/st/stm32h735g_disco/
Dstm32h735g_disco.dts239 /* Solder bridges SB29 and SB30 need to be closed for this to work */

1...<<21222324252627282930>>...42