mirror of https://github.com/ARMmbed/mbed-os.git
Mbed OS will soon be changing directory structure to the below: ``` [component name] ├── mbed_lib.json ├── CMakeList.txt ├── README.md ├── include │ └── [component name] │ └── internal ├── source └── tests ├── <framework> │ └── <test suite one> ├── UNITTESTS │ └── <unit test suite one> └── TESTS └── <greentea test suite one> ``` This PR implements the above new directory structure for the current \platform directory. **NOTE:** This PR does NOT include the refactoring of UNITTESTS as shown in the above directory structure. This will be done in a subsequent PR. |
||
---|---|---|
.. | ||
CircularBuffer | ||
FileHandle | ||
SharedPtr | ||
SingletonPtr | ||
Stream | ||
Transaction | ||
atomic | ||
crash_reporting | ||
critical_section | ||
error_handling | ||
minimal-printf/compliance | ||
stats_cpu | ||
stats_heap | ||
stats_sys | ||
stats_thread | ||
system_reset | ||
wait_ns |