Jaakko Korhonen
779ed2e77f
Add generic BlockDevice test for get_erase_value().
2018-11-16 14:49:17 +00:00
Jaakko Korhonen
385d02463a
Add generic BlockDevice test for contiguous erase/write/read.
2018-11-16 14:49:17 +00:00
Amir Cohen
c87f44e00e
Fix no block device handling
2018-11-02 19:49:54 -05:00
Amir Cohen
65a4287da2
Fix build issues
2018-11-02 19:49:54 -05:00
Amanda Butler
0d650ba439
Copy edit README.md
...
Copy edit file, mostly for active voice.
2018-11-02 19:49:53 -05:00
Amir Cohen
a5fc2bfed3
Fix typos
2018-11-02 19:49:53 -05:00
Amir Cohen
68efa1cdf6
Fix minor issues
2018-11-02 19:49:53 -05:00
Amir Cohen
eaf9fa0c39
features/storage/TESTS/blockdevice/general_block_device/README.md
2018-11-02 19:49:53 -05:00
Amir Cohen
7364a89136
Add general block device tests
2018-11-02 19:49:53 -05:00
Deepika
4f3ad7db35
Resolve build issues in test
...
mbed.h was added in test, via greentea and utest header files. 'mbed.h' is removed
from header files and required header file and namespace is added to CPP/C files
2018-10-19 11:46:55 +01:00
Yossi Levy
ca2076709d
Fixing the order of component if more than one is included for a target. Revert deprecation of FlashIAPBlockDevice 2 argument constructor has this was a breaking change. This follows a similar change in the external flashiap-driver repo.
2018-10-19 11:46:55 +01:00
Aashish chaddha
ec18321551
skip the flashsim test if enough memory cannot be allocated for it.
2018-10-08 15:18:50 +01:00
Kevin Bracey
8e6e5f07b9
Change default filesystem name to /default
...
"/fs" is a tautology - not a good name for the default filing system, as
whereever we use it, we know we're specifying a filing system. Rename to
"/default".
2018-09-11 15:04:48 +01:00
Yossi Levy
c1eb141def
Changing general_filesystem test to be more efficient. now format is done once at the beginning and once at the end while every test clean its resource before the next test. Testing time on SD should be drop form 10 minutes plus to less than 1 minute
2018-08-31 18:33:08 +03:00
Yossi Levy
ed8e170d15
Moving SD, SPIF and FLASHIAP into mbedos and refactoring features storage directory structure.
2018-08-29 12:01:11 +03:00