Searched full:ask (Results 1 – 25 of 57) sorted by relevance
123
/Zephyr-latest/scripts/ |
D | github_helpers.py | 26 def get_github_credentials(ask: bool = True) -> Dict[str, str]: 34 3. if the 'ask' kwarg is truthy, from the user on the 47 :param ask: if truthy, the user will be prompted for credentials 65 if ask: 76 def get_github_object(ask: bool = True) -> github.Github: 79 :param ask: passed to get_github_credentials()
|
/Zephyr-latest/dts/arm/microchip/mec5/ |
D | mec5_gpspi_v2.dtsi | 8 * a completely different design. Don't ask why it was given the same name;<)
|
/Zephyr-latest/ |
D | CONTRIBUTING.rst | 37 community, ask questions, discuss issues, and help each other.
|
/Zephyr-latest/samples/boards/espressif/xt_wdt/ |
D | README.rst | 13 The app will ask for the crystal removal to simulate a crystal failure and trigger
|
/Zephyr-latest/cmake/toolchain/cross-compile/ |
D | target.cmake | 5 # target toolchain, hence let's ask the compiler if it knows its own sysroot.
|
/Zephyr-latest/.github/workflows/ |
D | greet_first_time_contributor.yml | 42 …and ask your question there. Additionally, you can [escalate the review](https://docs.zephyrprojec…
|
/Zephyr-latest/tests/subsys/fs/fcb/src/ |
D | fcb_test_multiple_scratch.c | 54 * Ask to use scratch block, then fill it up. in ZTEST()
|
/Zephyr-latest/drivers/spi/ |
D | spi_sifive.c | 216 * If the chip select configuration is not present, we'll ask the in spi_sifive_transceive() 225 * If the user has requested manual GPIO control, ask the in spi_sifive_transceive()
|
/Zephyr-latest/cmake/modules/ |
D | FindBabbleSim.cmake | 25 # Let's ask west for the bsim_project existence and its path
|
/Zephyr-latest/tests/kernel/sleep/src/ |
D | usleep.c | 19 * We need to know how many ticks will elapse when we ask for the
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_replay_cache.c | 338 /* Ask tx node to proceed to next test step. */ in test_rx_rpl_frag() 352 /* Ask tx node to proceed to next test step. */ in test_rx_rpl_frag() 370 /* Ask tx node to proceed to next test step. */ in test_rx_rpl_frag()
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | cpu_init.h | 70 * we're supposed to ask Cadence I guess. in cpu_early_init()
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 605 You can ask for help on a mailing list or on Discord. Please send bug reports and 609 ask for help. `Search archives and sign up here`_. 613 How to Ask 621 Don't just say "this isn't working" or ask "is this working?". Include as much
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 63 You might ask: why build a position-independent executable in the
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu.rst | 101 nodes, the Distributor may ask them to apply the firmware image immediately and report back with 115 The firmware ID is used to identify a firmware image. The Initiator node may ask the Target nodes 262 upload several firmware images to the Distributor, and ask it to distribute them in any order or at
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_stack.h | 118 * Callback used by the Policy Engine to ask the Device Policy Manager
|
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | cpus.c | 182 /* Likewise need to ask the host to turn it back on, in halt_and_restart()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 90 The broadcaster will ask if any changes to the current settings are wanted.
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/ |
D | README.rst | 86 The central will ask if any changes to the current settings are wanted.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 68 will ask the advertisers for more information by sending a *scan request* packet. Alternatively, you 70 ask the advertiser for more information.
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | bossac.py | 230 Ask the user to select the serial port from a set of candidate ports
|
D | nxp_s32dbg.py | 160 in a interactive prompt, ask the user to select one of the probes.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 248 https://osqa-ask.wireshark.org/questions/28138/decoding-ethernet-encapsulated-in-tcp-or-udp/
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_line.c | 131 entry_ctx->len = 0; /* ask read handler to ignore len */ in settings_next_line_ctx()
|
/Zephyr-latest/doc/contribute/ |
D | external.rst | 195 #. The Zephyr governing board has two weeks to review and ask questions:
|
123