Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Skutnik committed May 5, 2023
2 parents 59a1c3f + 52b6855 commit 47a9649
Show file tree
Hide file tree
Showing 5,308 changed files with 23,715 additions and 1,030,123 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions apps/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ Microchip MPLAB Harmony provides several application examples for most supported
| Repository | Product family |
| ---------- | -------------- |
| [csp_apps_cec173x](https://github.com/Microchip-MPLAB-Harmony/csp_apps_cec173x) | Application examples for CEC1736 |
| [csp_apps_pic32ck_sg_gc](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32ck_sg_gc) | Application examples for PIC32CK-SG/GC family |
| [csp_apps_pic32cm_jh00_jh01](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32cm_jh00_jh01) | Application examples for PIC32CM JH01 family |
| [csp_apps_pic32cm_le_ls](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32cm_le_ls) | Application examples for PIC32CM LE/LS family |
| [csp_apps_pic32cm_mc00](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32cm_mc00) | Application examples for PIC32CM MC00 family |
| [csp_apps_pic32cxbz2_wbz45](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32cxbz2_wbz45) | Application examples for PIC32CX-BZ2 family of wireless microcontrollers (MCUs) and WBZ451 modules |
| [csp_apps_pic32cx_mt](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32cx_mt) | Application examples for PIC32CX MT family |
| [csp_apps_pic32cz_ca](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32cz_ca) | Application examples for PIC32CZ-CA family |
| [csp_apps_pic32mk](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32mk) | Application examples for: <br> PIC32MK GENERAL PURPOSE AND MOTOR CONTROL (GP/MC) family <br> PIC32MK GENERAL PURPOSE AND MOTOR CONTROL (GPG/MCJ) WITH CAN FD family <br> PIC32MK GENERAL PURPOSE AND MOTOR CONTROL (GPK/MCM) WITH CAN FD family |
| [csp_apps_pic32mm](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32mm) | Application examples for PIC32MM family |
| [csp_apps_pic32mx](https://github.com/Microchip-MPLAB-Harmony/csp_apps_pic32mx) | Application examples for: <br> PIC32MX330/350/370/430/450/470 family <br> PIC32MX1XX/2XX/5XX 64/100-PIN family <br> PIC32MX1XX/2XX 28/36/44-PIN family <br> PIC32MX1XX/2XX 28/44-PIN XLP family <br> PIC32MX5XX/6XX/7XX family |
Expand All @@ -30,3 +33,4 @@ Microchip MPLAB Harmony provides several application examples for most supported
| [csp_apps_sam_l22](https://github.com/Microchip-MPLAB-Harmony/csp_apps_sam_l22) | Application examples for SAM L22 family |
| [csp_apps_sam_rh707](https://github.com/Microchip-MPLAB-Harmony/csp_apps_sam_rh707) | Application examples for SAMRH707 family |
| [csp_apps_sam_rh71](https://github.com/Microchip-MPLAB-Harmony/csp_apps_sam_rh71) | Application examples for SAMRH71 family |

Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def getMaxValue(mask):
systemResourcesList = ["GCLK", "OSC32KCTRL", "OSCCTRL", "MCLK", "IDAU"]
mixSecurePeripheralList = ["EIC", "EVSYS", "NVMCTRL", "PAC", "PORT"]
# Setup TrustZone Manager
execfile(Variables.get("__CORE_DIR") + "/config/trustZoneManager.py")
execfile(Variables.get("__CORE_DIR") + "/config/trustZone/trustZoneManager.py")

coreFPU = coreComponent.createBooleanSymbol("FPU_Available", devCfgMenu)
coreFPU.setLabel("FPU Available")
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/config/devices_cortex_m23/SAM_L10_L11.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def getMaxValue(mask):
systemResourcesList = ["GCLK", "OSC32KCTRL", "OSCCTRL", "MCLK", "IDAU"]
mixSecurePeripheralList = ["EIC", "EVSYS", "NVMCTRL", "PAC", "PORT"]
# Setup TrustZone Manager
execfile(Variables.get("__CORE_DIR") + "/config/trustZoneManager.py")
execfile(Variables.get("__CORE_DIR") + "/config/trustZone/trustZoneManager.py")

coreFPU = coreComponent.createBooleanSymbol("FPU_Available", devCfgMenu)
coreFPU.setLabel("FPU Available")
Expand Down
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512GC00064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512GC00064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK0512GC00064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512GC00100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512GC00100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK0512GC00100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512GC01064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512GC01064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK0512GC01064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512GC01100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512GC01100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK0512GC01100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512SG00064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512SG00064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK0512SG00064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512SG00100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512SG00100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK0512SG00100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512SG01064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512SG01064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK0512SG01064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512SG01100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK0512SG01100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK0512SG01100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025GC00064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025GC00064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK1025GC00064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025GC00100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025GC00100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK1025GC00100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025GC01064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025GC01064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK1025GC01064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025GC01100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025GC01100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK1025GC01100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025SG00064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025SG00064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK1025SG00064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025SG00100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025SG00100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK1025SG00100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025SG01064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025SG01064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK1025SG01064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025SG01100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK1025SG01100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK1025SG01100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC00064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC00064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051GC00064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC00100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC00100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051GC00100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC00144.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC00144.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051GC00144">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC01064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC01064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051GC01064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC01100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC01100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051GC01100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC01144.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051GC01144.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051GC01144">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG00064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG00064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051SG00064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG00100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG00100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051SG00100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG00144.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG00144.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051SG00144">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG01064.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG01064.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051SG01064">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG01100.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG01100.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051SG01100">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
3 changes: 3 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG01144.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
print("Loading System Services for " + Variables.get("__PROCESSOR"))
# load family specific configuration
execfile(Variables.get("__ARCH_DIR") + "/PIC32CK_GC_SG.py")
5 changes: 5 additions & 0 deletions arch/arm/config/devices_cortex_m33/PIC32CK2051SG01144.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CSP id="PIC32CK2051SG01144">
<CoreModule path="${__FRAMEWORK_ROOT}/csp/arch" />
<DataSheet name="" />
</CSP>
Loading

0 comments on commit 47a9649

Please sign in to comment.