We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I updated the MCC library and started a new project and the SYS_FS library is no longer showing up.
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.
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
I updated the MCC library and started a new project and the SYS_FS library is no longer showing up.
The following versions have problems.
SYS_FS was available in the following versions.
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?
I was unable to update to even older versions such as 3.12.0 and before that 3.11.1 with the same error.
The text was updated successfully, but these errors were encountered: