Skip to content

Commit de8ac88

Browse files
committed
Pull request #25: Code Maintenance Release v1.2.0
Merge in MCU16CE/dspic33ck-power-pwm-complementary from MCU16ASMPSCE/dspic33ck-power-pwm-complementary:bench-test to develop * commit '81dc8235bdc9861c0bf8d7ff847217eb21ce84cb': Updated release version to 1.2.0
2 parents 8b2e8b8 + 81dc823 commit de8ac88

File tree

2 files changed

+36
-9
lines changed

2 files changed

+36
-9
lines changed

.main-meta/main.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mplabx.project.dspic33ck-power-pwm-complementary",
7-
"version": "1.1.0",
7+
"version": "1.2.0",
88
"displayName": "dsPIC33CK/CH-MP PWM Configuration: Complementary PWM Output",
99
"projectName": "dspic33ck-power-pwm-complementary",
1010
"shortDescription": "Complementary PWM Output Configuration Example for dsPIC33CK-MP devices",
1111
"ide": {
1212
"name": "MPLABX",
13-
"semverRange": ">=6.05.0"
13+
"semverRange": ">=6.20.0"
1414
},
1515
"compiler": {
16-
"name": "XC16",
17-
"semverRange": "^2.00.0"
16+
"name": "XCDSC",
17+
"semverRange": "^3.00.0"
1818
},
1919
"dfp": {
2020
"name": "dsPIC33CK-MP_DFP",
21-
"semverRange": "^1.10.341"
21+
"semverRange": "^1.14.376"
2222
},
2323
"device": {
2424
"metaDataVersion": "1.0.0",

changelog.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# dspic33ck-power-pwm-complementary, release v1.1.0
1+
# dspic33ck-power-pwm-complementary, release v1.2.0
22

33
## Release Highlights
44

5-
Version 1.1.0 of this code example is a maintenance cycle release, which is required to keep the source code provided being fully supported by the most recent development tool chain. In this release no functional changes have been made in comparison with the previous version.
5+
Version 1.2.0 of this code example is a maintenance cycle release, which is required to keep the source code provided being fully supported by the most recent development tool chain. In this release no functional changes have been made in comparison with the previous version.
66

77
### Toolchain Updates
88

@@ -11,7 +11,7 @@ Version 1.1.0 of this code example is a maintenance cycle release, which is requ
1111
* Changed minimum Device File Pack (DFP) version to 1.14.376
1212
* Microchip Code Configurator Update
1313
* Updated MCC Plug-In version to require v5.7.0 or later
14-
* Updated mc3 file contents to work with core version 4.85.1 or later
14+
* Updated mc3 file contents to work with core version v5.7.0 or later
1515

1616
### Features Added\Updated
1717

@@ -22,9 +22,36 @@ Version 1.1.0 of this code example is a maintenance cycle release, which is requ
2222

2323
- - -
2424

25+
# dspic33ck-power-pwm-complementary, release v1.1.0
26+
27+
### Release Highlights
28+
29+
Version 1.1.0 of this code example is a maintenance cycle release, which is required to keep the source code provided being fully supported by the most recent development tool chain. In this release no functional changes have been made in comparison with the previous version.
30+
31+
### Toolchain Updates
32+
33+
* Changed minimum MPLAB X IDE version to 6.05 and later - [Get latest Version](https://www.microchip.com/mplabx)
34+
* Changed minimum XC16 compiler version to v2.00 - [Get latest Version](https://www.microchip.com/xc16)
35+
* Changed minimum Device File Pack (DFP) version to 1.10.341
36+
* Microchip Code Configurator Update
37+
* Updated MCC Plug-In version to require v5.3.7 or later
38+
* Updated mc3 file contents to work with core version 4.85.1 or later
39+
40+
### Features Added\Updated
41+
42+
* Updated gitignore file filtering clutter of MPLAB X IDE 6.05 and later
43+
* Fixed typos in leading comment of main.c
44+
* Removed interrupt register bits, which are not supported by DFP versions v1.5.135 and later
45+
* Removed empty virtual folder 'config' from section Sources in MPLAB X project explorer
46+
* Changed label of PWM Module register set from P33C_PWM_SFRSET_t to P33C_PWM_MODULE_t
47+
48+
© 2023, Microchip Technology Inc.
49+
50+
- - -
51+
2552
# dspic33ck-power-pwm-complementary, release v1.0.0
2653

27-
## Release Highlights
54+
### Release Highlights
2855

2956
This is the initial release demonstrating the basic configuration of a high-resolution PWM generator of the dsPIC33C family of devices.
3057
This example is part of a series of code examples highlighting specific operating modes and features.

0 commit comments

Comments
 (0)