Skip to content

Commit

Permalink
Adding support for Microchip PIC32CX SG devices
Browse files Browse the repository at this point in the history
  • Loading branch information
MyGh64605 committed May 6, 2024
1 parent 0229627 commit 82d8d1b
Show file tree
Hide file tree
Showing 109 changed files with 3,504 additions and 113 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component version header file
*
* Copyright (c) 2023 Microchip Technology Inc.
* Copyright (c) 2024 Microchip Technology Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -21,26 +21,26 @@
#define _COMPONENT_VERSION_H_INCLUDED

#define COMPONENT_VERSION_MAJOR 1
#define COMPONENT_VERSION_MINOR 2
#define COMPONENT_VERSION_MINOR 3

//
// The COMPONENT_VERSION define is composed of the major and the minor version number.
//
// The last four digits of the COMPONENT_VERSION is the minor version with leading zeros.
// The rest of the COMPONENT_VERSION is the major version.
//
#define COMPONENT_VERSION 10002
#define COMPONENT_VERSION 10003

//
// The build number does not refer to the component, but to the build number
// of the device pack that provides the component.
//
#define BUILD_NUMBER 128
#define BUILD_NUMBER 134

//
// The COMPONENT_VERSION_STRING is a string (enclosed in ") that can be used for logging or embedding.
//
#define COMPONENT_VERSION_STRING "1.2"
#define COMPONENT_VERSION_STRING "1.3"

//
// The COMPONENT_DATE_STRING contains a timestamp of when the pack was generated.
Expand All @@ -50,7 +50,7 @@
// "%Y-%m-%d %H:%M:%S"
//
//
#define COMPONENT_DATE_STRING "2023-10-05 22:30:24"
#define COMPONENT_DATE_STRING "2024-02-05 19:23:48"

#endif/* #ifndef _COMPONENT_VERSION_H_INCLUDED */

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for AC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for ADC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for AES
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for CAN
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for CCL
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for CMCC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for DAC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for DMAC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for DSU
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for EIC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for EVSYS
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for FREQM
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for FUSES
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for GCLK
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for GMAC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for HMATRIXB
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for I2S
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for ICM
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for MCLK
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for NVMCTRL
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for OSC32KCTRL
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for OSCCTRL
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for PAC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for PCC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for PDEC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for PM
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for PORT
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for PUKCC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for QSPI
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for RAMECC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for RSTC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for RTC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for SDHC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for SERCOM
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for SUPC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for TC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for TCC
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for TRNG
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Component description for USB
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.
* Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 82d8d1b

Please sign in to comment.