Home
last modified time | relevance | path

Searched +full:misc +full:- +full:prop (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/dts/bindings/test/
Dvnd,reg-holder.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "vnd,reg-holder"
14 reg-names:
17 misc-prop:
/Zephyr-latest/tests/drivers/console_switching/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/drivers/misc/devmux/devmux.h>
16 #define PHANDLE_TO_DEVICE(node_id, prop, idx) DEVICE_DT_GET(DT_PHANDLE_BY_IDX(node_id, prop, idx)) argument
21 #define PHANDLE_TO_NAME(node_id, prop, idx) DT_NODE_FULL_NAME(DT_PHANDLE_BY_IDX(node_id, prop, idx)) argument
26 #define PHANDLE_TO_TEXT(node_id, prop, idx) \ argument
27 "Hello, " DT_NODE_FULL_NAME(DT_PHANDLE_BY_IDX(node_id, prop, idx)) "!"
39 /* skip testing non-emul uart */ in ZTEST()
73 /* skip testing non-emul uart */ in ZTEST()
106 /* ensure that non-default initial selection via DT works */ in setup()
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py2 # SPDX-License-Identifier: BSD-3-Clause
10 The top-level entry point of the library is the DT class. DT.__init__() takes a
30 "Exception raised for devicetree-related errors"
34 Represents a node in the devicetree ('node-name { ... };').
62 stored in big-endian format.
113 def name(self) -> str:
117 # Converted to a property to discourage renaming -- that has to be done
122 def unit_addr(self) -> str:
129 def path(self) -> str:
144 def node_iter(self) -> Iterable['Node']:
[all …]
/Zephyr-latest/drivers/misc/devmux/
Ddevmux.c4 * SPDX-License-Identifier: Apache-2.0
12 #include <zephyr/drivers/misc/devmux/devmux.h>
83 return -EINVAL; in z_impl_devmux_select_get()
86 K_SPINLOCK(&data->lock) in z_impl_devmux_select_get()
88 index = data->selected; in z_impl_devmux_select_get()
107 if (!devmux_device_is_valid(dev) || index >= config->n_devs) { in z_impl_devmux_select_set()
108 return -EINVAL; in z_impl_devmux_select_set()
111 if (!device_is_ready(config->devs[index])) { in z_impl_devmux_select_set()
112 return -ENODEV; in z_impl_devmux_select_set()
115 K_SPINLOCK(&data->lock) in z_impl_devmux_select_set()
[all …]
/Zephyr-latest/scripts/dts/
Dgen_defines.py3 # Copyright (c) 2019 - 2020 Nordic Semiconductor ASA
6 # SPDX-License-Identifier: BSD-3-Clause
11 # Note: Do not access private (_-prefixed) identifiers from edtlib here (and
25 sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'python-devicetree',
46 with open(args.header_out, "w", encoding="utf-8") as header_file:
58 # Check to see if we have duplicate "zephyr,memory-region" property values.
61 if 'zephyr,memory-region' in node.props:
62 region = node.props['zephyr,memory-region'].val
64 sys.exit(f"ERROR: Duplicate 'zephyr,memory-region' ({region}) properties "
74 out_comment("Node's name with unit-address:")
[all …]
/Zephyr-latest/soc/espressif/esp32s2/
Dmcuboot.ld3 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/linker/linker-defs.h>
9 #include <zephyr/linker/linker-tool.h>
93 /* Vectors according to builds/RF-2015.2-win32/esp108_v1_2_s5_512int_2/config.html */
148 #include <snippets-rodata.ld>
195 #include <zephyr/linker/common-rom/common-rom-init.ld>
196 #include <zephyr/linker/common-rom/common-rom-kernel-devices.ld>
197 #include <zephyr/linker/common-rom/common-rom-debug.ld>
198 #include <zephyr/linker/common-rom/common-rom-misc.ld>
199 #include <snippets-sections.ld>
[all …]
Ddefault.ld5 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/linker/linker-defs.h>
11 #include <zephyr/linker/linker-tool.h>
28 user_dram_end = user_iram_end - IRAM_DRAM_OFFSET;
29 user_sram_size = (user_dram_end - user_dram_seg_org);
69 FLASH (R): org = 0x0, len = FLASH_SIZE - 0x100
78 rtc_iram_seg(RWX): org = 0x40070000, len = 0x2000 - RESERVE_RTC_MEM
81 rtc_data_seg(RW) : org = 0x3ff9e000, len = 0x2000 - RESERVE_RTC_MEM
85 * - (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files).
86 * - (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on).
[all …]
/Zephyr-latest/soc/espressif/esp32/
Dmcuboot.ld3 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/linker/linker-defs.h>
9 #include <zephyr/linker/linker-tool.h>
99 /* Vectors according to builds/RF-2015.2-win32/esp108_v1_2_s5_512int_2/config.html */
155 #include <snippets-rodata.ld>
158 #include <snippets-rwdata.ld>
216 #include <zephyr/linker/common-rom/common-rom-kernel-devices.ld>
217 #include <zephyr/linker/common-rom/common-rom-debug.ld>
218 #include <zephyr/linker/common-rom/common-rom-misc.ld>
219 #include <snippets-sections.ld>
[all …]
Ddefault_appcpu.ld5 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/linker/linker-defs.h>
11 #include <zephyr/linker/linker-tool.h>
20 appcpu_iram_end = USER_IRAM_END - APPCPU_DRAM_SIZE;
21 appcpu_iram_org = appcpu_iram_end - APPCPU_IRAM_SIZE;
33 /* Zephyr macro re-definitions */
56 FLASH (R): org = 0x40, len = FLASH_SIZE - 0x40
103 LONG(_iram_end - _init_start);
112 LONG(_data_end - _data_start)
115 #include <zephyr/linker/rel-sections.ld>
[all …]
Ddefault.ld5 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/linker/linker-defs.h>
11 #include <zephyr/linker/linker-tool.h>
16 procpu_iram_end = USER_IRAM_END - APPCPU_SRAM_SIZE;
18 procpu_iram_len = procpu_iram_end - procpu_iram_org;
22 procpu_dram_len = SRAM2_DRAM_USER_SIZE - CONFIG_ESP32_BT_RESERVE_DRAM;
58 FLASH (R): org = 0x40, len = FLASH_SIZE - 0x40
62 FLASH (R): org = 0x0, len = FLASH_SIZE - 0x100
119 LONG(LOADADDR(.iram0.text) + SIZEOF(.iram0.text) - LOADADDR(.iram0.vectors))
128 LONG(LOADADDR(.dram0.end) + SIZEOF(.dram0.end) - LOADADDR(.dram0.data))
[all …]
/Zephyr-latest/soc/espressif/esp32s3/
Dmcuboot.ld3 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/linker/linker-defs.h>
9 #include <zephyr/linker/linker-tool.h>
102 /* Vectors according to builds/RF-2015.2-win32/esp108_v1_2_s5_512int_2/config.html */
161 #include <snippets-rodata.ld>
164 #include <snippets-rwdata.ld>
222 #include <zephyr/linker/common-rom/common-rom-kernel-devices.ld>
223 #include <zephyr/linker/common-rom/common-rom-debug.ld>
224 #include <zephyr/linker/common-rom/common-rom-misc.ld>
225 #include <snippets-sections.ld>
[all …]
Ddefault_appcpu.ld3 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/linker/linker-defs.h>
9 #include <zephyr/linker/linker-tool.h>
21 appcpu_iram_org = appcpu_iram_end - APPCPU_SRAM_SIZE;
22 appcpu_dram_org = appcpu_dram_end - APPCPU_SRAM_SIZE;
33 /* Zephyr macro re-definitions */
56 FLASH (R): org = 0x40, len = FLASH_SIZE - 0x40
98 LONG(_iram_end - _init_start);
107 LONG(_data_end - _data_start)
110 #include <zephyr/linker/rel-sections.ld>
[all …]
Ddefault.ld3 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/linker/linker-defs.h>
9 #include <zephyr/linker/linker-tool.h>
14 procpu_iram_end = USER_IRAM_END - APPCPU_SRAM_SIZE;
15 procpu_dram_end = USER_DRAM_END - APPCPU_SRAM_SIZE;
18 procpu_iram_len = procpu_iram_end - procpu_iram_org;
21 procpu_dram_len = procpu_dram_end - procpu_dram_org;
30 /* Zephyr macro re-definitions */
54 FLASH (R): org = 0x40, len = FLASH_SIZE - 0x40
58 FLASH (R): org = 0x0, len = FLASH_SIZE - 0x100
[all …]
/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * with real-world devicetree nodes, to allow these tests to run on
15 test-alias = &test_nodelabel;
28 #address-cells = < 0x1 >;
29 #size-cells = < 0x1 >;
30 interrupt-parent = <&test_intc>;
32 test_cpu_intc: interrupt-controller {
33 compatible = "vnd,cpu-intc";
34 #address-cells = <0>;
35 #interrupt-cells = < 0x01 >;
[all …]
/Zephyr-latest/cmake/modules/
Dextensions.cmake1 # SPDX-License-Identifier: Apache-2.0
14 # 1. Zephyr-aware extensions
20 # 1.5. Misc.
21 # 2. Kconfig-aware extensions
22 # 2.1 Misc
23 # 3. CMake-generic extensions
44 # 1. Zephyr-aware extensions
49 # "zephyr". zephyr is a catch-all CMake library for source files that
52 # [0] https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html
66 # As a very high-level introduction here are two call graphs that are
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_
[all …]
Drelease-notes-1.14.rst17 * CVE-2020-10066
18 * CVE-2020-10069
19 * CVE-2020-13601
20 * CVE-2020-13602
32 * :github:`issuenumber` - issue title
34 * :github:`18334` - DNS resolution is broken for some addresses in master/2.0-pre
35 * :github:`19917` - Bluetooth: Controller: Missing LL_ENC_RSP after HCI LTK Negative Reply
36 * :github:`21107` - LL_ASSERT and 'Imprecise data bus error' in LL Controller
37 * :github:`21257` - tests/net/net_pkt failed on mimxrt1050_evk board.
38 * :github:`21299` - bluetooth: Controller does not release buffer on central side after peripheral …
[all …]
Drelease-notes-2.5.rst27 * CVE-2021-3323: Under embargo until 2021-04-14
28 * CVE-2021-3321: Under embargo until 2021-04-14
29 * CVE-2021-3320: Under embargo until 2021-04-14
39 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
56 * Changed vcnl4040 dts binding default for property 'proximity-trigger'.
63 * The :c:func:`mqtt_keepalive_time_left` function now returns -1 if keep alive
67 timeout usage must use the new-style k_timeout_t type and not the
87 GPIO-only regulators a devicetree property ``supply-gpios`` is defined as a
101 * ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0.
146 sys_heap/k_heaps. Note that the new-style heap is a general
[all …]
Drelease-notes-3.1.rst61 * Split CAN classic and CAN-FD APIs:
90 was moved from Kconfig to :ref:`devicetree <dt-guide>`.
91 See the :dtcompatible:`st,stm32f1-pinctrl` devicetree binding for more information.
182 * MIPI-DSI
184 * Added a :ref:`MIPI-DSI api <mipi_dsi_api>`. This is an experimental API,
196 * Added support for enabling/disabling CAN-FD mode at runtime using :c:macro:`CAN_MODE_FD`.
220 * Added support for Provisioners over PB-GATT
231 * Implemented ISO-AL TX unframed fragmentation
232 * Added support for back-to-back receiving of PDUs on nRF5x platforms
249 newly created informational-only callback struct :c:struct:`bt_conn_auth_info_cb`.
[all …]