Skip to content

Commit

Permalink
Pull request #9: deployment of v1.0.1
Browse files Browse the repository at this point in the history
Merge in MCU16CE/dspic33ch-power-tppfc-dev-platform from develop to master

* commit 'ee09ecc7bc4016539a7bc4106b770e6dd4a4a1ec':
  fixed version number in main.json file
  Git LFS no longer used to track mc3 files (used by MCC) as the mc3 files
  • Loading branch information
Cormac Harrington authored and Cormac Harrington committed Jun 6, 2023
2 parents bafac80 + ee09ecc commit 8a65e2d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"content":{
"metaDataVersion":"1.3.0",
"name":"com.microchip.mplabx.project.dspic33ch-power-tppfc-dev-platform",
"version":"1.0.0",
"version":"1.0.1",
"displayName":"Dual core MPLABx projects for 11kW Totem Pole Demonstration Application Platform",
"projectName":"dspic33ch-power-tppfc-dev-platform",
"shortDescription":"Main and Secondary core MPLABx projects for 11kW Totem Pole Demonstration Application Platform",
Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# dspic33ch-power-tppfc-dev-platform v1.0.0
# dspic33ch-power-tppfc-dev-platform v1.0.1

### Release Highlights

v1.0.1
mc3 files (used by MCC) no longer tracked with Git LFS


v1.0.0
This is the initial release demonstrating the following operating modes
* single phase PFC
* three phase PFC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@

#define REV_MAJOR '1'
#define REV_MINOR '0'
#define REV_PATCH '0'
#define REV_PATCH '1'
#define HIGH_VOLTAGE '0'

//------------------------------------------------------------------------------
// revision history
//------------------------------------------------------------------------------
//
// v1.0.1
// Git LFS no longer used to track mc3 files (these are used by MCC)
#endif /* REVISION_H */

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@

#define MAJOR '1'
#define MINOR '0'
#define PATCH '0'
#define PATCH '1'


/*******************************************************************************
* @fn revision history 1.0.1
* @details Git LFS no longer used to track mc3 files (these are used by MCC)
*
*******************************************************************************/

/*******************************************************************************
* @fn revision history 0.2.2.0
Expand Down

0 comments on commit 8a65e2d

Please sign in to comment.