/Zephyr-latest/soc/microchip/mec/common/spigen/ |
D | mec_spi_gen.py | 245 choices = ["mec15xx", "mec172x"], 271 choices = [12, 16, 24, 48], 277 choices = ["normal", "fast", "dual", "quad"], 283 choices = [0, 1, 2, 3, 4, 5, 6, 7], 289 choices = ["1x", "2x", "4x", "6x"], 295 choices = ["slow", "fast"],
|
/Zephyr-latest/soc/realtek/ec/common/rts5912_imgtool/ |
D | img_gen.py | 65 choices=[FREQ_50M, FREQ_25M, FREQ_12P5M, FREQ_6P25M], 75 choices=[NORMAL_read, DUAL_read, QUAD_read],
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | plugin.py | 54 choices=('native', 'qemu', 'hardware', 'unit', 'custom'), 122 choices=('function', 'class', 'module', 'package', 'session'),
|
/Zephyr-latest/scripts/west_commands/ |
D | completion.py | 65 parser.add_argument('shell', nargs=1, choices=['bash', 'zsh', 'fish'],
|
D | bindesc.py | 119 dump_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS, help='File type') 127 … search_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS, help='File type') 134 custom_search_parser.add_argument('type', type=str, choices=['UINT', 'STR', 'BYTES'], 138 custom_search_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS, 149 get_offset_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS,
|
D | blobs.py | 66 choices=['list', 'fetch', 'clean'],
|
D | sign.py | 115 group.add_argument('-t', '--tool', choices=['imgtool', 'rimage'],
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | stm32flash.py | 53 choices=['erase', 'info', 'start', 'write'], 57 choices=['1200', '1800', '2400', '4800', '9600', '19200',
|
D | trace32.py | 55 choices=('auto', 'arm', 'riscv', 'xtensa'),
|
D | stm32cubeprogrammer.py | 166 choices=["sw", "hw", "core"],
|
D | nrf_common.py | 118 choices=['NRF51', 'NRF52', 'NRF53', 'NRF54L',
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | environment.py | 188 "--simulation", dest="sim_name", choices=SUPPORTED_SIMS, 382 coverage_group.add_argument("--coverage-tool", choices=['lcov', 'gcovr'], default='gcovr', 448 "--filter", choices=['buildable', 'runnable'], 473 choices=['all', 'ROM', 'RAM'], 575 "-M", "--runtime-artifact-cleanup", choices=['pass', 'all'], 804 choices=['NOTSET', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'],
|
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/ |
D | README.rst | 16 connection can also be added, depending on configuration choices.
|
/Zephyr-latest/scripts/utils/ |
D | convert_guidelines.py | 135 "-f", "--format", metavar="FORMAT", choices=supported_formats, required=True,
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 391 choices = list() 394 choices.append(kconfiglib.expr_str(sym, sc_fmt)) 429 "choices": choices,
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | Kconfig.dmic | 31 configuration choices.
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 112 choices=['application/suite_name', 'suite_name', 'application', 'name.feature'],
|
/Zephyr-latest/arch/xtensa/core/ |
D | CMakeLists.txt | 76 # Generates a list of device-specific scratch register choices
|
D | README_MMU.txt | 7 describe Zephyr's specific implementation choices. 30 Kernel/User exceptions as desired to enforce permissions choices on
|
/Zephyr-latest/scripts/build/ |
D | gen_cfb_font_header.py | 223 "-t", "--type", default="auto", choices=["auto", "font", "image"],
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 60 The kernel can be built with one of several choices for the ready queue 61 implementation, offering different choices between code size, constant factor 104 shares the same backend data structure choices as the scheduler, and can use
|
/Zephyr-latest/scripts/ci/ |
D | twister_report_analyzer.py | 72 choices=['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'],
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 508 ``int``, and ``hex`` symbols (and for choices). 696 If a sequence of symbols/choices share a common dependency, the dependency can 752 If a sequence of symbols/choices with shared dependencies are all in the same 942 Optional choices
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 77 Zephyr provides a comprehensive set of thread scheduling choices:
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 146 To fix this, you have two choices:
|