Skip to content

Commit cfceb55

Browse files
committed
Pull request #7: Updated deployment files for version 1.0.1
Merge in MCU16CE/dpsk3-power-buck-average-current-mode-control from develop to master * commit 'bb476b2db0093f1bb731eb75b6b7320581a2253e': Updated deployment files for version 1.0.1
2 parents 4061eff + bb476b2 commit cfceb55

File tree

1,121 files changed

+62293
-30606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,121 files changed

+62293
-30606
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.0.0",
66
"name":"com.microchip.mplabx.project.dpsk3-power-buck-average-current-mode-control",
7-
"version":"1.0.0",
7+
"version":"1.0.1",
88
"displayName":"DPSK3 Synchronous Buck Converter Average Current Mode Control",
99
"projectName":"dpsk3-power-buck-average-current-mode-control",
1010
"shortDescription":"Digital control loop implementation of a dual-loop average current mode controller regulating the output voltage of a synchronous buck converter",
318 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This code example also includes the LCD driver allowing users to observe runtime
5454
- [MPLAB® X IDE v5.45](https://www.microchip.com/mplabx-ide-windows-installer)
5555
- [MPLAB® XC16 Compiler v1.61](https://www.microchip.com/mplabxc16windows)
5656
- [Microchip Code Configurator v4.0.2](https://www.microchip.com/mplab/mplab-code-configurator)
57-
- [MPLAB® PowerSmart™ Digital Control Library Designer v0.9.12](https://areiter128.github.io/DCLD)
57+
- [MPLAB® PowerSmart™ Digital Control Library Designer v0.9.14](https://microchip-pic-avr-tools.github.io/powersmart-dcld/)
5858

5959
## Hardware Used
6060
- dsPIC33C Digital Power Starter Kit, Part-No. [DM330017-3](https://www.microchip.com/DM330017-3)

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# dpsk3-power-buck-average-current-mode-control, release v1.0.1
2+
3+
### Features Added\Updated
4+
5+
In MPLAB® PowerSmart™ Digital Control Library Designer, release 0.9.14.676 labels of user extension function hooks changed, causing the compiler to fail when new control code is generated. This firmware release ensures compatibility with the latest version of this code generating tool.
6+
7+
When you download this version of the firmware, please also update your version of PowerSmart™ Digital Control Library Designer to version 0.9.14 or higher:
8+
[MPLAB® PowerSmart™ Digital Control Library Designer v0.9.14](https://microchip-pic-avr-tools.github.io/powersmart-dcld/)
9+
10+
111
# dpsk3-power-buck-average-current-mode-control, release v1.0.0
212

313
### Release Highlights

docs/a00029_source.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
66
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
7-
<meta name="generator" content="Doxygen 1.8.20"/>
7+
<meta name="generator" content="Doxygen 1.9.1"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<title>Digital Power Starter Kit 3 Firmware: dpsk_buck_acmc.X/sources/common/delay.h Source File</title>
1010
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -65,10 +65,10 @@
6565
</table>
6666
</div>
6767
<!-- end header part -->
68-
<!-- Generated by Doxygen 1.8.20 -->
68+
<!-- Generated by Doxygen 1.9.1 -->
6969
<script type="text/javascript">
7070
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
71-
var searchBox = new SearchBox("searchBox", "search",false,'Search');
71+
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
7272
/* @license-end */
7373
</script>
7474
</div><!-- top -->
@@ -121,7 +121,7 @@
121121
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; </div>
122122
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#define _XTAL_FREQ 200000000UL</span></div>
123123
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#define FCY _XTAL_FREQ/2</span></div>
124-
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#ifdef __cplusplus // Provide C++ Compatability</span></div>
124+
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#ifdef __cplusplus </span><span class="comment">// Provide C++ Compatability</span></div>
125125
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
126126
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span><span class="preprocessor"></span></div>
127127
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; </div>

docs/a00032_source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
66
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
7-
<meta name="generator" content="Doxygen 1.8.20"/>
7+
<meta name="generator" content="Doxygen 1.9.1"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<title>Digital Power Starter Kit 3 Firmware: dpsk_buck_acmc.X/sources/common/p33c_pral/p33c_adc.c Source File</title>
1010
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -65,10 +65,10 @@
6565
</table>
6666
</div>
6767
<!-- end header part -->
68-
<!-- Generated by Doxygen 1.8.20 -->
68+
<!-- Generated by Doxygen 1.9.1 -->
6969
<script type="text/javascript">
7070
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
71-
var searchBox = new SearchBox("searchBox", "search",false,'Search');
71+
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
7272
/* @license-end */
7373
</script>
7474
</div><!-- top -->

0 commit comments

Comments
 (0)