/Zephyr-latest/scripts/west_commands/runners/ |
D | uf2.py | 75 parts = [part for part in psutil.disk_partitions() if self.is_uf2_partition(part)] 77 if (self.board_id is not None) and parts: 78 parts = [part for part in parts if self.match_board_id(part)] 79 if not parts: 83 return parts
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/ |
D | main.c | 65 struct k_mem_partition *parts[] = { in init_app() local 72 err = k_mem_domain_init(&app_domain, ARRAY_SIZE(parts), parts); in init_app()
|
/Zephyr-latest/drivers/reset/ |
D | Kconfig.lpc_syscon | 10 Syscon is found on LPC parts and LPC heritage parts.
|
/Zephyr-latest/tests/benchmarks/sched_userspace/src/ |
D | main.c | 53 struct k_mem_partition *parts[] = { in yielder_entry() local 57 ret = k_mem_domain_init(&thread->domain, ARRAY_SIZE(parts), parts); in yielder_entry()
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | echo-server.c | 125 struct k_mem_partition *parts[] = { in init_app() local 132 int ret = k_mem_domain_init(&app_domain, ARRAY_SIZE(parts), parts); in init_app()
|
/Zephyr-latest/tests/kernel/threads/tls/src/ |
D | main.c | 208 struct k_mem_partition *parts[] = { in thread_tls_setup() local 216 parts[0] = &part_common; in thread_tls_setup() 218 ret = k_mem_domain_init(&dom_common, ARRAY_SIZE(parts), parts); in thread_tls_setup()
|
/Zephyr-latest/scripts/west_commands/ |
D | build_helpers.py | 61 parts = Path(fmt).parts 63 for p in parts:
|
/Zephyr-latest/samples/userspace/prod_consumer/src/ |
D | app_a.c | 193 struct k_mem_partition *parts[] = { in app_a_entry() local 211 ret = k_mem_domain_init(&app_a_domain, ARRAY_SIZE(parts), parts); in app_a_entry()
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/ |
D | ivshmem.c | 232 struct k_mem_partition *parts[] = { in ivshmem_sample_userspace_doorbell() local 242 ret = k_mem_domain_init(&app_a_domain, ARRAY_SIZE(parts), parts); in ivshmem_sample_userspace_doorbell()
|
/Zephyr-latest/kernel/ |
D | mem_domain.c | 89 struct k_mem_partition *parts[]) in k_mem_domain_init() argument 99 CHECKIF(!(num_parts == 0U || parts != NULL)) { in k_mem_domain_init() 132 CHECKIF(!check_add_partition(domain, parts[i])) { in k_mem_domain_init() 134 i, parts[i]); in k_mem_domain_init() 139 domain->partitions[i] = *parts[i]; in k_mem_domain_init()
|
/Zephyr-latest/include/zephyr/app_memory/ |
D | mem_domain.h | 130 struct k_mem_partition *parts[]);
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 16 parts/
|
/Zephyr-latest/tests/boot/test_mcuboot/ |
D | README.rst | 4 Tests MCUBoot's image swap support. This application is built in three parts
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | echo-client.c | 335 struct k_mem_partition *parts[] = { in init_app() local 342 int ret = k_mem_domain_init(&app_domain, ARRAY_SIZE(parts), parts); in init_app()
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | mem_domain.c | 53 struct k_mem_partition *parts[] = { in test_mem_domain_setup() local 67 k_mem_domain_init(&test_domain, ARRAY_SIZE(parts), parts), in test_mem_domain_setup()
|
/Zephyr-latest/boards/gardena/sgrm/doc/ |
D | index.rst | 6 This is a SoM that is used as a radio module by the GARDENA smart gateway (manual_, `FOSS parts`_). 9 .. _FOSS parts: https://github.com/husqvarnagroup/smart-garden-gateway-public
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_intel_vtd.c | 383 data->irte[irte_idx].parts.low = irte.parts.low; in vtd_ictl_remap() 384 data->irte[irte_idx].parts.high = irte.parts.high; in vtd_ictl_remap()
|
D | intc_intel_vtd.h | 23 } parts; member
|
/Zephyr-latest/samples/net/mqtt_publisher/src/ |
D | main.c | 532 struct k_mem_partition *parts[] = { in main() local 539 ret = k_mem_domain_init(&app_domain, ARRAY_SIZE(parts), parts); in main()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | l2cap.rst | 4 The :code:`l2cap` command exposes parts of the L2CAP API. The following example shows how to
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | Kconfig.defconfig | 96 # Enable cache management features when using M7 core, since these parts
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 754 struct k_mem_partition *parts[] = { in ZTEST() local 762 k_mem_domain_init(&alternate_domain, ARRAY_SIZE(parts), parts), in ZTEST()
|
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/ |
D | Kconfig | 15 With this enabled, applications and parts of code can register for MCUmgr event
|
/Zephyr-latest/soc/st/stm32/ |
D | Kconfig | 36 Some STM32 parts disable the DBGMCU in sleep/stop modes because
|
/Zephyr-latest/doc/develop/test/ |
D | coverage.rst | 6 With Zephyr, you can generate code coverage reports to analyze which parts of 32 There are 2 parts to enable this feature. The first is to enable the coverage for the
|