Skip to content

Commit 408eaff

Browse files
author
Microchip Technology
committedJul 24, 2020
updated to latest 4.1.0 firmware;fixing aws submodule maybe?;fixing data to be rc1;reverting print;update ignore;removing versioned copies of ftl generated files;fixing doc problems;updating revision;
1 parent 5aea48c commit 408eaff

Some content is hidden

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

64 files changed

+1506
-918
lines changed
 

‎.main-meta/main.json

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"metaDataVersion": "1.0.0",
3+
"category": "com.microchip.ide.project",
4+
"content": {
5+
"metaDataVersion": "1.1.0",
6+
"name": "com.microchip.mplabx.project.pic-iot-aws-sensor-node",
7+
"version": "4.1.0",
8+
"displayName": "PIC-IoT AWS Sensor Node",
9+
"projectName": "pic-iot-aws-sensor-node",
10+
"shortDescription": "Microchip PIC-IoT WA (Wireless for Amazon Web Services) Application Example",
11+
"ide": {
12+
"name": "MPLABX",
13+
"semverRange": ">=5.40.0"
14+
},
15+
"compiler": [
16+
{
17+
"name": "xc16",
18+
"semverRange": "^1.41.0"
19+
}
20+
],
21+
"dfp": {
22+
"name": "PIC24F-GA-GB_DFP",
23+
"semverRange": "^1.0.67"
24+
},
25+
"device": {
26+
"metaDataVersion": "1.0.0",
27+
"category": "com.microchip.portal.contentRef",
28+
"content": {
29+
"metaDataVersion": "1.0.0",
30+
"category": "com.microchip.device",
31+
"name": "PIC24FJ128GA705",
32+
"versionRange": "*"
33+
}
34+
}
35+
}
36+
}

‎PICIoT.X/main.c

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
int main(void)
2727
{
28-
application_init();
28+
application_init();
2929

30-
while (1)
31-
{
32-
runScheduler();
33-
}
30+
while (1)
31+
{
32+
runScheduler();
33+
}
3434

35-
return 0;
35+
return 0;
3636
}

0 commit comments

Comments
 (0)
Please sign in to comment.