Azure Rtos Filex Versions Save

Azure RTOS FileX is a high-performance, FAT-compatible file system that’s fully integrated with Azure RTOS ThreadX

v6.4.0_rel

4 months ago
Modified comments and updated version number:
    fx_api.h

v6.3.0_rel

6 months ago
Added basic types guards macros, file modified:
    fx_port.h

Modified comments and updated version number:
    fx_api.h

v6.2.1_rel

1 year ago
Modified comments and updated version number:
    fx_api.h

v6.2.0_rel

1 year ago
File is modified to fix overflow in log size check in case the file system is corrupted:
    fx_directory_free_search.c

Files are modified to fix memory buffer without sector cache when fault tolerant is enabled:
    fx_fault_tolerant_enable.c
    fx_media_open.c
    fx_utility_logical_sector_read.c

File is modified to fix compiler warning:
    fx_utility_FAT_entry_read.c

File is modified to fix FAT entry span two sectors for FAT12:
    fx_fault_tolerant_cleanup_FAT_chain.c

File is modified to add extended partition support:
    fx_partition_offset_calculate.c

v6.1.12_rel

1 year ago
   File is modified to update available cluster check:
        fx_directory_free_search.c

v6.1.11_rel

2 years ago

Azure RTOS FileX 6.1.11 release contains the following changes:

    File is modified to improve comment:
        fx_fault_tolerant_create_log_file.c

    File is modified to fix volume name check:
        fx_media_volume_get_extended.c

    File is modified to fix reserved FAT entry values as per specification:
        fx_media_format.c

v6.1.10_rel

2 years ago

Azure RTOS FileX 6.1.10 release contains the following changes:

    Files are modified to fix compiler errors or logics without cache:
        common/src/fx_api.h
        common/src/fx_directory_exFAT_free_search.c
        common/src/fx_media_open.c
        common/src/fx_utility_logical_sector_cache_entry_read.c
        common/src/fx_utility_logical_sector_flush.c

    Files are modified to remove fix sector size in exFAT and support all sizes as per specification :
        common/inc/fx_api.h
        common/inc/fx_user_sample.h
        common/inc/fx_utility.h
        common/src/fx_fault_tolerant_create_log_file.c
        common/src/fx_media_exFAT_format.c
        common/src/fx_media_boot_info_extract.c
        common/src/fx_utility_exFAT_size_calculate.c
        common/src/fx_utility_exFAT_goemetry_check.c
        common/src/fx_utility_exFAT_sysytem_area_checksum_verify.c
        common/src/fx_utility_exFAT_sysytem_area_checksum_write.c
        common/src/fx_utility_exFAT_sysytem_area_format.c

    File is modified to fix last character compare for last found name with new one:
        common/src/fx_directory_search.c

r6.1.8_rel

2 years ago

This is an updated release of Azure RTOS FileX that includes the following changes:

  • [Fix] inc/fx_api.h: Update product constants.
  • [Fix] src/fx_media_format.c: update fx_media_driver_sectors on FX_DRIVER_BOOT_WRITE request

v6.1.7_rel

2 years ago
  • This is an updated release of Azure RTOS FileX that includes the following changes:

  • common

    • [Enhance] inc/fx_api.h: Updated product constants.
    • [Fix] src/fx_system_date_get.c: Check for Null pointer.
    • [Fix] src/fx_system_time_get.c: Check for Null pointer.
    • [Fix] src/fx_directory_search.c: Add a check for volume label entry during directory search operation.
    • [Fix] src/fx_media_volume_set.c: Initialize directory entry variable.
    • [Fix] src/fx_file_extended_seek.c: Fix current relative sector calculation.

v6.1.6_rel

3 years ago

This is an updated release of Azure RTOS FileX that includes the following changes:

    Files are modified to remove redundant code:
        fx_partition_offset_calculate.c
        fx_directory_default_get_copy.c

    File is modified to ignore signature check for no partition situation:
        fx_partition_offset_calculate.c

    Files are modified to fix check for large number of sectors during logical read/write :
        fx_utility_logical_sector_read.c
        fx_utility_logical_sector_write.c

    Other modified files:
        fx_api.h:    Updated product constants.