Skip to content

Commit ae7e744

Browse files
authored
Merge pull request ARMmbed#64 from deepikabhavnani/master
Updated Version and included block device test
2 parents 63b45dc + 790d207 commit ae7e744

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The following versions of the mbed-os and sd-driver repositories are known to wo
8585
- {mbed-os, sd-driver} = {mbed-os-5.4.1, sd-driver-0.0.3-mbed-os-5.4.1}.
8686
- {mbed-os, sd-driver} = {mbed-os-5.5.1, sd-driver-0.1.0-mbed-os-5.5.1}.
8787
- {mbed-os, sd-driver} = {mbed-os-5.5.4, sd-driver-0.1.1-mbed-os-5.5.4}.
88+
- {mbed-os, sd-driver} = {mbed-os-5.6.1, sd-driver-0.1.2-mbed-os-5.6.1}.
8889

8990
To find the latest compatible versions, use the following command to see the messages attached to the tags
9091
in the sd-driver repository:
@@ -95,6 +96,7 @@ in the sd-driver repository:
9596
sd-driver-0.0.2-mbed-os-5.4.0 Updated README.md to include worked exmaples and restructuring of information.
9697
sd-driver-0.0.3-mbed-os-5.4.1 Version compatible with mbed-os-5.4.1.
9798
sd-driver-0.1.1-mbed-os-5.5.4 Version compatible with mbed-os-5.5.4
99+
sd-driver-0.1.2-mbed-os-5.6.1 Version compatible with mbed-os-5.6.1
98100

99101

100102
### Known Issues With This Document
@@ -483,6 +485,7 @@ The build trace is quite extensive but on a successful build you should see the
483485
<trace removed>
484486
* K64F::GCC_ARM::SD-DRIVER-TESTS-FILESYSTEM-BASIC
485487
* K64F::GCC_ARM::SD-DRIVER-TESTS-FILESYSTEM-FOPEN
488+
* K64F::GCC_ARM::SD-DRIVER-TESTS-BLOCK_DEVICE-BASIC
486489

487490
Build skips:
488491
* K64F::GCC_ARM::MBED-OS-FEATURES-FEATURE_LWIP-TESTS-MBEDMICRO-NET-TCP_PACKET_PRESSURE
@@ -493,13 +496,13 @@ Notice the following tests in the sd-driver tree are listed above:
493496

494497
- `K64F::GCC_ARM::SD-DRIVER-TESTS-FILESYSTEM-BASIC`
495498
- `K64F::GCC_ARM::SD-DRIVER-TESTS-FILESYSTEM-FOPEN`
496-
499+
- `K64F::GCC_ARM::SD-DRIVER-TESTS-BLOCK_DEVICE-BASIC`
497500

498501
The FAT32/SDCard test cases are at following locations in the source code tree:
499502

500503
/d/demo_area/ex_app1/sd-driver/TESTS/filesystem/basic/basic.cpp
501504
/d/demo_area/ex_app1/sd-driver/TESTS/filesystem/fopen/fopen.cpp
502-
505+
/d/demo_area/ex_app1/sd-driver/TESTS/block_device/basic/basic.cpp
503506

504507
#### <a name="settting-repos-to-compatible-versions"></a> Setting mbed-os/sd-driver Repositories To Compatible Versions
505508

0 commit comments

Comments
 (0)