mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-13 00:38:54 +00:00
feat(storage): Added Block Device Layer support for esp_partition component
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
| Supported Targets | Linux |
|
||||
| ----------------- | ----- |
|
||||
|
||||
This is a test project for partition-related APIs on Linux target (CONFIG_IDF_TARGET_LINUX).
|
||||
This is a test project for verification of esp_partition component APIs on Linux target (CONFIG_IDF_TARGET_LINUX).
|
||||
It verifies all important APIs and properties, and prints the results.
|
||||
The Block-Device Layer tests have names with a prefix 'test_parition_bdl', available in 'components/esp_partition/host_test/partition_bdl_test', and the tests check all the BDL operations and commands related to 'esp_partition' (on host side)
|
||||
|
||||
# Build
|
||||
Source the IDF environment as usual.
|
||||
|
||||
Reference in New Issue
Block a user