Microchip-MPLAB-Harmony / core

Harmony 3 Core
https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MH3_core&redirect=true
Other
15 stars 12 forks source link

SYS_FS does not appear in MCC #30

Open l1tmn opened 1 year ago

l1tmn commented 1 year ago

I updated the MCC library and started a new project and the SYS_FS library is no longer showing up.

image

The following versions have problems.

creation_date: 2023-06-28T10:26:32.325+09:00[Asia/Tokyo]    # ISO 8601 format: https://www.w3.org/TR/NOTE-datetime
operating_system: Windows 10
mcc_mode: IDE            # [IDE|Standalone|Headless]
mcc_version: v5.3.7
mcc_core_version: v5.5.7
mplabx_version: v6.05        # if MPLAB X plugin only
harmony_version: v1.3.2
compiler: XC32 (v4.21) 

modules:
    - {name: "core", version: "v3.13.0"}
    - {name: "csp", version: "v3.17.0"}
    - {name: "usb", version: "v3.10.0"}
    - {name: "dev_packs", version: "v3.17.0"}
    - {name: "bootloader", version: "v3.6.0"}

SYS_FS was available in the following versions.

creation_date: 2023-06-16T12:35:00.614+09:00[Asia/Tokyo]    # ISO 8601 format: https://www.w3.org/TR/NOTE-datetime
operating_system: Windows 10
mcc_mode: IDE            # [IDE|Standalone|Headless]
mcc_version: v5.3.7
mcc_core_version: v5.5.7
mplabx_version: v6.05        # if MPLAB X plugin only
harmony_version: v1.3.1
compiler: XC32 (v4.21) 

modules:
    - {name: "core", version: "v3.12.0"}
    - {name: "csp", version: "v3.16.0"}
    - {name: "usb", version: "v3.10.0"}
    - {name: "dev_packs", version: "v3.9.0"}
    - {name: "bootloader", version: "v3.6.0"}

I have lowered the versions of all libraries except core, but SYS_FS does not appear.

When I try to lower the "core" version to 3.12.0, I get the following error and cannot update. Where is the log?

 "core" version 3.12.0
Download Failure
Unable to download the following packages. See log for details.

core

I was unable to update to even older versions such as 3.12.0 and before that 3.11.1 with the same error.

jigneshmoradiya1 commented 1 year ago

@l1tmn , This is the same issue as https://github.com/Microchip-MPLAB-Harmony/core/issues/29

MPLAB® Harmony 3 SYS_FS File System service has dependency on FileX in the core v3.13.0 release. Hence FileX (https://github.com/azure-rtos/filex) need to be downloaded using content manager (OR clone it using command - git clone https://github.com/azure-rtos/filex.git). Alternatively, Harmony content manager (https://microchip-mplab-harmony.github.io/contentmanager/) can be used to download the FileX (https://github.com/azure-rtos/filex) repository.

Please refer the release notes for the same https://github.com/Microchip-MPLAB-Harmony/core/blob/master/release_notes.md