Skip to content

Commit 315b6bd

Browse files
authored
Merge pull request #13314 from rajkan01/storage_sys_dir_restructure
Storage `system_storage` directory restructure
2 parents f5358a7 + 59072e9 commit 315b6bd

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

UNITTESTS/empty_baseline/unittest.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ set(unittest-includes ${unittest-includes}
1111
../features/frameworks/mbed-trace/mbed-trace/
1212
)
1313

14-
set(unittest-sources
15-
../storage/system_storage/SystemStorage.cpp
16-
)
17-
1814
set(unittest-test-sources
1915
empty_baseline/empty_baseline.cpp
2016
)

storage/blockdevice/tests/TESTS/blockdevice/general_block_device/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Please review the [documentation](https://os.mbed.com/docs/latest/tutorials/debu
4343

4444
In Mbed OS, a C++ class that inherits from the [BlockDevice](https://os.mbed.com/docs/latest/reference/storage.html#block-devices) interface represents each block device.
4545

46-
This test uses the default block device that the function `get_default_instance()` receives. [SystemStorage.cpp](https://github.com/ARMmbed/mbed-os/blob/master/storage/system_storage/SystemStorage.cpp#L35-L77) defines this as `MBED_WEAK`. If you would like to test a new block device, you have to override it.
46+
This test uses the default block device that the function `get_default_instance()` receives. [PlatformStorage.cpp](https://github.com/ARMmbed/mbed-os/blob/master/storage/platform/source/PlatformStorage.cpp#L35-L77) defines this as `MBED_WEAK`. If you would like to test a new block device, you have to override it.
4747

4848
First add the new block device .cpp and header files to the [blockdevice folder](https://github.com/ARMmbed/mbed-os/tree/master/storage/blockdevice). Then, implement `get_default_instance()` inside the test `main.cpp`.
4949

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)