Searched full:want (Results 1 – 25 of 464) sorted by relevance
12345678910>>...19
/Zephyr-Core-3.5.0/drivers/xen/ |
D | Kconfig | 15 >= number of pages, that you want to alloc and grant or foreign frames 16 that you want to map.
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ |
D | multiboot.h | 93 * is when we want the loader to configure the framebuffer for us. 96 #define MULTIBOOT_HEADER_FLAG_MEM BIT(1) /* want mem_/mmap_* info */ 97 #define MULTIBOOT_HEADER_FLAG_FB BIT(2) /* want fb_* info */
|
/Zephyr-Core-3.5.0/tests/drivers/pinctrl/api/ |
D | Kconfig | 12 This option should be selected by unit tests that want to store the
|
/Zephyr-Core-3.5.0/samples/kernel/metairq_dispatch/src/ |
D | msgdev.h | 14 * measurement. Note that if you don't want the log subsystem 15 * throttling to drop messages, you'll probably want to increase
|
/Zephyr-Core-3.5.0/soc/xtensa/dc233c/ |
D | mmu.c | 57 * Note that we don't want to map the first 1MB in data TLB as in arch_xtensa_mmu_post_init() 58 * we want to keep page 0 (0x00000000) unmapped to catch null pointer in arch_xtensa_mmu_post_init()
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | hwspinlock.h | 66 * be called before a critical section that we want to protect. 91 * called before a critical section that we want to protect. 111 * be called after a critical section that we want to protect.
|
/Zephyr-Core-3.5.0/doc/build/dts/ |
D | zephyr-user-node.rst | 20 You can store numeric or array values in ``/zephyr,user`` if you want them to 54 You can store :ref:`phandles <dt-phandles>` in ``/zephyr,user`` if you want to 101 GPIOs that you want to be able to reconfigure with a devicetree overlay.
|
/Zephyr-Core-3.5.0/samples/drivers/counter/maxim_ds3231/ |
D | prj.conf | 12 # your RTC has already been synchronized and you want to keep its
|
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/sam3x/ |
D | Kconfig.soc | 29 Says y if you want to use external 32 kHz crystal 44 Says y if you want to use external crystal oscillator
|
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/sam4e/ |
D | Kconfig.soc | 31 Says y if you want to use external 32 kHz crystal 46 Says y if you want to use external crystal oscillator
|
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_error_hook.h | 36 * you want to do after fatal error handler. 66 * you want to do after assert handler.
|
/Zephyr-Core-3.5.0/tests/bluetooth/tester/boards/ |
D | nrf52840dk_nrf52840.conf | 1 # CONFIG_TEST enforces minimal logging, which we don't want
|
D | nrf5340dk_nrf5340_cpuapp.conf | 1 # CONFIG_TEST enforces minimal logging, which we don't want
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_usb/ |
D | prj.conf | 10 # We dont want any console or CDC ACM that may cause BlueZ to not detect hci_usb
|
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/sam4s/ |
D | Kconfig.soc | 51 Says y if you want to use external 32 kHz crystal 66 Says y if you want to use external crystal oscillator
|
/Zephyr-Core-3.5.0/doc/develop/application/ |
D | application-kconfig.include | 10 # to the $srctree environment variable being set to $ZEPHYR_BASE). If you want
|
/Zephyr-Core-3.5.0/tests/drivers/regulator/fixed/boards/ |
D | nrf9160dk_nrf9160.overlay | 20 /* Default-enabled Arduino UART steals the pins we want. */
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | without-west.rst | 20 If you have previously installed west and want to stop using it, 89 If you want to use these build system targets but do not want to
|
/Zephyr-Core-3.5.0/samples/net/openthread/coprocessor/ |
D | README.rst | 59 Generic NCP config file. Use this, if you want the NCP configuration. 62 RCP overlay file. Use this in combination with prj.conf, if you want the RCP
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/ |
D | qemu_802154_setup.rst | 22 If you want to capture the transferred network data, you must compile the 47 If you want to capture the network traffic between the two QEMUs, type:
|
/Zephyr-Core-3.5.0/samples/net/sockets/big_http_download/src/ |
D | ca_certificate.h | 12 /* By default only certificates in DER format are supported. If you want to use
|
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/ |
D | 002_enhancement.md | 14 A clear and concise description of what you want to happen.
|
D | 004_feature_request.md | 14 A clear and concise description of what you want to happen.
|
/Zephyr-Core-3.5.0/arch/common/ |
D | fill_with_zeros.ld | 13 * We may want to have some section (e.g. rom_start) filled with 0x00,
|
/Zephyr-Core-3.5.0/samples/subsys/mgmt/hawkbit/src/ |
D | ca_certificate.h | 12 /* By default only certificates in DER format are supported. If you want to use
|
12345678910>>...19