Home
last modified time | relevance | path

Searched +full:in +full:- +full:place (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/Zephyr-latest/tests/drivers/display/display_read_write/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
9 bool "Place the display buffer in a specific memory section"
11 Place the display buffer in a specific memory section.
22 string "Memory section to place Display Buffer"
24 Specific memory section to place the display buffer.
/Zephyr-latest/lib/posix/options/getopt/
Dgetopt.c2 /* SPDX-License-Identifier: BSD-3-Clause */
7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
54 state->opterr = 1; in getopt_init()
55 state->optind = 1; in getopt_init()
56 state->optopt = 0; in getopt_init()
[all …]
Dgetopt_long.c9 * copyright notice and this permission notice appear in all copies.
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 * Sponsored in part by the Defense Advanced Research Projects
21 * Materiel Command, USAF, under agreement number F39502-99-1-0512.
30 * Redistribution and use in source and binary forms, with or without
35 * 2. Redistributions in binary form must reproduce the above copyright
36 * notice, this list of conditions and the following disclaimer in the
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
[all …]
/Zephyr-latest/soc/ite/ec/it8xxx2/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
20 # https://www.ite.com.tw/uploads/product_download/it81202-bx-chip-errata.pdf
118 On IT81202 (128-pins package), the pins of GPIO group K and L aren't
119 bonding with pad. So we configure these pins as internal pull-down
127 floating internally. We need to enable internal pull-down for the pin
145 The clock_frequency of ite,it8xxx2-i2c node (i2c0, i2c1, and i2c2) will
152 - GPIOA0 -> TCK
153 - GPIOA1 -> TDI
154 - GPIOA4 -> TDO
155 - GPIOA5 -> TMS
[all …]
/Zephyr-latest/modules/segger/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
10 Indicates that the platform supports SEGGER J-Link RTT.
17 Enable Segger J-Link RTT libraries for platforms that support it.
29 int "Maximum number of up-buffers"
33 int "Maximum number of down-buffers"
45 int "Size of buffer for RTT printf to bulk-send chars via RTT"
49 prompt "Mode for pre-initialized terminal channel (buffer 0)"
59 bool "Block: Wait until there is space in the buffer."
70 bool "Use a simple byte-loop instead of standard memcpy"
77 bool "Place RTT data in the default linker section"
[all …]
/Zephyr-latest/subsys/tracing/sysview/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
18 string "Application name to be displayed in SystemView"
22 bool "Post-mortem mode for SystemView"
28 bool "Place SystemView data in the default linker section"
31 bool "Place SystemView data in the DTCM linker section"
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst9 required files and place them in the required memory region. The memory region
10 and file are given to the :ref:`gen_relocate_app.py` script in the form
13 This script provides a robust way to re-order the memory contents without
14 actually having to modify the code. In simple terms this script will do the job
19 The memory region and file are given to the :ref:`gen_relocate_app.py` script in the form of a stri…
25 ``python3 gen_relocate_app.py -i input_string -o generated_linker -c generated_code``
27 Kconfig :kconfig:option:`CONFIG_CODE_DATA_RELOCATION` option, when enabled in
37 The text section is split into 2 parts in the main linker script. The first
52 * Enable :kconfig:option:`CONFIG_CODE_DATA_RELOCATION` in the ``prj.conf`` file
54 * Inside the ``CMakeLists.txt`` file in the project, mention
[all …]
/Zephyr-latest/drivers/usb/udc/
DKconfig1 # Copyright (c) 2021-2022 Nordic Semiconductor ASA
2 # SPDX-License-Identifier: Apache-2.0
15 int "Number of buffers in the pool"
19 Number of UDC request buffers in the pool.
29 bool "Place the buffer pools in the nocache memory region"
32 Place the buffer pools in the nocache memory region if the driver
33 cannot handle buffers in cached memory.
54 module-str = usb drv
/Zephyr-latest/doc/kernel/iterable_sections/
Dindex.rst7 which can be used for defining iterable areas of equally-sized data structures,
14 associated initializer in a common header file, so that they can be
15 instantiated anywhere in the code base.
17 .. code-block:: c
35 Then the linker has to be setup to place the structure in a
42 .. code-block:: cmake
47 .. code-block:: c
55 .. code-block:: c
58 printk("%p: a: %d, b: %d\n", data, data->a, data->b);
62 The linker is going to place the entries sorted by name, so the example
[all …]
/Zephyr-latest/drivers/ethernet/nxp_enet/
DKconfig3 # Copyright (c) 2016-2017 ARM Ltd
5 # SPDX-License-Identifier: Apache-2.0
48 Enable the use of the ENET1G ethernet instance in 1G mode.
54 Place the hardware DMA buffers into DTCM for better
62 - IPv4, UDP and TCP checksum (both Rx and Tx)
82 ENET RX thread stack size in bytes.
88 ENET MAC Driver handles RX in cooperative workqueue thread.
98 Place the Ethernet receiver in promiscuous mode. This may be useful
105 Place the hardware DMA buffers into DTCM for better
113 - IPv4, UDP and TCP checksum (both Rx and Tx)
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_f_1.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
94 * @param buf Buffer to place the read result in
98 * @return Number of bytes read, or in case of an error - BT_GATT_ERR()
105 const char *value = attr->user_data; in read_str_value()
116 * @param buf Buffer to place the read result in
120 * @return Number of bytes read, or in case of an error - BT_GATT_ERR()
127 const uint8_t *value = attr->user_data; in read_value_v15()
139 * @param len Number of bytes in the buffer
143 * @return Number of bytes written, or in case of an error - BT_GATT_ERR()
[all …]
Dservice_b_1_1.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
62 * @param buf Buffer to place the read result in
66 * @return Number of bytes read, or in case of an error - BT_GATT_ERR()
73 const uint8_t *value = attr->user_data; in read_value_v4()
85 * @param len Number of bytes in the buffer
89 * @return Number of bytes written, or in case of an error - BT_GATT_ERR()
96 uint8_t *value = attr->user_data; in write_value_v4()
115 * @param buf Buffer to place the read result in
119 * @return Number of bytes read, or in case of an error - BT_GATT_ERR()
[all …]
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/
Dlinker_xtensa_intel_adsp_cavs.ld4 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/linker/linker-defs.h>
11 #include <zephyr/linker/linker-tool.h>
17 * *---------------------------------------------------------------*
19 * *---------------------------------------------------------------*
21 * *---------------------------------------------------------------*
24 * RAM) has a bit of both TEXT and DATA. In fact, the default linker
25 * script would also place some BSS section on SRAM0, which would break
27 * default linker script, all BSS content is put in the SRAM4 region.
30 * One final detail: SRAM4 actually lives in the "uncached" memory,
[all …]
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
17 module-str = ec-host-commands
25 int "Buffer size in bytes for TX buffer shared by all EC host commands"
32 Buffer size in bytes for TX buffer defined by the host command handler.
38 int "Buffer size in bytes for RX buffer shared by all EC host commands"
45 Buffer size in bytes for TX buffer defined by the host command handler.
55 If the priority is too low (high in value), the host commands handler may be unable to
80 bool "Place RX and TX buffers in __nocache section"
85 uncached memory. Add possibility to place the RX and TX buffers in the
/Zephyr-latest/soc/nordic/common/
Darm_platform_init.ld4 * SPDX-License-Identifier: Apache-2.0
7 /* Let SystemInit() be called in place of soc_reset_hook() by default. */
/Zephyr-latest/modules/lvgl/
DKconfig.memory1 # Copyright (c) 2018-2019 Jan Van Winkel <jan.van_winkel@dxplore.eu>
3 # SPDX-License-Identifier: Apache-2.0
44 Size of the memory pool in bytes
50 Place LVGL memory pool in custom section, with tag ".lvgl_heap".
67 Use two buffers to render and flush data in parallel
74 controllers that require a framebuffer to be present in system memory,
90 Place LVGL rendering buffers in custom section, with tag ".lvgl_buf".
/Zephyr-latest/tests/kernel/mp/
DKconfig3 # SPDX-License-Identifier: Apache-2.0
5 # Must have this on where available, otherwise the linker will place
6 # the shared variables in cached/incoherent memory.
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840.conf4 # SPDX-License-Identifier: Apache-2.0
11 # find in the first place.
Dnrf52840dk_nrf52840_ram_disk.conf4 # SPDX-License-Identifier: Apache-2.0
12 # find in the first place.
Dnrf54l15dk_nrf54l15_cpuapp.conf4 # SPDX-License-Identifier: Apache-2.0
11 # find in the first place.
Dnrf52840dk_nrf52840_qspi.conf4 # SPDX-License-Identifier: Apache-2.0
14 # find in the first place.
/Zephyr-latest/include/zephyr/app_memory/
Dapp_memdomain.h4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/linker/linker-defs.h>
43 * @brief Place data in a partition's data section
45 * Globals tagged with this will end up in the data section for the
54 * @brief Place data in a partition's bss section
56 * Globals tagged with this will end up in the bss section for the
75 * up in the symbol table. This prevents gen_app_partitions.py from detecting
77 * bounds will not be generated, resulting in build errors.
88 /* ARM has a quirk in that '@' denotes a comment, so we have to send
120 * place globals automatically in this partition.
[all …]
/Zephyr-latest/dts/bindings/base/
Dmutable.yaml2 # SPDX-License-Identifier: Apache-2.0
12 Inherit this binding for devices that are runtime-modifiable, in-place.
/Zephyr-latest/boards/nxp/lpcxpresso54114/
DKconfig.defconfig4 # SPDX-License-Identifier: Apache-2.0
6 # Place size restrictions on first image if dual core is enabled
9 # Workaround for not being able to have commas in macro arguments
10 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
/Zephyr-latest/soc/nxp/mcx/mcxw/
Dlinker.ld4 * SPDX-License-Identifier: Apache-2.0
14 m_fsl_prodInfo_start = m_flash_end - m_fsl_prodInfo_size + 1;
20 * is done because calling this linker at the beginning will place some sections
22 * in placing the rpmsg section in RAM instead of shared mem.

12345678910>>...19