mbed-os/storage/kvstore/kvstore_global_api
Lingkai Dong 479b704542 "kvstore_global_api" requires "kvstore" for backward compatibility
PR #13908 replaces the umbrella library for all KVStore from
"kvstore_global_api" to "kvstore". Now "kvstore_global_api"
still exists but is restricted to the global API part only.

By adding "kvstore" as a dependency of "kvstore_global_api",
existing bare metal projects (e.g. mbed-bootloader) that use
the latter library name to pull in the KVStore prototype class
will continue to work.
2020-12-09 17:26:32 +00:00
..
include/kvstore_global_api Create a kvstore_global_api for the global API and KVMap 2020-12-09 17:20:42 +00:00
source Create a kvstore_global_api for the global API and KVMap 2020-12-09 17:20:42 +00:00
CMakeLists.txt KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
mbed_lib.json "kvstore_global_api" requires "kvstore" for backward compatibility 2020-12-09 17:26:32 +00:00