/Zephyr-latest/boards/sifive/hifive_unleashed/support/ |
D | openocd_hifive_unleashed.cfg | 20 $_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1 21 $_TARGETNAME.1 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1 22 $_TARGETNAME.2 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1 23 $_TARGETNAME.3 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1 24 $_TARGETNAME.4 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
|
/Zephyr-latest/boards/sifive/hifive_unmatched/support/ |
D | openocd_hifive_unmatched.cfg | 20 $_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1 21 $_TARGETNAME.1 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1 22 $_TARGETNAME.2 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1 23 $_TARGETNAME.3 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1 24 $_TARGETNAME.4 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
|
/Zephyr-latest/scripts/ |
D | get_maintainer.py | 72 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 …]
|
D | set_assignees.py | 95 for area in sorted_areas: 98 area_counter[area] += c 99 labels.update(area.labels) 102 for area_maintainer in area.maintainers: 105 if 'Platform' in area.name: 109 log(f"Area matches: {area_counter}") 112 # Create a list of collaborators ordered by the area match 114 for area in area_counter: 115 collab += maintainer_file.areas[area.name].maintainers 116 collab += maintainer_file.areas[area.name].collaborators [all …]
|
/Zephyr-latest/include/zephyr/storage/ |
D | flash_map.h | 20 * @defgroup flash_area_api flash area Interface 31 * The system contains global data about flash areas. Every area 99 * Verify flash memory length bytes integrity from a flash area. The start 102 * @param[in] fa Flash area 103 * @param[in] fic Flash area check integrity data 112 * @brief Retrieve partitions flash area from the flash_map. 122 * to the area. 132 * @param[in] fa Flash area to be closed. 137 * @brief Verify that a device assigned to flash area is ready for use. 139 * Indicates whether the provided flash area has a device known to be [all …]
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_display_16bit.c | 12 void lvgl_flush_cb_16bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map) 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()
|
D | lvgl_display_32bit.c | 12 void lvgl_flush_cb_32bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map) 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()
|
D | lvgl_display_mono.c | 73 void lvgl_flush_cb_mono(lv_display_t *display, const lv_area_t *area, uint8_t *px_map) in lvgl_flush_cb_mono() argument 75 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_mono() 76 uint16_t h = area->y2 - area->y1 + 1; in lvgl_flush_cb_mono() 103 display_write(display_dev, area->x1, area->y1, &desc, (void *)px_map); in lvgl_flush_cb_mono() 105 display_write(display_dev, area->x1, area->y1, &desc, (void *)px_map); in lvgl_flush_cb_mono() 122 lv_area_t *area = lv_event_get_param(e); in lvgl_rounder_cb_mono() local 127 area->x1 = 0; in lvgl_rounder_cb_mono() 128 area->x2 = data->cap.x_resolution - 1; in lvgl_rounder_cb_mono() 130 area->x1 &= ~0x7; in lvgl_rounder_cb_mono() 131 area->x2 |= 0x7; in lvgl_rounder_cb_mono() [all …]
|
D | lvgl_display_24bit.c | 12 void lvgl_flush_cb_24bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map) 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-latest/dts/bindings/mtd/ |
D | atmel,sam-flash.yaml | 5 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-latest/ |
D | MAINTAINERS.yml | 7 # "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-latest/doc/services/storage/flash_map/ |
D | flash_map.rst | 15 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-latest/subsys/bluetooth/mesh/ |
D | blob_io_flash.c | 21 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_flatten(flash->area, flash->offset + block->offset, in block_start() 102 return flash_area_read(flash->area, in rd_chunk() 115 return flash_area_write(flash->area, in wr_chunk() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_io_flash.h | 24 /** 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-latest/boards/digilent/arty_a7/support/ |
D | openocd_arty_a7_arm_designstart.cfg | 6 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
|
/Zephyr-latest/subsys/dfu/boot/ |
D | mcuboot_shell.c | 180 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-latest/boards/wch/ch32v003evt/support/ |
D | openocd.cfg | 10 $_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 10000 -work-area-backup 1
|
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/src/ |
D | main.c | 105 /* 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-latest/modules/lvgl/include/ |
D | lvgl_display.h | 32 void lvgl_flush_cb_mono(lv_display_t *display, const lv_area_t *area, uint8_t *px_map); 33 void lvgl_flush_cb_16bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map); 34 void lvgl_flush_cb_24bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map); 35 void lvgl_flush_cb_32bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map);
|
/Zephyr-latest/samples/subsys/canbus/ |
D | canbus.rst | 3 Controller Area Network (CAN) Bus Samples 14 :name: Controller Area Network (CAN) Bus 17 Samples that demonstrate the :ref:`Controller Area Network (CAN) bus <canbus>` features.
|
/Zephyr-latest/boards/sc/scobc_module1/support/ |
D | openocd.cfg | 17 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
|
D | scobc-module1.cfg | 27 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
|
/Zephyr-latest/soc/ambiq/apollo3x/ |
D | power.c | 71 * Currently all flash area is powered on, but we should only enable the used flash area and in ambiq_power_init() 79 * Currently all SRAM area is powered on, but we should only enable the used ram area and in ambiq_power_init() 89 /* Power off all flash area, when go to deep sleep.*/ in ambiq_power_init() 92 /* Keep the used SRAM area in retention mode. */ in ambiq_power_init()
|
/Zephyr-latest/boards/ene/kb1200_evb/support/ |
D | openocd.cfg | 24 # Work-area is a space in RAM used for flash programming 38 $_TARGETNAME configure -work-area-phys 0x200c0000 -work-area-size $_WORKAREASIZE -work-area-backup 0
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/helpers/ |
D | shell_mcuboot_command_parser_test.py | 15 primary area (1): 22 secondary area (3): 44 primary area (1): 51 failed to read secondary area (1) header: -5
|