Home
last modified time | relevance | path

Searched refs:qualifier (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/scripts/coccinelle/
Dfind_dev_usage.cocci6 // 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)
Dconst_config_info.cocci4 // 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.
Dfind_functions.cocci14 // are not loosing their const qualifier.
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Drpi_pico2_rp2350a_m33_defconfig2 # are in use, but Zephyr does not support providing a qualifier-agnostic
/Zephyr-latest/tests/cmake/hwm/board_extend/
DKconfig12 ' qualifier: posix'
/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_deviations.ecl32 …tically generated all with the extern qualifier. For the ones with internal linkage the use of the…
/Zephyr-latest/boards/arm/mps3/doc/
Dindex.rst112 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/
Dplatform.py86 self.qualifier = None
Dtestplan.py458 def init_and_add_platforms(data, board, target, qualifier, aliases): argument
465 platform.qualifier = qualifier
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py124 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/
Dwest-completion.fish322 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/
Dcheck_compliance.py534 for qualifier in list_boards.board_v2_qualifiers(board):
536 re.sub(r"[^a-zA-Z0-9_]", "_", qualifier)).upper()
/Zephyr-latest/scripts/
Dcheckpatch.pl6181 my $qualifier;
6189 $qualifier = $3;
6192 defined $qualifier && $qualifier !~ /^w/)) {
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst947 qualifier: <existing-qualifier>
/Zephyr-latest/doc/
Dzephyr.doxyfile.in290 "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/
Dmigration-guide-3.7.rst711 got ``const`` qualifier too. The model's metadata structure and metadata raw value
Drelease-notes-2.4.rst98 * 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
Drelease-notes-3.4.rst1110 * Added missing ``const`` qualifier in the APIs, where applicable.
Drelease-notes-4.0.rst354 * The board qualifier for MPS3/AN547 is changed from:
Drelease-notes-2.3.rst862 * :github:`25247` - const qualifier lost on some device config_info casts
Drelease-notes-3.7.rst494 qualifier (:github:`70418`). Support has also been added to sysbuild (:github:`71320`).
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst443 - The restrict type qualifier shall not be used