Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 86) sorted by relevance

1234

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py42 warnings: str = None,
50 self.warnings = warnings
60 self.warnings == other.warnings and
101 warnings = None
138 testcase_names, warnings = _find_regular_ztest_testcases(
146 testcase_names, warnings = _find_regular_ztest_testcases(
154 testcase_names, warnings = \
160 testcase_names, warnings = None, None
164 warnings=warnings,
208 testcase_names, warnings = \
[all …]
Dconfig_parser.py7 import warnings
226 warnings.warn(
Dreports.py532 warnings = 0
553 warnings += 1
555 if warnings:
557 warnings,
673 if (self.plan.warnings + results.warnings)
/Zephyr-latest/cmake/linker/ld/clang/
Dlinker_flags.cmake8 # Extra warnings options for twister run
9 set_property(TARGET linker PROPERTY ld_extra_warning_options ${LINKERFLAGPREFIX},--fatal-warnings)
/Zephyr-latest/cmake/linker/ld/gcc/
Dlinker_flags.cmake16 # Extra warnings options for twister run
17 set_property(TARGET linker PROPERTY warnings_as_errors -Wl,--fatal-warnings)
/Zephyr-latest/scripts/tests/twister/
Dtest_testsuite.py105 warnings=None,
124 warnings='Found a test that does not start with test_',
135 warnings='found invalid #ifdef, #endif in ztest_test_suite()',
151 warnings=None,
167 warnings=None,
536 warnings = 'dummy warning',
545 warnings = None,
570 warnings = None,
595 warnings = 'dummy warning',
/Zephyr-latest/lib/net_buf/
DKconfig27 int "Interval of Network buffer allocation warnings"
31 Interval in seconds of Network buffer allocation warnings which are
33 which may lead to deadlocks. Setting it to 0 makes warnings to be
/Zephyr-latest/cmake/linker/arcmwdt/
Dlinker_flags.cmake39 # Extra warnings options for twister run
40 set_property(TARGET linker PROPERTY warnings_as_errors -Wl,--fatal-warnings)
/Zephyr-latest/share/sysbuild/build/
DKconfig6 bool "Treat warnings as errors"
/Zephyr-latest/cmake/usage/
Dusage.cmake44 message(" 1: warnings which may be relevant and do not occur too often")
45 message(" 2: warnings which occur quite often but may still be relevant")
46 message(" 3: more obscure warnings, can most likely be ignored")
/Zephyr-latest/boards/seagate/faze/
Dpre_dt_board.cmake4 # Suppress DTC warnings due to all GPIO nodes sharing the same register address.
/Zephyr-latest/
D.ruff.toml18 "W", # pycodestyle warnings
/Zephyr-latest/doc/develop/sca/
Dgcc.rst8 analysis of the code than traditional warnings.
/Zephyr-latest/cmake/sca/sparse/
Dsca.cmake18 # Avoid compiler "attribute directive ignored" warnings
/Zephyr-latest/cmake/compiler/armclang/
Dgeneric.cmake14 # -march=armv6-m is added to silence the warnings:
/Zephyr-latest/modules/trusted-firmware-m/psa/
DGNUARM.cmake21 set(CMAKE_EXE_LINKER_FLAGS "-Xlinker --fatal-warnings -Xlinker --gc-sections -z max-page-size=0x400…
/Zephyr-latest/modules/hal_nordic/
DKconfig.nrf_regtool21 0. Only critical information and warnings.
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst247 * ``ZEP-2156`` - Build warnings [-Wformat] with LLVM/icx (tests/kernel/sprintf)
264 * ``ZEP-2274`` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/net/ipv6_fragment)
292 * ``ZEP-2341`` - Build warnings:override: reassigning to symbol MAIN_STACK_SIZE with LLVM/icx (/tes…
309 * ``ZEP-2374`` - Build warnings:override: reassigning to symbol NET_IPV4 with LLVM/icx (/tests/net/…
310 * ``ZEP-2375`` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/net/udp)
329 * ``ZEP-2437`` - warnings when building applications for quark d2000
344 * ``ZEP-2480`` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/coaps_server)
345 * ``ZEP-2482`` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/telnet)
348 * ``ZEP-2485`` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/coaps_client)
349 * ``ZEP-2486`` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/mbedtls_dtlsserver)
[all …]
/Zephyr-latest/scripts/build/
Dgen_relocate_app.py48 import warnings
264 warnings.warn("Common variable found. Move "+
547 warnings.warn("File: "+file_glob+" Not found")
550 warnings.warn("Regex in file lists is deprecated, please use file(GLOB) instead")
/Zephyr-latest/scripts/kconfig/
Dkconfig.py106 if kconf.warnings:
113 for warning in kconf.warnings:
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake1 # List the warnings that are not supported for C++ compilations
23 # options for warnings
137 # Flags for set extra warnigs (ARCMWDT asm can't recognize --fatal-warnings. Skip it)
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake132 # "volatile" usage generates warnings by default in standard versions
134 # the warnings where needed (but only on the compilers that generate
153 set_property(TARGET asm PROPERTY warnings_as_errors -Werror -Wa,--fatal-warnings)
239 # Compiler flag for disabling pointer arithmetic warnings
/Zephyr-latest/subsys/
DCMakeLists.txt6 # shadow variable warnings being active on these files. Until the module has
/Zephyr-latest/cmake/modules/
Ddts.cmake38 # warnings or errors it generates.
91 # dtc when using it to check for additional errors and warnings;
379 # This is just to generate warnings and errors; we discard the output.
424 # dtc printed warnings on stderr but did not fail.
425 # Display them as CMake warnings to draw attention.
426 message(WARNING "dtc raised one or more warnings:\n${stderr}")
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake73 # Extra warnings options for twister run
128 # Compiler flag for disabling pointer arithmetic warnings

1234