Searched +full:always +full:- +full:on (Results 1 – 25 of 850) sorted by relevance
12345678910>>...34
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.opentitan | 1 # 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-latest/subsys/logging/ |
D | Kconfig.misc | 2 # SPDX-License-Identifier: Apache-2.0 8 depends on SHELL 9 depends on !LOG_MODE_MINIMAL 14 depends on ZTEST 29 depends on !64BIT && !CBPRINTF_PACKAGE_HEADER_STORE_CREATION_FLAGS 32 Dedicated code for handling simple log messages (0-2 32 bit word arguments). 33 Approximately, 70%-80% log messages in the application fit into that category. 34 Depending on the architecture code size reduction is from 0-40% (highest seen on 38 bool "Always use runtime message creation (v2)" 43 If enabled, runtime method is always used for message creation. Static [all …]
|
/Zephyr-latest/tests/crypto/mbedtls_psa/ |
D | testcase.yaml | 2 # supported on any platform. A very minimal configuration is tested here: simply 4 # - psa_crypto_init() which is required before any PSA crypto operation 5 # - psa_generate_random() which is always available as long as PSA crypto is 8 # Since it might take too long to execute this test on all platforms 11 # - no TF-M enabled devices because we assume that the TF-M implementation 12 # of PSA crypto is working fine on the platforms that support TF-M. 13 # - platform should be testable by the CI. 14 # - pick 1 platform which supports entropy driver and 1 which does not. The 20 - mbedtls 21 - psa [all …]
|
/Zephyr-latest/soc/ti/lm3s6965/ |
D | Kconfig.soc | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # SPDX-License-Identifier: Apache-2.0 11 depends on SOC_TI_LM3S6965 12 # Platform has only been tested on QEMU, not on real hardware, so always
|
/Zephyr-latest/.github/workflows/ |
D | stale_issue.yml | 2 on: 4 - cron: "16 00 * * *" 9 runs-on: ubuntu-22.04 10 if: github.repository == 'zephyrproject-rtos/zephyr' 12 - uses: actions/stale@v9 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 …]
|
D | codecov.yaml | 3 on: 5 - cron: '25 06,18 * * *' 8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 9 cancel-in-progress: true 13 if: github.repository_owner == 'zephyrproject-rtos' 14 runs-on: 15 group: zephyr-runner-v2-linux-x64-4xlarge 17 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026 18 options: '--entrypoint /bin/bash' 20 fail-fast: false [all …]
|
D | clang.yaml | 3 on: pull_request_target 6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 7 cancel-in-progress: true 10 clang-build: 11 if: github.repository_owner == 'zephyrproject-rtos' 12 runs-on: 13 group: zephyr-runner-v2-linux-x64-4xlarge 15 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026 16 options: '--entrypoint /bin/bash' 18 fail-fast: false [all …]
|
/Zephyr-latest/dts/bindings/spi/ |
D | spi-device.yaml | 1 # 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-latest/cmake/toolchain/llvm/ |
D | generic.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 # used for devicetree pre-processing and other pre-processing tasks which must 20 # LLVM is flexible, meaning that it can in principle always support newlib or picolibc. 21 # This is not decided by LLVM itself, but depends on libraries distributed with the installation. 22 # Also newlib or picolibc may be created as add-ons. Thus always stating that LLVM does not have 28 # Developers can manually indicate library support with '-DTOOLCHAIN_HAS_<NEWLIB|PICOLIBC>=<ON|OFF>' 34 set(TOOLCHAIN_HAS_NEWLIB ON CACHE BOOL "True if toolchain supports newlib") 40 set(TOOLCHAIN_HAS_PICOLIBC ON CACHE BOOL "True if toolchain supports picolibc")
|
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | test_conn_impl.h | 4 * 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-latest/lib/libc/picolibc/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 13 depends on ZEPHYR_PICOLIBC_MODULE 14 depends on !GLIBCXX_LIBCPP 23 depends on "$(TOOLCHAIN_HAS_PICOLIBC)" = "y" 47 depends on !REQUIRES_FLOAT_PRINTF && (!CBPRINTF_FP_SUPPORT || CBPRINTF_NANO) 54 …depends on !REQUIRES_FLOAT_PRINTF && ((!CBPRINTF_FP_SUPPORT && !CBPRINTF_FULL_INTEGRAL) || CBPRINT… 61 depends on !REQUIRES_FLOAT_PRINTF && CBPRINTF_NANO 84 Compiler optimizations will be set to -Os independently of other 90 Compiler optimizations will be set to -O2 independently of other 96 Compiler optimizations will be set to -Og independently of other [all …]
|
/Zephyr-latest/dts/bindings/gpio/ |
D | atmel-xplained-pro-header.yaml | 2 # 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-latest/boards/nxp/vmu_rt1170/ |
D | vmu_rt1170_mimxrt1176_cm7.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <zephyr/dt-bindings/led/led.h> 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 24 pwm-led0 = &buzzer0; 25 mcuboot-button0 = &arming_button; 34 zephyr,shell-uart = &lpuart1; 36 zephyr,flash-controller = &mx25um51345g; 38 zephyr,code-partition = &slot0_partition; 39 zephyr,uart-mcumgr = &lpuart1; [all …]
|
/Zephyr-latest/cmake/bintools/ |
D | bintools_template.cmake | 8 # - 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-latest/drivers/entropy/ |
D | Kconfig.native_posix | 1 # 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 19 depends on FAKE_ENTROPY_NATIVE_POSIX
|
/Zephyr-latest/drivers/hwinfo/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 14 module-str = HWINFO 24 depends on SHELL 31 depends on SOC_SERIES_CC13X2_CC26X2 || SOC_SERIES_CC13X2X7_CC26X2X7 39 bool "Ignore CCFG and always use factory value" 42 Always return factory pre-programmed values, stored in FCFG and ignore 54 Use 8-bytes length IEEE 802.15.4 extended address as device ID value. 59 Use 6-bytes length BLE MAC address as device ID value. 68 depends on SOC_FAMILY_STM32 && !SOC_SERIES_STM32WB0X 76 depends on SOC_FAMILY_NORDIC_NRF [all …]
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.dw1000 | 2 # 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-latest/dts/bindings/mmc/ |
D | renesas,rcar-emmc.yaml | 1 description: Renesas R-Car eMMC 3 compatible: "renesas,rcar-mmc" 5 include: [sdhc.yaml, mmc.yaml, pinctrl-device.yaml, reset-device.yaml] 14 pinctrl-0: 17 pinctrl-names: 20 max-bus-freq: 23 non-removable: 26 Non-removable slots (like eMMC), which are assumed to always be present, 27 will affect the `sdhc_card_present` call. This call will always return 30 mmc-sdr104-support: [all …]
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 2 # 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 string "Date-Time format" 78 default "%Y-%m-%dT%H:%M:%S%z" 81 function, so refer to string's documentation for more info on the different formats. 83 example, setting the format to "2023-02-05T00:07:04+0000" will set it as the build time, 87 Example of the default format: 2023-09-29T17:43:14+0000. [all …]
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 4 # 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 42 depends on !SOC_SERIES_NRF91X 46 depends on SOC_SERIES_NRF52X 51 depends on SOC_SERIES_NRF52X 59 depends on !SOC_SERIES_NRF91X && CLOCK_CONTROL_NRF_K32SRC_RC 63 accuracy of the low frequency clock will degrade. Disable on your own 70 depends on !CLOCK_CONTROL_NRF_FORCE_ALT [all …]
|
/Zephyr-latest/dts/bindings/regulator/ |
D | regulator-fixed.yaml | 1 # Copyright 2019-2020 Peter Bigot Consulting, LLC 3 # SPDX-License-Identifier: Apache-2.0 8 - name: base.yaml 9 - name: regulator.yaml 10 property-allowlist: 11 - regulator-name 12 - regulator-boot-on 13 - regulator-always-on 14 - regulator-min-microvolt 15 - regulator-max-microvolt [all …]
|
/Zephyr-latest/cmake/linker/ |
D | linker_flags_template.cmake | 3 # SPDX-License-Identifier: Apache-2.0 6 # Basic linker properties which should always be applied for a Zephyr build. 10 # Basic linker properties which should always be applied for a Zephyr build 21 # coverage is a property holding the linker flag required for coverage support on the toolchain. 22 # For example, on ld/gcc this would be: -lgcov 28 # such as ls --print-memory-usage flag. 37 # such as, "-no-pie" for LD, and "--no-pie" for LLD. 41 # such as, "-r" or "--relocatable" for LD and LLD. 54 # front-end for ld.
|
/Zephyr-latest/doc/develop/west/ |
D | why.rst | 1 .. _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-latest/soc/espressif/esp32/ |
D | poweroff.c | 3 * 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-latest/soc/espressif/esp32c3/ |
D | poweroff.c | 3 * SPDX-License-Identifier: Apache-2.0 12 /* Forces RTC domain to be always on */ in z_sys_poweroff()
|
12345678910>>...34