Skip to content

Commit

Permalink
Release v3.3: Updtaed the OOB demo to latest supporting repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuseth-microchip committed Apr 24, 2024
1 parent 0aebbe1 commit 927334f
Show file tree
Hide file tree
Showing 687 changed files with 935,056 additions and 320,318 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file has been autogenerated by MPLAB Code Configurator. Please do not edit this file.

manifest_file_version: 1.0.0
project: aws_sdk_wfi32_iot_freertos
creation_date: 2024-04-22T14:09:34.863+05:30[Asia/Calcutta]
operating_system: Windows 10
mcc_mode: IDE
mcc_mode_version: v6.20
device_name: PIC32MZ1025W104132
compiler: XC32 4.35
mcc_version: 5.5.0
mcc_core_version: 5.7.0
content_manager_version: 5.0.0
is_mcc_offline: false
is_using_prerelease_versions: false
mcc_content_registries: https://registry.npmjs.org
device_library: {library_class: com.microchip.mcc.harmony.Harmony3Library, name: Harmony
V3, version: 1.3.2}
packs: {name: PIC32MZ-W_DFP, version: 1.8.326}
modules: []
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file has been autogenerated by MPLAB Code Configurator. Please do not edit this file.

manifest_file_version: 1.0.0
project: aws_sdk_wfi32_iot_freertos
creation_date: 2024-04-22T14:09:33.103+05:30[Asia/Calcutta]
operating_system: Windows 10
mcc_mode: IDE
mcc_mode_version: v6.20
device_name: PIC32MZ1025W104132
compiler: XC32 4.35
mcc_version: 5.5.0
mcc_core_version: 5.7.0
content_manager_version: 5.0.0
is_mcc_offline: false
is_using_prerelease_versions: false
mcc_content_registries: https://registry.npmjs.org
device_library: {library_class: com.microchip.mcc.harmony.Harmony3Library, name: Harmony
V3, version: 1.3.2}
packs: {name: PIC32MZ-W_DFP, version: 1.8.326}
modules: []

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#
#Thu Nov 16 09:02:43 IST 2023
#Wed Apr 24 09:35:33 IST 2024
conf.ids=aws_sdk_wfi32_iot_freertos
host.id=26d5-kqip-gi
aws_sdk_wfi32_iot_freertos.languagetoolchain.version=3.01
aws_sdk_wfi32_iot_freertos.languagetoolchain.dir=C\:\\Program Files\\Microchip\\xc32\\v3.01\\bin
aws_sdk_wfi32_iot_freertos.Pack.dfplocation=C\:\\Users\\I21391\\.mchp_packs\\Microchip\\PIC32MZ-W_DFP\\1.6.220
configurations-xml=8a83a0f3c97ea8838c6fcbc00169d4dd
aws_sdk_wfi32_iot_freertos.com-micrcohip-mplab-mdbcore-pkob4-PKOB4ToolImpl.md5=0043dd6df3b134af5caf293d55169d73
com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=6e02ca5e9f5042ffd365b42ab82d3a9b
user-defined-mime-resolver-xml=a7e453b9fbe260718b6d03b7dcba2bfa
aws_sdk_wfi32_iot_freertos.com-microchip-mplab-nbide-toolchain-xc32-XC32LanguageToolchain.md5=e4472a864cace3fb7127149b7c727f38
aws_sdk_wfi32_iot_freertos.languagetoolchain.version=4.35
aws_sdk_wfi32_iot_freertos.languagetoolchain.dir=C\:\\Program Files\\Microchip\\xc32\\v4.35\\bin
aws_sdk_wfi32_iot_freertos.Pack.dfplocation=C\:\\Program Files\\Microchip\\MPLABX\\v6.20\\packs\\Microchip\\PIC32MZ-W_DFP\\1.8.326
configurations-xml=cb7cf9c5bed4f12db6095b59baefafae
aws_sdk_wfi32_iot_freertos.com-micrcohip-mplab-mdbcore-pkob4-PKOB4ToolImpl.md5=916239579355067caf3c3a7796c790dc
com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=f612087c95360c842296d189edfe3321
aws_sdk_wfi32_iot_freertos.com-microchip-mplab-nbide-toolchain-xc32-XC32LanguageToolchain.md5=1eaf555a844840d91945cb14109201c3
proj.dir=C\:\\E\\Work\\github\\WFI32-IoT\\demo\\cloud_sdk_demo\\firmware\\aws_sdk_wfi32_iot_freertos.X
host.platform=windows
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,23 @@
# $ makeMP_CC="/opt/microchip/mplabc30/v3.30c/bin/pic30-gcc" ...
#
SHELL=cmd.exe
PATH_TO_IDE_BIN=C:/Program Files/Microchip/MPLABX/v6.00/mplab_platform/platform/../mplab_ide/modules/../../bin/
PATH_TO_IDE_BIN=C:/Program Files/Microchip/MPLABX/v6.20/mplab_platform/platform/../mplab_ide/modules/../../bin/
# Adding MPLAB X bin directory to path.
PATH:=C:/Program Files/Microchip/MPLABX/v6.00/mplab_platform/platform/../mplab_ide/modules/../../bin/:$(PATH)
PATH:=C:/Program Files/Microchip/MPLABX/v6.20/mplab_platform/platform/../mplab_ide/modules/../../bin/:$(PATH)
# Path to java used to run MPLAB X when this makefile was created
MP_JAVA_PATH="C:\Program Files\Microchip\MPLABX\v6.00\sys\java\zulu8.54.0.21-ca-fx-jre8.0.292-win_x64/bin/"
MP_JAVA_PATH="C:\Program Files\Microchip\MPLABX\v6.20\sys\java\zulu8.64.0.19-ca-fx-jre8.0.345-win_x64/bin/"
OS_CURRENT="$(shell uname -s)"
MP_CC="C:\Program Files\Microchip\xc32\v3.01\bin\xc32-gcc.exe"
MP_CPPC="C:\Program Files\Microchip\xc32\v3.01\bin\xc32-g++.exe"
MP_CC="C:\Program Files\Microchip\xc32\v4.35\bin\xc32-gcc.exe"
MP_CPPC="C:\Program Files\Microchip\xc32\v4.35\bin\xc32-g++.exe"
# MP_BC is not defined
MP_AS="C:\Program Files\Microchip\xc32\v3.01\bin\xc32-as.exe"
MP_LD="C:\Program Files\Microchip\xc32\v3.01\bin\xc32-ld.exe"
MP_AR="C:\Program Files\Microchip\xc32\v3.01\bin\xc32-ar.exe"
DEP_GEN=${MP_JAVA_PATH}java -jar "C:/Program Files/Microchip/MPLABX/v6.00/mplab_platform/platform/../mplab_ide/modules/../../bin/extractobjectdependencies.jar"
MP_CC_DIR="C:\Program Files\Microchip\xc32\v3.01\bin"
MP_CPPC_DIR="C:\Program Files\Microchip\xc32\v3.01\bin"
MP_AS="C:\Program Files\Microchip\xc32\v4.35\bin\xc32-as.exe"
MP_LD="C:\Program Files\Microchip\xc32\v4.35\bin\xc32-ld.exe"
MP_AR="C:\Program Files\Microchip\xc32\v4.35\bin\xc32-ar.exe"
DEP_GEN=${MP_JAVA_PATH}java -jar "C:/Program Files/Microchip/MPLABX/v6.20/mplab_platform/platform/../mplab_ide/modules/../../bin/extractobjectdependencies.jar"
MP_CC_DIR="C:\Program Files\Microchip\xc32\v4.35\bin"
MP_CPPC_DIR="C:\Program Files\Microchip\xc32\v4.35\bin"
# MP_BC_DIR is not defined
MP_AS_DIR="C:\Program Files\Microchip\xc32\v3.01\bin"
MP_LD_DIR="C:\Program Files\Microchip\xc32\v3.01\bin"
MP_AR_DIR="C:\Program Files\Microchip\xc32\v3.01\bin"
# MP_BC_DIR is not defined
DFP_DIR=C:/Users/I21391/.mchp_packs/Microchip/PIC32MZ-W_DFP/1.6.220
MP_AS_DIR="C:\Program Files\Microchip\xc32\v4.35\bin"
MP_LD_DIR="C:\Program Files\Microchip\xc32\v4.35\bin"
MP_AR_DIR="C:\Program Files\Microchip\xc32\v4.35\bin"
DFP_DIR=C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/PIC32MZ-W_DFP/1.8.326
Loading

0 comments on commit 927334f

Please sign in to comment.