Home
last modified time | relevance | path

Searched +full:always +full:- +full:on (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/Zephyr-Core-3.5.0/drivers/watchdog/
DKconfig.opentitan1 # OpenTitan Always-On Timer support
4 # SPDX-License-Identifier: Apache-2.0
7 bool "OpenTitan Always-On (AON) Timer"
8 depends on DT_HAS_LOWRISC_OPENTITAN_AONTIMER_ENABLED
/Zephyr-Core-3.5.0/subsys/logging/
DKconfig.misc2 # SPDX-License-Identifier: Apache-2.0
8 depends on !LOG_MODE_MINIMAL
16 depends on SHELL
17 depends on !LOG_FRONTEND_ONLY && !LOG_MODE_MINIMAL
23 depends on ZTEST
37 bool "Always use runtime message creation (v2)"
42 If enabled, runtime method is always used for message creation. Static
43 creation relies on compiler being able to optimize and remove code
44 based on information known at compile time. Runtime only approach must
46 (seen on arm_cortex_m and x86) were using unrealistic amount of stack
[all …]
/Zephyr-Core-3.5.0/boards/arm/vmu_rt1170/
Dvmu_rt1170.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/led/led.h>
30 zephyr,shell-uart = &lpuart1;
32 zephyr,flash-controller = &mx25um51345g;
34 zephyr,code-partition = &slot0_partition;
38 reg-3v3-sdcard {
39 compatible = "regulator-fixed";
40 regulator-name = "reg-3v3-sdcard";
41 enable-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-Core-3.5.0/.github/workflows/
Dstale_issue.yml2 on:
4 - cron: "16 00 * * *"
9 runs-on: ubuntu-22.04
10 if: github.repository == 'zephyrproject-rtos/zephyr'
12 - uses: actions/stale@v8
14 stale-pr-message: 'This pull request has been marked as stale because it has been open (more
17 closed in 14 days. Note, that you can always re-open a closed pull request at any time.'
18 stale-issue-message: 'This issue has been marked as stale because it has been open (more
21 14 days. Note, that you can always re-open a closed issue at any time.'
22 days-before-stale: 60
[all …]
/Zephyr-Core-3.5.0/soc/arm/ti_lm3s6965/
DKconfig3 # Copyright (c) 2014-2015 Wind River Systems, Inc.
4 # SPDX-License-Identifier: Apache-2.0
8 depends on SOC_TI_LM3S6965
9 # Platform has only been tested on QEMU, not on real hardware, so always
/Zephyr-Core-3.5.0/subsys/bindesc/
DKconfig.build_time2 # SPDX-License-Identifier: Apache-2.0
18 bool "Always rebuild"
22 always be rebuilt. This results in the timestamp always being
64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000"
69 The date of compilation as a string, such as "2023-09-29"
77 depends on BINDESC_BUILD_DATE_TIME_STRING
78 string "Date-Time format"
79 default "%Y-%m-%dT%H:%M:%S%z"
82 function, so refer to string's documentation for more info on the different formats.
84 example, setting the format to "2023-02-05T00:07:04+0000" will set it as the build time,
[all …]
/Zephyr-Core-3.5.0/drivers/clock_control/
DKconfig.nrf4 # SPDX-License-Identifier: Apache-2.0
8 depends on SOC_COMPATIBLE_NRF
16 depends on DT_HAS_NORDIC_NRF_CLOCK_ENABLED
27 depends on SHELL
43 depends on !SOC_SERIES_NRF91X
47 depends on SOC_SERIES_NRF52X
52 depends on SOC_SERIES_NRF52X
60 depends on !SOC_SERIES_NRF91X && CLOCK_CONTROL_NRF_K32SRC_RC
64 accuracy of the low frequency clock will degrade. Disable on your own
71 depends on !CLOCK_CONTROL_NRF_FORCE_ALT
[all …]
/Zephyr-Core-3.5.0/drivers/hwinfo/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
14 module-str = HWINFO
20 depends on SHELL
27 depends on SOC_SERIES_CC13X2_CC26X2 || SOC_SERIES_CC13X2X7_CC26X2X7
34 bool "Ignore CCFG and always use factory value"
37 Always return factory pre-programmed values, stored in FCFG and ignore
49 Use 8-bytes length IEEE 802.15.4 extended address as device ID value.
54 Use 6-bytes length BLE MAC address as device ID value.
63 depends on SOC_FAMILY_STM32
70 depends on SOC_FAMILY_NRF
[all …]
/Zephyr-Core-3.5.0/cmake/bintools/
Dbintools_template.cmake8 # - memusage : Tool for reporting target memory usage
10 # - disassembly : Tool for disassemble the target
11 # - elfconvert : Tool for converting from elf into another format.
12 # - readelf : Tool for elf file processing
13 # - strip : Tool for symbol stripping
14 # - symbols : Tool for listing symbols in a binary
17 # - <tool>_command : Name of executable to call
18 # - <tool>_flag : Flags that must always be used with this command
19 # - <tool>_flag_infile : Flag to use when specifying the file to process
20 # - <tool>_flag_outfile : Flag to use to specify the result of the processing.
[all …]
/Zephyr-Core-3.5.0/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.h4 * SPDX-License-Identifier: Apache-2.0
29 /* The number of times an A-implementation API func has been called (other than init) */
32 /* The number of times a B-implementation API func has been called (other than init) */
35 /* Increases on each connect call, decreases on each disconnect call */
38 /* The number of times A-implementation init was called (should always be 1) */
41 /* The number of times B-implementation init was called (should always be 1) */
47 /* If true, the implementation should time out on connect. */
86 * @brief Simulate a connection loss on the target iface.
88 * @param target - iface to simulate connection loss on.
93 * @brief Simulate a fatal error on the target iface
[all …]
/Zephyr-Core-3.5.0/dts/bindings/spi/
Dspi-device.yaml1 # Copyright (c) 2018, I-SENSE group of ICCS
2 # SPDX-License-Identifier: Apache-2.0
8 on-bus: spi
13 spi-max-frequency:
21 Duplex mode, full or half. By default it's always full duplex thus 0
24 list (see dt-bindings/spi/spi.h)
28 - 0
29 - 2048
30 frame-format:
34 Motorola or TI frame format. By default it's always Motorola's,
[all …]
/Zephyr-Core-3.5.0/lib/libc/picolibc/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
9 depends on ZEPHYR_PICOLIBC_MODULE
10 depends on !GLIBCXX_LIBCPP
18 default -2
25 If set to -2, then the value of COMMON_LIBC_MALLOC_ARENA_SIZE
29 bool "support for long long in integer-only printf/scanf"
31 Includes support for long long in integer-only printf/scanf. long long
32 types are always supported in the floating-point versions.
55 Compiler optimizations will be set to -Os independently of other
61 Compiler optimizations will be set to -O2 independently of other
[all …]
/Zephyr-Core-3.5.0/drivers/entropy/
DKconfig.native_posix1 # SPDX-License-Identifier: Apache-2.0
6 depends on DT_HAS_ZEPHYR_NATIVE_POSIX_RNG_ENABLED
10 native_posix board (ARCH_POSIX). This is based on the host random() API.
13 It actually generates always the same sequence of random numbers if
/Zephyr-Core-3.5.0/dts/bindings/gpio/
Datmel-xplained-pro-header.yaml2 # SPDX-License-Identifier: Apache-2.0
5 GPIO pins exposed on Atmel Xplained Pro headers.
15 header must always be implemented.
17 below the PWR header. This header must always be present.
20 implemented on small boards.
22 All MCU boards have to implement at least PWR, EXT1, EXT2 (on medium and
24 on the board design. EXT4 to EXT7 can either be standard extension headers
28 https://www.microchip.com/development-tools/xplained-boards
29 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42091-Atmel-Xplained-Pro-Hardware-Developmen…
37 0 ADC(+) 3 4 ADC(-) 1
[all …]
/Zephyr-Core-3.5.0/drivers/serial/
DKconfig.nrfx3 # Copyright (c) 2016 - 2018, Nordic Semiconductor ASA
4 # SPDX-License-Identifier: Apache-2.0
13 depends on DT_HAS_NORDIC_NRF_UART_ENABLED || DT_HAS_NORDIC_NRF_UARTE_ENABLED
23 depends on DT_HAS_NORDIC_NRF_UART_ENABLED
27 depends on DT_HAS_NORDIC_NRF_UARTE_ENABLED
31 depends on UART_ASYNC_API
32 depends on UART_NRFX_UARTE
39 # ----------------- port 0 -----------------
43 bool "Efficient poll out on port 0"
45 depends on HAS_HW_NRF_UARTE0
[all …]
/Zephyr-Core-3.5.0/doc/develop/west/
Dwhy.rst1 .. _west-history:
9 * The ability to provide an extensible and user-friendly command-line interface
12 During the development of west, a set of :ref:`west-design-constraints` were
32 * **R4**: Support both continuous tracking and commit-based (bisectable) project
40 `Git Submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`_ and
41 Google's `repo <https://gerrit.googlesource.com/git-repo/>`_.
49 - Does not cleanly support using zephyr as the manifest repository (**R4**)
50 - Python 2 only
51 - Does not play well with Windows
52 - Assumes Gerrit is used for code review
[all …]
/Zephyr-Core-3.5.0/drivers/ieee802154/
DKconfig.dw10002 # SPDX-License-Identifier: Apache-2.0
7 depends on DT_HAS_DECAWAVE_DW1000_ENABLED
13 int "SNIFF on time"
17 SNIFF on time in unit of PAC. The minimum on time is the duration
18 of two PACs. The SNIFF counter always adds 1 PAC unit to the on-time
19 count. The SNIFF_ONT value should be in range of 1-15.
/Zephyr-Core-3.5.0/samples/drivers/uart/native_tty/
DCMakeLists.txt1 # SPDX-License-Identifier: Apache-2.0
7 set(CMAKE_EXPORT_COMPILE_COMMANDS on)
8 zephyr_compile_options(-fdiagnostics-color=always)
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Daics.h4 * SPDX-License-Identifier: Apache-2.0
18 * The Audio Input Control Service is a secondary service, and as such should not be used on its
67 /** Initial audio input gain (-128 to 127) */
142 * @return 0 if success, errno on failure.
152 * @return 0 if success, errno on failure.
160 * @param err Error value. 0 on success, GATT error on positive value
161 * or errno on negative value.
172 * @param err Error value. 0 on success, GATT error on positive value
173 * or errno on negative value.
174 * For notifications, this will always be 0.
[all …]
Dvocs.h4 * SPDX-License-Identifier: Apache-2.0
41 #define BT_VOCS_MIN_OFFSET -255
55 /** Initial volume offset (-255 to 255) */
111 * @return 0 if success, errno on failure.
121 * @return 0 if success, errno on failure.
132 * @param err Error value. 0 on success, GATT error on positive value
133 * or errno on negative value.
134 * For notifications, this will always be 0.
143 * @param err Error value. 0 on success, GATT error on positive value
144 * or errno on negative value.
[all …]
/Zephyr-Core-3.5.0/tests/drivers/regulator/api/
Dapp.overlay3 * SPDX-License-Identifier: Apache-2.0
8 compatible = "zephyr,fake-regulator";
13 regulator-always-on;
17 regulator-boot-on;
21 regulator-min-microvolt = <100>;
22 regulator-max-microvolt = <200>;
23 regulator-min-microamp = <100>;
24 regulator-max-microamp = <200>;
25 regulator-allowed-modes = <1 10>;
26 regulator-initial-mode = <1>;
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32/
Dpoweroff.c3 * SPDX-License-Identifier: Apache-2.0
16 * which have an external pull-up resistor on GPIO12 (such as ESP32-WROVER) in z_sys_poweroff()
20 /* Forces RTC domain to be always on */ in z_sys_poweroff()
/Zephyr-Core-3.5.0/boards/arm/nrf9160dk_nrf52840/
DKconfig.board3 # Copyright (c) 2018-2020 Nordic Semiconductor ASA
4 # SPDX-License-Identifier: Apache-2.0
8 depends on SOC_NRF52840_QIAA
10 # (board.c), so it is forced here to be enabled always, not only
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/
Dpoweroff.c3 * SPDX-License-Identifier: Apache-2.0
12 /* Forces RTC domain to be always on */ in z_sys_poweroff()
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32s2/
Dpoweroff.c3 * SPDX-License-Identifier: Apache-2.0
12 /* Forces RTC domain to be always on */ in z_sys_poweroff()

12345678910>>...27