mbed-os/storage/blockdevice
Lingkai Dong 8dfad16f5d QSPIFBlockDevice: Use fully-qualified include path
In Mbed OS, each library has an `include/<library>/` subdirectory
containing headers. The recommended way to include a header is
`#include "<library>/<header>.h"` to avoid potential conflicts with
any external modules that have same names of headers.

This is not enforced yet, and both include/ and include/<component>/
are in a library's include paths, to avoid breaking preexisting
Mbed projects that don't follow the recommendation. But code within
Mbed OS should follow it at least.
2021-09-10 10:15:22 +01:00
..
COMPONENT_DATAFLASH BlockDevices: specify mbed namespace where needed 2021-02-02 12:49:09 +01:00
COMPONENT_FLASHIAP BlockDevices: specify mbed namespace where needed 2021-02-02 12:49:09 +01:00
COMPONENT_I2CEE BlockDevices: specify mbed namespace where needed 2021-02-02 12:49:09 +01:00
COMPONENT_OSPIF SFDP: Add more parameters to the reader callback 2021-09-10 09:46:02 +01:00
COMPONENT_QSPIF QSPIFBlockDevice: Use fully-qualified include path 2021-09-10 10:15:22 +01:00
COMPONENT_SD Add standard pin-names validation script & tests 2021-03-18 17:01:53 +00:00
COMPONENT_SPIF SFDP: Add more parameters to the reader callback 2021-09-10 09:46:02 +01:00
COMPONENT_SPINAND Update SPINANDBlockDevice.cpp 2021-06-10 09:47:43 +08:00
include/blockdevice SFDP: Add more parameters to the reader callback 2021-09-10 09:46:02 +01:00
source SFDP: Add more parameters to the reader callback 2021-09-10 09:46:02 +01:00
tests SFDP: unit tests: Fix Configuration ID in fake test data 2021-09-10 09:46:02 +01:00
CMakeLists.txt CMake: Add option to enable greentea tests 2021-08-10 16:35:11 +01:00
mbed_lib.json Added missing blockdevice mbed_lib.json 2020-11-02 16:35:26 +00:00