Skip to content

Commit 10bb312

Browse files
committed
DFP updated
1 parent 7b773db commit 10bb312

File tree

134 files changed

+4622
-8555
lines changed

Some content is hidden

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

134 files changed

+4622
-8555
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.dspic33e-code-examples",
7-
"version":"1.0.1",
7+
"version":"1.0.2",
88
"displayName":"dsPIC33E Code Examples",
99
"projectName":"dspic33e-code-examples",
1010
"shortDescription":"dsPIC33E Code Examples",

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# dsPIC33E Code Examples v1.0.2
2+
### Release Highlights
3+
4+
Patch release to update the DFP in projects.
5+
16
# dsPIC33E Code Examples v1.0.1
27
### Release Highlights
38

dspic33e-adc-1msps/.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.dspic33e-adc-1msps",
7-
"version":"1.0.0",
7+
"version":"1.0.2",
88
"displayName":"ADC Sampling at 1.1MSPS",
99
"projectName":"dspic33e-adc-1msps",
1010
"shortDescription":"ADC Sampling at 1.1MSPS",

dspic33e-adc-1msps/firmware/dspic33e-adc-1msps.X/nbproject/configurations.xml

Lines changed: 53 additions & 269 deletions
Large diffs are not rendered by default.

dspic33e-adc-altsamp/.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.dspic33e-adc-altsamp",
7-
"version":"1.0.0",
7+
"version":"1.0.2",
88
"displayName":"ADC Alternate Sampling",
99
"projectName":"dspic33e-adc-altsamp",
1010
"shortDescription":"ADC Alternate Sampling",

dspic33e-adc-altsamp/firmware/dspic33e-adc-altsamp.X/nbproject/configurations.xml

Lines changed: 91 additions & 267 deletions
Large diffs are not rendered by default.

dspic33e-adc-altsamp/firmware/dspic33e-adc-altsamp.X/nbproject/project.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://www.netbeans.org/ns/project/1">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://www.netbeans.org/ns/project/1">
23
<type>com.microchip.mplab.nbide.embedded.makeproject</type>
34
<configuration>
45
<data xmlns="http://www.netbeans.org/ns/make-project/1">
@@ -11,6 +12,27 @@
1112
<sourceEncoding>ISO-8859-1</sourceEncoding>
1213
<asminc-extensions/>
1314
<make-dep-projects/>
15+
<sourceRootList>
16+
<sourceRootElem>../../../ce421_adc_chscan_no_dma/firmware/src</sourceRootElem>
17+
<sourceRootElem>../src</sourceRootElem>
18+
</sourceRootList>
19+
<confList>
20+
<confElem>
21+
<name>dspic33ep512gm710</name>
22+
<type>2</type>
23+
</confElem>
24+
<confElem>
25+
<name>dspic33ep512mu810</name>
26+
<type>2</type>
27+
</confElem>
28+
<confElem>
29+
<name>dspic33ep256gp506</name>
30+
<type>2</type>
31+
</confElem>
32+
</confList>
33+
<formatting>
34+
<project-formatting-style>false</project-formatting-style>
35+
</formatting>
1436
</data>
1537
</configuration>
1638
</project>

dspic33e-adc-chscan-no-dma/.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.dspic33e-adc-chscan-no-dma",
7-
"version":"1.0.0",
7+
"version":"1.0.2",
88
"displayName":"ADC Channel Scanning without DMA",
99
"projectName":"dspic33e-adc-chscan-no-dma",
1010
"shortDescription":"ADC Channel Scanning without DMA",

0 commit comments

Comments
 (0)