Searched refs:warnings (Results 1 – 25 of 86) sorted by relevance
1234
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 42 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 …]
|
D | config_parser.py | 7 import warnings 226 warnings.warn(
|
D | reports.py | 532 warnings = 0 553 warnings += 1 555 if warnings: 557 warnings, 673 if (self.plan.warnings + results.warnings)
|
/Zephyr-latest/cmake/linker/ld/clang/ |
D | linker_flags.cmake | 8 # 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/ |
D | linker_flags.cmake | 16 # Extra warnings options for twister run 17 set_property(TARGET linker PROPERTY warnings_as_errors -Wl,--fatal-warnings)
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 105 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/ |
D | Kconfig | 27 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/ |
D | linker_flags.cmake | 39 # Extra warnings options for twister run 40 set_property(TARGET linker PROPERTY warnings_as_errors -Wl,--fatal-warnings)
|
/Zephyr-latest/share/sysbuild/build/ |
D | Kconfig | 6 bool "Treat warnings as errors"
|
/Zephyr-latest/cmake/usage/ |
D | usage.cmake | 44 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/ |
D | pre_dt_board.cmake | 4 # Suppress DTC warnings due to all GPIO nodes sharing the same register address.
|
/Zephyr-latest/ |
D | .ruff.toml | 18 "W", # pycodestyle warnings
|
/Zephyr-latest/doc/develop/sca/ |
D | gcc.rst | 8 analysis of the code than traditional warnings.
|
/Zephyr-latest/cmake/sca/sparse/ |
D | sca.cmake | 18 # Avoid compiler "attribute directive ignored" warnings
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | generic.cmake | 14 # -march=armv6-m is added to silence the warnings:
|
/Zephyr-latest/modules/trusted-firmware-m/psa/ |
D | GNUARM.cmake | 21 set(CMAKE_EXE_LINKER_FLAGS "-Xlinker --fatal-warnings -Xlinker --gc-sections -z max-page-size=0x400…
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 21 0. Only critical information and warnings.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.9.rst | 247 * ``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/ |
D | gen_relocate_app.py | 48 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/ |
D | kconfig.py | 106 if kconf.warnings: 113 for warning in kconf.warnings:
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 1 # 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/ |
D | compiler_flags.cmake | 132 # "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/ |
D | CMakeLists.txt | 6 # shadow variable warnings being active on these files. Until the module has
|
/Zephyr-latest/cmake/modules/ |
D | dts.cmake | 38 # 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/ |
D | compiler_flags_template.cmake | 73 # Extra warnings options for twister run 128 # Compiler flag for disabling pointer arithmetic warnings
|
1234