Skip to content

Conversation

@rajkan01
Copy link
Contributor

@rajkan01 rajkan01 commented Jul 15, 2020

Summary of changes

Preceding PR: #13253 #13244 #13273

Restructured storage/filesystem as per the new directory structure proposal:

storage
├── blockdevice
├── filesystem
│   ├── mbed_lib.json
│   ├── include
│   │   └── filesystem
│   │       ├── mbed_filesystem.h
│   │       ├── Dir.h
│   │       └── [...]
│   ├── source
│   │   ├── Dir.cpp
│   │   └── [...]
│   ├── tests
│   ├── fat
│   │   ├── include
│   │   │   └── fat
│   │   ├── source
│   │   ├── tests
│   │   └── [...]
│   ├── littlefs
│   │   └── [...]
│   └── littlefsv2
│       └── [...]

Impact of changes

None.

Migration actions required

None.

Documentation

To Be Updated.


Pull request type

[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[] No Tests required for this change (E.g docs only update)
[x] Covered by existing mbed-os tests (Greentea or Unittest)
[x] Tests / results supplied as part of this PR

Manual testing: (Build for K64F target with GCC_ARM toolchain)

  • mbed-os-example-blockdevice
  • mbed-os-example-filesystem
  • Greentea tests: Full and Bare metal profiles
  • Unit tests build and run

Reviewers

@bulislaw @0xc0170 @ARMmbed/mbed-os-core


@mergify mergify bot added the needs: work label Jul 15, 2020
@ciarmcom
Copy link
Member

@rajkan01, thank you for your changes.
@ARMmbed/mbed-os-storage @ARMmbed/mbed-os-core @ARMmbed/mbed-os-maintainers please review.

@ciarmcom ciarmcom requested review from a team July 15, 2020 13:00
@rajkan01 rajkan01 changed the title Storage fs dir restructure Restructure storage filesystem directory Jul 15, 2020
@rajkan01 rajkan01 closed this Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants