You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
6
6
7
7
### Toolchain Updates
8
8
@@ -11,7 +11,7 @@ Version 1.1.0 of this code example is a maintenance cycle release, which is requ
11
11
* Changed minimum Device File Pack (DFP) version to 1.14.376
12
12
* Microchip Code Configurator Update
13
13
* 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
15
15
16
16
### Features Added\Updated
17
17
@@ -22,9 +22,36 @@ Version 1.1.0 of this code example is a maintenance cycle release, which is requ
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
0 commit comments