Skip to content

Commit 02017d8

Browse files
committed
Updating the changelog, main.json, jenkins and gitignore files
1 parent b36333e commit 02017d8

File tree

4 files changed

+33
-16
lines changed

4 files changed

+33
-16
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
)

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@
1919
#Excluding Files/Folders Auto-Generated by Test Harness
2020
.generated_files/
2121

22+
#Excluding Files/Folders Auto-Generated by Simulink
23+
*.X
24+
*.slx.autosave
25+
*.slx.original
26+
*.slxc
27+
*.mat
28+
*.tlc
29+
*.tlh
30+
*.xml
31+
*.tmw
32+
*.dmr
33+
*.l
34+
2235
# Excluding Netbeans specific build directories and file types
2336
~*.*
2437
.generated_files/

.main-meta/main.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,45 @@
44
"content":{
55
"metaDataVersion":"1.0.0",
66
"name":"com.microchip.matlab.project.matlab-dspic33a-curiosity-i2cexample-mpu9250",
7-
"version":"x.x.x",
8-
"displayName":"xxxxxxxxxxxxxxx",
7+
"version":"1.0.0",
8+
"displayName":"MATLAB/Simulink Model for I2C Peripheral Demonstration on dsPIC33AK128MC106",
99
"projectName":"matlab-dspic33a-curiosity-i2cexample-mpu9250",
10-
"shortDescription":"xxxxxxxxxxxxxxx",
10+
"shortDescription":"MATLAB/Simulink Model for I2C Peripheral Demonstration on the hardware platform Curiosity Platform Development Board, dsPIC33AK128MC106 GP DIM and MPU9250 sensor on the MPU 9DOF Click Board",
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":[
42-
"GPIO",
43-
"UART"
40+
"Communication Module",
41+
"I2C",
42+
"I2C Protocol",
43+
"GPIO",
44+
"ADC",
45+
"PWM"
4446
]
4547
}
4648
}

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# matlab-dspic33a-curiosity-i2cexample-mpu9250 v1.0.0
22
### Release Highlights
3-
3+
This is the first version of MATLAB Simulink model for I2C Communication Demonstration on hardware platform Curiosity Platform Development Board, dsPIC33AK128MC106 Curiosity GP DIM and MPU9250.
44

55

66
### Features Added\Updated

0 commit comments

Comments
 (0)