Searched refs:qualifier (Results 1 – 22 of 22) sorted by relevance
/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/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/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/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/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/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/scripts/ci/ |
D | check_compliance.py | 534 for qualifier in list_boards.board_v2_qualifiers(board): 536 re.sub(r"[^a-zA-Z0-9_]", "_", qualifier)).upper()
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 6181 my $qualifier; 6189 $qualifier = $3; 6192 defined $qualifier && $qualifier !~ /^w/)) {
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 947 qualifier: <existing-qualifier>
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 290 "reschedule=\qualifier reschedule" \ 291 "sleep=\qualifier sleep" \ 292 "no_wait=\qualifier no-wait" \ 293 "isr_ok=\qualifier isr-ok" \ 294 "pre_kernel_ok=\qualifier pre-kernel-ok" \ 295 "async=\qualifier async" \ 297 "supervisor=\qualifier supervisor"
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.7.rst | 711 got ``const`` qualifier too. The model's metadata structure and metadata raw value
|
D | release-notes-2.4.rst | 98 * All device instances got a const qualifier. So this applies to all APIs 100 const qualifier loss on ISRs, all ISRs now take a ``const *void`` as a
|
D | release-notes-3.4.rst | 1110 * Added missing ``const`` qualifier in the APIs, where applicable.
|
D | release-notes-4.0.rst | 354 * The board qualifier for MPS3/AN547 is changed from:
|
D | release-notes-2.3.rst | 862 * :github:`25247` - const qualifier lost on some device config_info casts
|
D | release-notes-3.7.rst | 494 qualifier (:github:`70418`). Support has also been added to sysbuild (:github:`71320`).
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 443 - The restrict type qualifier shall not be used
|