Searched refs:warnings (Results 1 – 25 of 89) 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 232 warnings.warn(
|
/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/cmake/compiler/xt-clang/ |
D | compiler_flags.cmake | 40 # some newer compiler flags may cause warnings where twister 42 # add -Wno-unknown-warning-option to suppress those warnings.
|
/Zephyr-latest/ |
D | .ruff.toml | 18 "W", # pycodestyle warnings
|
D | .gitignore | 50 doc/doc.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/scripts/build/ |
D | gen_relocate_app.py | 50 import warnings 269 warnings.warn("Common variable found. Move "+ 560 warnings.warn("File: "+file_glob+" Not found") 563 warnings.warn("Regex in file lists is deprecated, please use file(GLOB) instead")
|
/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/kconfig/ |
D | kconfig.py | 106 if kconf.warnings: 113 for warning in kconf.warnings:
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 133 # "volatile" usage generates warnings by default in standard versions 135 # the warnings where needed (but only on the compilers that generate 154 set_property(TARGET asm PROPERTY warnings_as_errors -Werror -Wa,--fatal-warnings) 241 # 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/compiler/arcmwdt/ |
D | compiler_flags.cmake | 1 # List the warnings that are not supported for C++ compilations 24 # options for warnings 138 # Flags for set extra warnigs (ARCMWDT asm can't recognize --fatal-warnings. Skip it)
|
/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; 378 # This is just to generate warnings and errors; we discard the output. 423 # dtc printed warnings on stderr but did not fail. 424 # Display them as CMake warnings to draw attention. 425 message(WARNING "dtc raised one or more warnings:\n${stderr}")
|
/Zephyr-latest/cmake/linker/armlink/ |
D | target.cmake | 95 # Resolving symbols using generated steering files will emit the warnings 6331 and 6332. 97 # Thus silence those two warnings.
|
1234