Home
last modified time | relevance | path

Searched full:area (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/Zephyr-Core-3.6.0/scripts/
Dget_maintainer.py72 help="List area(s) for paths")
82 help="List area(s) for commit range")
94 "area",
95 metavar="AREA",
97 help="Name of area to list files in. If not specified, all "
99 "any area).")
115 help="List orphaned files (files that do not appear in any area)")
163 A dictionary that maps area names to Area instances, for all areas
187 area = Area()
188 area.name = area_name
[all …]
Dset_assignees.py98 for area in sorted_areas:
101 area_counter[area] += c
102 labels.update(area.labels)
105 for area_maintainer in area.maintainers:
108 if 'Platform' in area.name:
112 log(f"Area matches: {area_counter}")
115 # Create a list of collaborators ordered by the area match
117 for area in area_counter:
118 collab += maintainer_file.areas[area.name].maintainers
119 collab += maintainer_file.areas[area.name].collaborators
[all …]
/Zephyr-Core-3.6.0/include/zephyr/storage/
Dflash_map.h20 * @defgroup flash_area_api flash area Interface
29 * The system contains global data about flash areas. Every area
102 * Verify flash memory length bytes integrity from a flash area. The start
105 * @param[in] fa Flash area
106 * @param[in] fic Flash area check integrity data
115 * @brief Retrieve partitions flash area from the flash_map.
125 * to the area.
135 * @param[in] fa Flash area to be closed.
140 * @brief Read flash area data
142 * Read data from flash area. Area readout boundaries are asserted before read
[all …]
/Zephyr-Core-3.6.0/modules/lvgl/
Dlvgl_display_mono.c11 void lvgl_flush_cb_mono(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *color_p) in lvgl_flush_cb_mono() argument
13 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_mono()
14 uint16_t h = area->y2 - area->y1 + 1; in lvgl_flush_cb_mono()
36 display_write(display_dev, area->x1, area->y1, &desc, (void *)color_p); in lvgl_flush_cb_mono()
38 display_write(display_dev, area->x1, area->y1, &desc, (void *)color_p); in lvgl_flush_cb_mono()
93 void lvgl_rounder_cb_mono(lv_disp_drv_t *disp_drv, lv_area_t *area) in lvgl_rounder_cb_mono() argument
98 area->x1 = 0; in lvgl_rounder_cb_mono()
99 area->x2 = data->cap.x_resolution - 1; in lvgl_rounder_cb_mono()
102 area->y1 &= ~0x7; in lvgl_rounder_cb_mono()
103 area->y2 |= 0x7; in lvgl_rounder_cb_mono()
[all …]
Dlvgl_display_16bit.c12 void lvgl_flush_cb_16bit(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *color_p) in lvgl_flush_cb_16bit() argument
14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_16bit()
15 uint16_t h = area->y2 - area->y1 + 1; in lvgl_flush_cb_16bit()
19 flush.x = area->x1; in lvgl_flush_cb_16bit()
20 flush.y = area->y1; in lvgl_flush_cb_16bit()
Dlvgl_display_32bit.c12 void lvgl_flush_cb_32bit(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *color_p) in lvgl_flush_cb_32bit() argument
14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_32bit()
15 uint16_t h = area->y2 - area->y1 + 1; in lvgl_flush_cb_32bit()
19 flush.x = area->x1; in lvgl_flush_cb_32bit()
20 flush.y = area->y1; in lvgl_flush_cb_32bit()
Dlvgl_display_24bit.c12 void lvgl_flush_cb_24bit(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *color_p) in lvgl_flush_cb_24bit() argument
14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_24bit()
15 uint16_t h = area->y2 - area->y1 + 1; in lvgl_flush_cb_24bit()
19 flush.x = area->x1; in lvgl_flush_cb_24bit()
20 flush.y = area->y1; in lvgl_flush_cb_24bit()
/Zephyr-Core-3.6.0/
DMAINTAINERS.yml7 # "Area title" (the quotes are only needed for titles with special characters,
13 # The area has a Maintainer (approved by the TSC) who
14 # looks after the area.
17 # The area gets odd fixes and may have collaborators.
25 # List of GitHub handles for the people who maintain the area. Usually,
29 # Very involved contributors, who know the area well and contribute
33 # List of GitHub labels to add to pull requests that modify the area.
36 # List of paths and/or glob patterns giving the files in the area,
47 # belong to the area. The regular expression may match anywhere within
57 # Like 'files', but any matching files will be excluded from the area.
[all …]
/Zephyr-Core-3.6.0/dts/bindings/mtd/
Datmel,sam-flash.yaml5 This binding describes the Atmel SAM flash area layout.
7 The Atmel SAM flash area varies in write-block-size, memory area,
10 E.g. the flash area layout of the ATSAM4E16C:
23 The ATSAM4E16C has a flash area which is 1000Kbytes
26 (8 blocks of 2048 bytes), the remaining flash area is erasable
29 This flash area layout would described as:
54 The flash area layout node flash0 should have both this
57 modules to identify the flash area.
60 offsets relative to the flash area address. E.g. using
101 flash, within the flash memory area.
[all …]
/Zephyr-Core-3.6.0/doc/services/storage/flash_map/
Dflash_map.rst15 This documentation uses "flash area" when referencing single "fixed-partition"
19 which can be used to access the flash device an area is placed on directly
21 Each flash area is characterized by a device it is placed on, offset
24 function to find flash area in flash map.
29 offset and size checks, to limit flash operations to a predefined area.
32 characterizing the flash area they will be working on. There are two possible
38 a valid :c:struct:`device` object pointer with offset and size of the area
43 representing area with given ID.
44 The ID number for a flash area can be obtained from a fixed-partition
77 Numeric flash area ID is obtained by passing DTS node label to
[all …]
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dblob_io_flash.h24 /** Flash area ID to write the BLOB to. */
28 /** Offset into the flash area to place the BLOB at (in bytes). */
32 /* Internal flash area pointer. */
33 const struct flash_area *area; member
42 * @param offset Offset into the flash area, in bytes.
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dblob_io_flash.c21 const struct flash_area *area; in test_flash_area() local
25 err = flash_area_open(area_id, &area); in test_flash_area()
30 align = flash_area_align(area); in test_flash_area()
31 flash_area_close(area); in test_flash_area()
48 return flash_area_open(flash->area_id, &flash->area); in io_open()
56 flash_area_close(flash->area); in io_close()
75 flash_dev = flash_area_get_device(flash->area); in block_start()
91 return flash_area_erase(flash->area, flash->offset + block->offset, in block_start()
102 return flash_area_read(flash->area, in rd_chunk()
128 return flash_area_write(flash->area, in wr_chunk()
/Zephyr-Core-3.6.0/modules/lvgl/include/
Dlvgl_display.h32 void lvgl_flush_cb_mono(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *color_p);
33 void lvgl_flush_cb_16bit(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *color_p);
34 void lvgl_flush_cb_24bit(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *color_p);
35 void lvgl_flush_cb_32bit(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *color_p);
46 void lvgl_rounder_cb_mono(lv_disp_drv_t *disp_drv, lv_area_t *area);
/Zephyr-Core-3.6.0/subsys/dfu/boot/
Dmcuboot_shell.c180 const struct area_desc *area) in cmd_mcuboot_info_area() argument
186 err = boot_read_bank_header(area->id, &hdr, sizeof(hdr)); in cmd_mcuboot_info_area()
188 shell_error(sh, "failed to read %s area (%u) %s: %d", in cmd_mcuboot_info_area()
189 area->name, area->id, "header", err); in cmd_mcuboot_info_area()
193 shell_print(sh, "%s area (%u):", area->name, area->id); in cmd_mcuboot_info_area()
202 err = boot_read_swap_state_by_id(area->id, &swap_state); in cmd_mcuboot_info_area()
204 shell_error(sh, "failed to read %s area (%u) %s: %d", in cmd_mcuboot_info_area()
205 area->name, area->id, "swap state", err); in cmd_mcuboot_info_area()
/Zephyr-Core-3.6.0/tests/subsys/storage/flash_map/src/
Dmain.c25 /* Test that attempting to open a disabled flash area fails */ in ZTEST()
50 /* First erase the area so it's ready for use. */ in ZTEST()
57 zassert_true(rc == 0, "flash area erase fail"); in ZTEST()
78 /* write stuff to end of area */ in ZTEST()
108 zassert_true(rc == 0, "area not erased"); in ZTEST()
142 zassert_true(rc == -EINVAL, "Flash area check int 256 params 1, 2\n"); in ZTEST()
144 zassert_true(rc == -EINVAL, "Flash area check int 256 params 2\n"); in ZTEST()
146 zassert_true(rc == -EINVAL, "Flash area check int 256 params 1\n"); in ZTEST()
149 zassert_true(rc == -EINVAL, "Flash area check int 256 fac match\n"); in ZTEST()
152 zassert_true(rc == -EINVAL, "Flash area check int 256 fac clen\n"); in ZTEST()
[all …]
/Zephyr-Core-3.6.0/boards/arm/arty/support/
Dopenocd_arty_a7_arm_designstart.cfg6 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
/Zephyr-Core-3.6.0/tests/bluetooth/mesh/blob_io_flash/src/
Dmain.c105 /* BLOB Client should do nothing to flash area as it's in read mode */ in ZTEST()
112 flash_area_read(blob_flash_stream.area, block.offset, ctrl_data, block.size); in ZTEST()
140 * which should attempt to read outside flash area in ZTEST()
144 zassert_false(err == 0, "Read outside flash area successful"); in ZTEST()
149 zassert_false(err == 0, "Read outside flash area successful"); in ZTEST()
154 zassert_false(err == 0, "Read outside flash area successful"); in ZTEST()
191 memset(erased_block_data, flash_area_erased_val(blob_flash_stream.area), in ZTEST()
206 flash_area_read(blob_flash_stream.area, block.offset, in ZTEST()
230 flash_area_align(blob_flash_stream.area) + in ZTEST()
231 chunk.size, flash_area_align(blob_flash_stream.area)) - in ZTEST()
[all …]
/Zephyr-Core-3.6.0/boards/arm/scobc_module1/support/
Dopenocd.cfg17 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
Dscobc-module1.cfg27 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
/Zephyr-Core-3.6.0/subsys/storage/flash_map/
Dflash_map.c31 const struct flash_area *area; in flash_area_open() local
37 area = get_flash_area_from_id(id); in flash_area_open()
38 if (area == NULL) { in flash_area_open()
42 if (!area->fa_dev || !device_is_ready(area->fa_dev)) { in flash_area_open()
46 *fap = area; in flash_area_open()
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/tests/helpers/
Dshell_mcuboot_command_parser_test.py15 primary area (1):
22 secondary area (3):
44 primary area (1):
51 failed to read secondary area (1) header: -5
/Zephyr-Core-3.6.0/boards/riscv/neorv32/support/
Dneorv32.cfg34 $_TARGETNAME.0 configure -work-area-phys $_WORKAREAADDR -work-area-size $_WORKAREASIZE -work-area-b…
/Zephyr-Core-3.6.0/arch/riscv/core/
Dtls.c17 * TLS area for RISC-V is simple without any extra in arch_tls_stack_setup()
23 * setup the TLS data/bss area first. in arch_tls_stack_setup()
30 * context switch to point to TLS area. in arch_tls_stack_setup()
/Zephyr-Core-3.6.0/include/zephyr/mgmt/mcumgr/grp/zephyr/
Dzephyr_basic.h28 /** Opening of the flash area has failed. */
31 /** Querying the flash area parameters has failed. */
34 /** Erasing the flash area has failed. */
/Zephyr-Core-3.6.0/boards/riscv/hifive1/support/
Dopenocd.cfg14 $_TARGETNAME configure -work-area-phys 0x80000000 -work-area-size 10000 -work-area-backup 1

12345678910>>...17