Skip to content

Commit 824b74f

Browse files
Cormac Harringtonareiter128
Cormac Harrington
authored andcommitted
Pull request #10: redeploy with LFS disabled so mc3 files can be downloaded
Merge in MCU16CE/dspic33ch-power-tppfc-dev-platform from develop to master * commit '854b71c83ceb35fa38b08cffd5bc8faa4951bdd1': updated rev to 1.0.2 adding back in mc3 files removed gitattributes from primary and secondary core projects removed files tracked by Git LFS
2 parents bafac80 + 854b71c commit 824b74f

File tree

9 files changed

+97982
-15
lines changed

9 files changed

+97982
-15
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content":{
55
"metaDataVersion":"1.3.0",
66
"name":"com.microchip.mplabx.project.dspic33ch-power-tppfc-dev-platform",
7-
"version":"1.0.0",
7+
"version":"1.0.2",
88
"displayName":"Dual core MPLABx projects for 11kW Totem Pole Demonstration Application Platform",
99
"projectName":"dspic33ch-power-tppfc-dev-platform",
1010
"shortDescription":"Main and Secondary core MPLABx projects for 11kW Totem Pole Demonstration Application Platform",

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dspic33ch-power-tppfc-dev-platform v1.0.0
1+
# dspic33ch-power-tppfc-dev-platform v1.0.2
22

33
### Release Highlights
44

@@ -10,6 +10,7 @@ This is the initial release demonstrating the following operating modes
1010

1111

1212
### Features Added\Updated
13+
removed Git LFS tracking of MC3 files
1314

1415
(none / initial release)
1516

dspic33ch-tppfc-primary-core-project/tppfc_main_controller_primary.X/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

dspic33ch-tppfc-primary-core-project/tppfc_main_controller_primary.X/MyConfig.mc3

Lines changed: 46613 additions & 3 deletions
Large diffs are not rendered by default.

dspic33ch-tppfc-primary-core-project/tppfc_main_controller_primary.X/master_config.mc3

Lines changed: 2639 additions & 3 deletions
Large diffs are not rendered by default.

dspic33ch-tppfc-primary-core-project/tppfc_main_controller_primary.X/revision.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#define REV_MAJOR '1'
3535
#define REV_MINOR '0'
36-
#define REV_PATCH '0'
36+
#define REV_PATCH '2'
3737
#define HIGH_VOLTAGE '0'
3838

3939
//------------------------------------------------------------------------------

dspic33ch-tppfc-secondary-core-project/tppfc_main_controller_secondary.X/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

dspic33ch-tppfc-secondary-core-project/tppfc_main_controller_secondary.X/MyConfig.mc3

Lines changed: 48725 additions & 3 deletions
Large diffs are not rendered by default.

dspic33ch-tppfc-secondary-core-project/tppfc_main_controller_secondary.X/revision.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#define MAJOR '1'
3535
#define MINOR '0'
36-
#define PATCH '0'
36+
#define PATCH '2'
3737

3838
/*******************************************************************************
3939
* @fn revision history 0.2.2.0

0 commit comments

Comments
 (0)