Home
last modified time | relevance | path

Searched full:warnings (Results 1 – 25 of 133) sorted by relevance

123456

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py28 warnings A string containing one or more
29 warnings to display
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
[all …]
/Zephyr-latest/scripts/kconfig/
Dkconfig.py16 # Also does various checks (most via Kconfiglib warnings).
51 # fragments, to avoid warnings-turned-errors when using an old
56 # disable warnings about symbols being assigned more than once
84 # Print warnings for symbols that didn't get the assigned value. Only
85 # do this for handwritten input too, to avoid likely unhelpful warnings
96 # Hack: Force all symbols to be evaluated, to catch warnings generated
98 # that we don't generate any output if there are warnings-turned-errors.
106 if kconf.warnings:
112 # Put a blank line between warnings to make them easier to read
113 for warning in kconf.warnings:
[all …]
/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/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/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/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/dts/bindings/test/
Dvnd,non-deprecated-label.yaml6 of generating deprecation warnings, which are errors in some
/Zephyr-latest/boards/seagate/faze/
Dpre_dt_board.cmake4 # Suppress DTC warnings due to all GPIO nodes sharing the same register address.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_srv.rst18 Faults are split into warnings and errors. Warnings indicate conditions that
/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,
183 # warnings=None,
209 ztest files for warnings and results
536 warnings = 'dummy warning',
545 warnings = None,
570 warnings = None,
[all …]
/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/tests/twister_blackbox/
Dtest_disable.py42 '--disable-warnings-as-errors',
105 'disable-warnings-as-errors',
106 'warnings-as-errors'
/Zephyr-latest/
D.ruff.toml18 "W", # pycodestyle warnings
/Zephyr-latest/include/zephyr/arch/arc/
Darc_addr_types.h15 * This causes extra warnings. However we can safely define
/Zephyr-latest/cmake/sca/sparse/
Dsca.cmake18 # Avoid compiler "attribute directive ignored" warnings
/Zephyr-latest/doc/develop/sca/
Dgcc.rst8 analysis of the code than traditional warnings.
/Zephyr-latest/modules/hal_nordic/
DKconfig.nrf_regtool21 0. Only critical information and warnings.
/Zephyr-latest/scripts/dts/
Dedtlib_logger.py25 # Configure it so that warnings and above are printed to stderr,
Dgen_edt.py83 help="if set, edtlib-specific warnings become errors. "
84 "(this does not apply to warnings shared "
/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/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/tests/subsys/shell/shell/src/
Dtest_module.c41 * flag to 0 does not add command and does not generate any warnings.

123456