Skip to content

Commit c1227ca

Browse files
committed
Updated the following files the release-
1.changelog.md 2.Jenkinfile 3.main.json
1 parent a8f881c commit c1227ca

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

.citd/Jenkinsfilek8s

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ pipeline {
8080

8181
stage('Build') {
8282
steps {
83-
script {
83+
script {
84+
sh("npm install -g xml2js")
85+
sh("npm link xml2js")
8486
mplabxProjectBuild(
8587
sourceFilePath: "${env.MPLABX_PROJECT_SOURCE}"
8688
)

.main-meta/main.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,46 @@
44
"content":{
55
"metaDataVersion":"1.0.0",
66
"name":"com.microchip.matlab.project.matlab-dspic33a-curiosity-simple-filter-example",
7-
"version":"x.x.x",
8-
"displayName":"xxxxxxxxxxxxxxx",
7+
"version":"1.0.0",
8+
"displayName":"MATLAB/Simulink Model Example Using MPLAB® Device Blocks for dsPIC33AK128MC106 Curiosity GP DIM",
99
"projectName":"matlab-dspic33a-curiosity-simple-filter-example",
10-
"shortDescription":"xxxxxxxxxxxxxxx",
10+
"shortDescription":"MATLAB/Simulink Model Example Using MPLAB® Device Blocks on the hardware platform Curiosity Platform Development Board and dsPIC33AK128MC106 GP DIM",
1111
"simulationTool":{
1212
"name":"MATLAB/Simulink",
13-
"semverRange":">=2022"
13+
"semverRange":">=2024"
1414
},
1515
"addonPackages":[
1616
"MATLAB add on packages",
1717
"Simulink",
1818
"MPLAB Device blocks for Simulink",
19-
"Motor Control Blockset",
20-
"Embedded Coder",
21-
"Fixed-Point Designer"
19+
"Embedded Coder"
2220
],
2321
"compiler":{
24-
"name":"XC16",
25-
"semverRange":"^2.0.0"
22+
"name":"XCDSC",
23+
"semverRange":"^3.21"
2624
},
2725
"dfp":{
28-
"name":"xxxxxxxxxxxxxxx",
29-
"semverRange":">=x.x.x"
26+
"name":"dsPIC33AK-MC_DFP",
27+
"semverRange":">=1.1.109"
3028
},
3129
"device":{
3230
"metaDataVersion":"1.0.0",
3331
"category":"com.microchip.portal.contentRef",
3432
"content":{
3533
"metaDataVersion":"1.0.0",
3634
"category":"com.microchip.device",
37-
"name":"xxxxxxxxxxxxxxx",
35+
"name":"dsPIC33AK128MC106",
3836
"versionRange":"*"
3937
}
4038
},
4139
"keywords":[
4240
"GPIO",
43-
"UART"
41+
"UART",
42+
"ADC",
43+
"Filter",
44+
"MATLAB",
45+
"MATLAB Simulink",
46+
"Communication Module"
4447
]
4548
}
4649
}

changelog.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
# matlab-dspic33a-curiosity-simple-filter-example v1.0.0
22
### Release Highlights
3-
4-
5-
6-
### Features Added\Updated
7-
8-
9-
3+
This is the first version of MATLAB/Simulink Model Example Using [MPLAB Device Blocks](https://in.mathworks.com/matlabcentral/fileexchange/71892-mplab-device-blocks-for-simulink-dspic-pic32-and-sam-mcu) on the hardware platform [EV74H48A](https://www.microchip.com/en-us/development-tool/EV74H48A) "Curiosity Platform Development Board" and [EV02G02A](https://www.microchip.com/en-us/development-tool/EV02G02A) "dsPIC33AK128MC106 General Purpose Dual In-Line Module (DIM)".

0 commit comments

Comments
 (0)