Home
last modified time | relevance | path

Searched refs:areas (Results 1 – 25 of 63) sorted by relevance

123

/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_last_of_n.c16 struct fcb_entry areas[ENTRIES]; in ZTEST() local
43 areas[i] = loc; in ZTEST()
49 zassert_true(areas[4].fe_sector == loc.fe_sector && in ZTEST()
50 areas[4].fe_data_off == loc.fe_data_off && in ZTEST()
51 areas[4].fe_data_len == loc.fe_data_len, in ZTEST()
57 zassert_true(areas[2].fe_sector == loc.fe_sector && in ZTEST()
58 areas[2].fe_data_off == loc.fe_data_off && in ZTEST()
59 areas[2].fe_data_len == loc.fe_data_len, in ZTEST()
65 zassert_true(areas[0].fe_sector == loc.fe_sector && in ZTEST()
66 areas[0].fe_data_off == loc.fe_data_off && in ZTEST()
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/helpers/
Dshell_mcuboot_command_parser_test.py33 assert isinstance(mcuboot_parsed.areas[0], ShellMCUbootArea)
34 assert len(mcuboot_parsed.areas) == 2
35 assert mcuboot_parsed.areas[0].version == '0.0.2+0'
36 assert mcuboot_parsed.areas[0].swap_type == 'test'
55 assert len(mcuboot_parsed.areas) == 1
56 assert mcuboot_parsed.areas[0].version == '1.1.1+1'
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dshell.py136 areas: list[ShellMCUbootArea] = field(default_factory=list) variable in ShellMCUbootCommandParsed
143 areas: list[dict] = []
148 areas.append({'name': m.group(1)})
149 elif areas:
151 areas[-1][m.group('key').strip().replace(' ', '_')] = m.group('val').strip()
153 for area in areas:
/Zephyr-latest/scripts/
Dset_assignees.py87 areas = maintainer_file.path2areas(changed_file.filename)
89 if not areas:
92 all_areas.update(areas)
94 sorted_areas = sorted(areas, key=lambda x: 'Platform' in x.name, reverse=True)
115 collab += maintainer_file.areas[area.name].maintainers
116 collab += maintainer_file.areas[area.name].collaborators
246 for _, area in maintainer_file.areas.items():
260 for areas, maintainers in dict(label_to_maintainer).items():
261 for area in areas:
298 if area not in maintainers_file.areas:
[all …]
Dget_maintainer.py185 self.areas = {}
210 self.areas[area_name] = area
231 return [area for area in self.areas.values()
264 areas = self.path2areas(path)
265 res.update(areas)
266 if not areas:
284 for area in self.areas.values():
305 for area in self.areas.values():
313 print('{:14}\t{}'.format('areas:', len(self.areas)))
327 for area in self.areas.values():
[all …]
Dcheck_maintainers.py39 for area in maintainers.areas.values():
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dutils.py16 assert mcuboot_areas.areas[0].version == version
18 assert mcuboot_areas.areas[0].swap_type == swap_type
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot_shell.c28 static const struct area_desc areas[] = { variable
233 for (i = 0; i < ARRAY_SIZE(areas); i++) { in cmd_mcuboot_info()
235 cmd_mcuboot_info_area(sh, &areas[i]); in cmd_mcuboot_info()
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py143 areas = MAINTAINERS.path2areas(rel_path)
144 if areas:
145 labels += "," + ",".join([label for area in areas for label in area.labels])
/Zephyr-latest/soc/st/stm32/stm32wb0x/
Dram_sections.ld7 /** Refer to `soc.c` for more information about these areas. */
/Zephyr-latest/cmake/sca/eclair/
Dsca_options.cmake26 cmake_dependent_option(ECLAIR_FULL_DOC_ALL_AREAS "Show all areas in a full doc report"
31 cmake_dependent_option(ECLAIR_FULL_TXT_ALL_AREAS "Show all areas in a full text report"
Dsca.cmake85 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-setq=report_areas,areas")
94 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-setq=report_areas,areas")
/Zephyr-latest/doc/project/
Dproject_roles.rst17 **Collaborator**: A highly involved Contributor in one or more areas.
23 particular code base areas or subsystems.
121 * Right to set the overall architecture of the relevant subsystems or areas
123 * Right to make decisions in the relevant subsystems or areas of involvement,
126 * Responsibility to convey the direction of the relevant subsystem or areas to
205 A team of active Maintainers involved in multiple areas.
296 * We should be looking for maintainers for areas of code that
299 * Un-maintained areas should be indicated clearly in the MAINTAINERS file
305 assignee for un-maintained sub-areas
315 * Major changes to the file, including the addition of new areas with new maintainers
[all …]
/Zephyr-latest/doc/services/retention/
Dindex.rst7 write data from and to memory areas or devices that retain the data while the
21 the retained data sections into multiple distinct areas. For example, a 64-byte
107 The retention areas can then be accessed using the data retention API (once
127 Mutex protection of retention areas is enabled by default when applications are
132 areas by enabling :kconfig:option:`CONFIG_RETENTION_MUTEX_FORCE_DISABLE` -
/Zephyr-latest/doc/hardware/peripherals/
Dretained_mem.rst10 areas whereby the contents of the memory is retained whilst the device is
/Zephyr-latest/subsys/settings/
DKconfig92 int "Number of flash areas used by the settings subsystem"
96 Number of areas to allocate in the settings FCB. A smaller number is
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md48 modifications in other areas), or other teams/projects.
/Zephyr-latest/doc/kernel/iterable_sections/
Dindex.rst7 which can be used for defining iterable areas of equally-sized data structures,
/Zephyr-latest/doc/develop/toolchains/
Darm_compiler.rst47 place, but there are still areas covered in ld templates which are not
/Zephyr-latest/arch/x86/zefi/
DREADME.txt19 areas, then jump into the 64 bit entry point.
86 sneak around EFI areas. But the Zephyr loader should at least detect
/Zephyr-latest/arch/x86/core/
DKconfig.intel6483 by preceding all stack areas with a 4K guard page.
/Zephyr-latest/doc/develop/languages/c/
Dminimal_libc.rst8 needs of Zephyr and its subsystems, primarily in the areas of string
/Zephyr-latest/samples/subsys/display/lvgl/
DREADME.rst31 widgets such as text areas. If the board used with this sample has a
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf54l15bsim.rst89 * Currently there is no model of the SPU, and therefore neither RRAM, RAM areas or peripherals
/Zephyr-latest/doc/build/dts/
Ddesign.rst8 specific examples about how they impact Zephyr's source code, and areas where

123