Skip to content

Commit 3f080df

Browse files
committed
update the path in license, readme markdown, astyleignore
1 parent fdaaffd commit 3f080df

File tree

18 files changed

+7
-7
lines changed

18 files changed

+7
-7
lines changed

.astyleignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
^features/netsocket/ppp/include
1515
^features/netsocket/ppp/polarssl
1616
^features/netsocket/ppp/source
17-
^features/storage/filesystem/fat/ChaN
18-
^features/storage/filesystem/littlefs/littlefs/
19-
^features/storage/filesystem/littlefsv2/littlefs/
17+
^storage/filesystem/fat/ChaN
18+
^storage/filesystem/littlefs/littlefs/
19+
^storage/filesystem/littlefsv2/littlefs/
2020
^features/unsupported/
2121
^hal/storage_abstraction
2222
^platform/cxxsupport

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ matrix:
271271
272272
- <<: *extended-vm
273273
name: "littlefs"
274-
env: NAME=littlefs LITTLEFS=features/storage/filesystem/littlefs
274+
env: NAME=littlefs LITTLEFS=storage/filesystem/littlefs
275275
install:
276276
# Install gcc
277277
- source_pkg gcc

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Folders containing files under different permissive license than Apache 2.0 are
1414
- [features/lorawan](./features/lorawan) - Revised BSD
1515
- [features/lwipstack](./features/lwipstack) - BSD-style, MIT-style
1616
- [features/nanostack/sal-stack-nanostack](./features/nanostack/sal-stack-nanostack) - BSD-3-Clause
17-
- [features/storage](./features/storage) - BSD-style, MIT
1817
- [features/netsocket/emac-drivers](./features/netsocket/emac-drivers) - BSD-style
1918
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
2019
- [features/unsupported](./features/unsupported) - MIT-style, BSD-style
20+
- [storage](./storage) - BSD-style, MIT
2121
- [rtos](./rtos) - MIT
2222
- [drivers](./drivers) - MIT
2323
- [TESTS/mbed_hal/trng/pithy](./TESTS/mbed_hal/trng/pithy) - BSD-3-Clause

storage/TESTS/blockdevice/general_block_device/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ 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/features/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. [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.
4747

48-
First add the new block device .cpp and header files to the [blockdevice folder](https://github.com/ARMmbed/mbed-os/tree/master/features/storage/blockdevice). Then, implement `get_default_instance()` inside the test `main.cpp`.
48+
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

5050
For example, to test the HeapBlockDevice, add:
5151

storage/filesystem/littlefs/littlefs/tests/stats.py

100644100755
File mode changed.

storage/filesystem/littlefs/littlefs/tests/template.fmt

100644100755
File mode changed.

storage/filesystem/littlefs/littlefs/tests/test.py

100644100755
File mode changed.

storage/filesystem/littlefs/littlefs/tests/test_alloc.sh

100644100755
File mode changed.

storage/filesystem/littlefs/littlefs/tests/test_corrupt.sh

100644100755
File mode changed.

storage/filesystem/littlefs/littlefs/tests/test_dirs.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)