Searched full:qualifier (Results 1 – 25 of 38) sorted by relevance
12
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/ |
D | board.yml | 5 qualifier: native 7 qualifier: native/64
|
/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/src/ |
D | main.c | 69 zassert_true(INCLUDED_BOARD_QUALIFIERS, "Expected board qualifier config to be present"); in ZTEST() 74 "Did not expect board qualifier config to be present"); in ZTEST() 91 "Did not expect board qualifier config to be present"); in ZTEST() 107 "Expected board qualifier config to be present"); in ZTEST() 111 "Did not expect board qualifier config to be present"); in ZTEST() 128 "Did not expect board qualifier config to be present"); in ZTEST()
|
/Zephyr-latest/scripts/coccinelle/ |
D | find_dev_usage.cocci | 6 // of a void*, it will print an ERROR for loosing the const qualifier. 8 // as a HAL, it will print a WARNING in order to check if the const qualifier 26 loosing const qualifier, please wrap".format(F, f, D) 30 check if const qualifier is not lost".format(F, f, D)
|
D | const_config_info.cocci | 4 // Enforce preservation of const qualifier on config_info casts 8 // doesn't inadvertently remove that qualifier. 10 // Also add the qualifier to pointer definitions where it's missing.
|
D | find_functions.cocci | 14 // are not loosing their const qualifier.
|
/Zephyr-latest/tests/cmake/overlays/soc_folder_overlay/src/ |
D | main.c | 58 zassert_true(INCLUDED_BOARD_QUALIFIERS, "Expected board qualifier overlay to be present"); in ZTEST() 62 "Did not expect board qualifier overlay to be present"); in ZTEST() 76 "Did not expect board qualifier overlay to be present"); in ZTEST() 88 "Did not expect board qualifier overlay to be present"); in ZTEST()
|
/Zephyr-latest/boards/raspberrypi/rpi_pico2/ |
D | rpi_pico2_rp2350a_m33_defconfig | 2 # are in use, but Zephyr does not support providing a qualifier-agnostic
|
/Zephyr-latest/tests/cmake/hwm/board_extend/ |
D | Kconfig | 12 ' qualifier: posix'
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | adopted_deviations.ecl | 32 …tically generated all with the extern qualifier. For the ones with internal linkage the use of the…
|
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/ |
D | q15.c | 33 * fixed to specify the const qualifier. in ZTEST()
|
D | q31.c | 33 * fixed to specify the const qualifier. in ZTEST()
|
D | q7.c | 33 * fixed to specify the const qualifier. in ZTEST()
|
/Zephyr-latest/scripts/schemas/ |
D | soc-schema.yml | 141 A board qualifier to match against in regex form. Must be one
|
D | board-schema.yml | 35 qualifier:
|
/Zephyr-latest/include/zephyr/drivers/firmware/scmi/ |
D | util.h | 60 * qualifier. This is useful when the transport layer driver 78 * the "extern" qualifier. Since RX channels are currently not
|
/Zephyr-latest/boards/arm/mps3/doc/ |
D | index.rst | 112 west build -b {BOARD qualifier from table above} samples/hello_world -t run 169 west build -b {BOARD qualifier from table above} samples/hello_world -t run 179 Board qualifier must include the board name as mentioned above. 180 ``mps3/corstone300`` or ``mps3/corstone310`` without the board name is not a valid qualifier.
|
/Zephyr-latest/drivers/spi/ |
D | spi_shell.c | 81 /* warning: initialization discards 'const' qualifier from pointer */ in cmd_spi_conf()
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 322 for qualifier in (string split "," $qualifiers) 323 printf "%s\t%s\n" $name/$qualifier $vendor >> $cache_file 326 for qualifier in (string split "," $qualifiers) 327 printf "%s\n" $name/$qualifier >> $cache_file
|
/Zephyr-latest/arch/x86/zefi/ |
D | printf.h | 12 * "l" qualifier on %d and %x (and silently ignores one %s/%c/%p).
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | platform.py | 86 self.qualifier = None
|
D | testplan.py | 458 def init_and_add_platforms(data, board, target, qualifier, aliases): argument 465 platform.qualifier = qualifier
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 308 node = board.from_qualifier(v['qualifier']) 309 if str(v['qualifier'] + '/' + v['name']) in board_v2_qualifiers(board):
|
D | list_hardware.py | 112 sys.exit(f'ERROR: SoC qualifier match unresolved: {qualifiers}')
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 124 for qualifier in list_boards.board_v2_qualifiers(board): 125 board_str = 'BOARD_' + re.sub(r"[^a-zA-Z0-9_]", "_", qualifier).upper()
|
/Zephyr-latest/include/zephyr/usb/ |
D | usb_ch9.h | 167 /** USB Device Qualifier Descriptor defined in spec. Table 9-9 */
|
12