Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SYS_FS does not appear in MCC #30

Open
l1tmn opened this issue Jun 28, 2023 · 1 comment
Open

SYS_FS does not appear in MCC #30

l1tmn opened this issue Jun 28, 2023 · 1 comment

Comments

@l1tmn
Copy link

l1tmn commented Jun 28, 2023

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
Copy link
Contributor

@l1tmn , This is the same issue as #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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants