Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 9 of 9) sorted by relevance

/components/fal/docs/
A Dfal_api_en.md22 | name | Flash partition name |
25 ## Get the partition table
36 ## Temporarily set the partition table
47 | len | Length of the partition table |
49 ## Read data from partition
63 ## Write data to partition
77 ## Erase partition data
90 ## Erase the entire partition data
101 ## Print partition table
117 | parition_name | partition name |
[all …]
/components/fal/
A DKconfig14 bool "FAL partition table config has defined on 'fal_cfg.h'"
17 If defined partition table on 'fal_cfg.h' please enable this option.
18 When this option is disable, it will auto find and load the partition table
19 on a specified location in flash partition.
24 string "The flash device which saving partition table"
27 It will auto find the partition table on this flash device.
33 The auto find and load the partition table process is forward from this
/components/drivers/block/
A Dblk_partition.c76 blk->partition.offset = start; in blk_put_partition()
77 blk->partition.size = count; in blk_put_partition()
78 blk->partition.lock = &disk->usr_lock; in blk_put_partition()
A Dblk_dev.c111 rt_memcpy(args, &blk->partition, sizeof(blk->partition)); in blk_dev_control()
/components/drivers/sdio/
A DKconfig24 int "mmcsd max partition"
/components/drivers/include/drivers/
A Dblk.h86 struct dfs_partition partition; member
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt21 Fixed a problem on small (<32M) partition.
167 f_mkfs() supports multiple partition to complete the multiple partition feature.
310 …Fixed f_fdisk() and f_mkfs() create the partition table with wrong CHS parameters. (appeared at R0…
334 Added support for 64-bit LBA and GUID partition table (FF_LBA64 = 1)
339 …Fixed f_mkfs() function can fail to create exFAT volume in the second partition. (appeared at R0.1…
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt21 Fixed a problem on small (<32M) partition.
167 f_mkfs() supports multiple partition to complete the multiple partition feature.
310 …Fixed f_fdisk() and f_mkfs() create the partition table with wrong CHS parameters. (appeared at R0…
334 Added support for 64-bit LBA and GUID partition table (FF_LBA64 = 1)
339 …Fixed f_mkfs() function can fail to create exFAT volume in the second partition. (appeared at R0.1…
/components/fal/samples/porting/
A DREADME.md82 /* partition table */

Completed in 10 milliseconds