Searched full:able (Results 1 – 25 of 577) sorted by relevance
12345678910>>...24
/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/ |
D | main.c | 88 zassert_ok(ret, "Should be able to write to buffer"); in ZTEST_F() 94 zassert_equal(ret, -ENOMEM, "Should not be able to write to full buffer"); in ZTEST_F() 114 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F() 117 zassert_equal(0, ret, "Not able to append payload marker"); in ZTEST_F() 121 zassert_ok(ret, "Should be able to write to buffer"); in ZTEST_F() 177 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F() 180 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F() 191 zassert_equal(0, ret, "Not able to append payload marker"); in ZTEST_F() 195 zassert_ok(ret, "Should be able to write to buffer"); in ZTEST_F() 233 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/beacon/ |
D | beacon_interval.sh | 11 # tx node is able to adapt observed beacon interval and able to send at least one
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.gecko | 14 to be able to keep track of time and wake up from EM2 & EM3 sleep 20 1. You won't be able to use the usual 0.1ms-granularity tickless
|
/Zephyr-latest/samples/bluetooth/hci_ipc/ |
D | overlay-nrf5340_cpunet_iso_nrf21540_ek-bt_ll_sw_split.conf | 2 # to be able to fit in 64KB RAM, in case needed in the future.
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | nucleo_h7a3zi_q.conf | 8 # This is required by the flash driver to be able
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/ |
D | prj.conf | 12 # Increase the maximum number of buffers for advertising data to be able to set the scanning data
|
/Zephyr-latest/tests/boot/test_mcuboot/swapped_app/ |
D | Kconfig | 4 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/soc/nxp/imx/imx9/imx95/ |
D | Kconfig.defconfig.mimx95.a55 | 6 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/soc/nxp/imx/imx9/imx93/ |
D | Kconfig.defconfig.mimx93.a55 | 6 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/soc/nxp/imx/imx8m/ |
D | Kconfig.defconfig.mimx8ml8_a53 | 6 # Workaround for not being able to have commas in macro arguments
|
D | Kconfig.defconfig.mimx8mm6_a53 | 6 # Workaround for not being able to have commas in macro arguments
|
D | Kconfig.defconfig.mimx8mn6_a53 | 6 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/boards/nxp/lpcxpresso54114/ |
D | Kconfig.defconfig | 9 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/tests/drivers/gpio/gpio_nrf/ |
D | README.txt | 7 to ensure that the driver is able to properly handle
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.pd | 129 - 01: The PD is able to activate and deactivate the Output per direct 131 - 02: Like 01, plus: The PD is able to accept configuration of the Output 138 - 03: Like 01, plus: The PD is able to accept timed commands to the 240 - 02: The PD is able to locally update the time and date
|
/Zephyr-latest/doc/develop/toolchains/ |
D | host.rst | 7 a Linux host, you may be able to reuse the native development tools provided
|
/Zephyr-latest/lib/libc/picolibc/ |
D | errno_wrap.c | 12 * Picolibc needs to be able to declare this itself so that the library
|
/Zephyr-latest/soc/arm/fvp_aemv8a/ |
D | Kconfig.defconfig | 15 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/soc/arm/fvp_aemv8r/ |
D | Kconfig.defconfig | 12 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/soc/xlnx/zynq7000/ |
D | Kconfig.defconfig | 14 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | vc.h | 58 * Note: Not being able to enable such feature is a non-fatal error 80 * Note: Not being able to enable such feature is a non-fatal error
|
/Zephyr-latest/drivers/sensor/st/lis2dux12/ |
D | lis2dux12_trigger.c | 26 LOG_ERR("%s: Not able to configure pin_int", dev->name); in lis2dux12_gpio_callback() 127 LOG_ERR("%s: Not able to configure pin_int", dev->name); in lis2dux12_trigger_set() 144 LOG_ERR("%s: Not able to initialize device interrupt", dev->name); in lis2dux12_trigger_set()
|
/Zephyr-latest/soc/xlnx/zynqmp/ |
D | Kconfig.defconfig | 19 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/soc/arm/qemu_cortex_a53/ |
D | Kconfig.defconfig | 16 # Workaround for not being able to have commas in macro arguments
|
/Zephyr-latest/boards/st/stm32h747i_disco/support/ |
D | openocd_stm32h747i_disco_m7.cfg | 8 # Use connect_assert_srst here to be able to program
|
12345678910>>...24