File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
features/storage/FEATURE_STORAGE/cfstore/source Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2929 * so it can be called by the C-HAL implementation configuration_store.c
3030 */
3131
32+ #ifndef CFSTORE_SVM_VOL_01_START_OFFSET
3233#define CFSTORE_SVM_VOL_01_START_OFFSET 0x80000UL
34+ #endif
35+
36+ #ifndef CFSTORE_SVM_VOL_01_SIZE
3337#define CFSTORE_SVM_VOL_01_SIZE 0x80000UL
38+ #endif
3439
3540#ifdef CFSTORE_CONFIG_BACKEND_FLASH_ENABLED
3641extern ARM_DRIVER_STORAGE ARM_Driver_Storage_MTD_K64F;
@@ -39,7 +44,7 @@ static ARM_DRIVER_STORAGE *cfstore_svm_storage_drv = &ARM_Driver_Storage_MTD_K64
3944#endif /* CFSTORE_CONFIG_BACKEND_FLASH_ENABLED */
4045
4146/* the storage volume manager instance used to generate virtual mtd descriptors */
42- static StorageVolumeManager volumeManager;
47+ StorageVolumeManager volumeManager;
4348
4449/* used only for the initialization of the volume-manager. */
4550static void cfstore_svm_volume_manager_initialize_callback (int32_t status)
You can’t perform that action at this time.
0 commit comments