Skip to content

Commit 06160ef

Browse files
committed
Pull request #37: add deprecation notice.
Merge in MCU16CE/pic24-dspic-can-canfd-bootloader from ~C12109/pic24-dspic-can-canfd-bootloader:feature/MCU16GITHUB-843-depricate-existing-can-can-fd-demos-from-github to develop * commit '753b83b9b90588c06f8eea1d3069f5bf0f5c020a': update meta version udpate meta data version. add deprecation notice.
2 parents 17a1b5e + 753b83b commit 06160ef

File tree

13 files changed

+154
-1
lines changed

13 files changed

+154
-1
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"metaDataVersion":"1.0.0",
33
"category":"com.microchip.ide.project",
44
"content":{
5-
"metaDataVersion":"1.0.0",
5+
"metaDataVersion":"1.3.0",
66
"name":"com.microchip.mplabx.project.pic24-dspic-can-canfd-bootloader",
77
"version":"1.2.0",
88
"displayName":"PIC24/dsPIC CAN/CAN-FD Bootloader",

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
![image](images/microchip.jpg)
22

3+
> ### **DEPRECATION NOTICE**: This repo and associated examples are deprecated.
4+
>
5+
> Please refer to the latest examples at:<br>
6+
> https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples
7+
38
## PIC24/dsPIC CAN/CAN-FD Bootloader Demo
49

510
## Summary

dspic33ck-can/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,28 @@
1313
ol,ul {
1414
line-height: 200%;
1515
}
16+
17+
th {
18+
text-align: left;
19+
}
20+
1621
</style>
1722
</head>
1823

1924
<body lang=EN-US link=blue vlink=purple>
25+
<table border="0" cellspacing="0" cellpadding="0">
26+
<tr >
27+
<th bgcolor="lightgrey">
28+
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
29+
</th>
30+
</tr>
31+
<tr>
32+
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
33+
<a href="https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples">https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples</a>
34+
</td>
35+
</tr>
36+
</table>
37+
2038
<h1>PIC24/dsPIC CAN Bootloader Demo</h1>
2139

2240
<h2>Summary</h2>

dspic33ck-can/readme_create_new_bootloader_project.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
</head>
1818

1919
<body lang=EN-US link=blue vlink=purple>
20+
<table border="0" cellspacing="0" cellpadding="0">
21+
<tr >
22+
<th bgcolor="lightgrey">
23+
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
24+
</th>
25+
</tr>
26+
<tr>
27+
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
28+
<a href="https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples">https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples</a>
29+
</td>
30+
</tr>
31+
</table>
32+
2033
<h1>Creating the Bootloader Example Using a CAN Physical Layer on a device with a CAN-FD Capable Peripheral</h1>
2134

2235
<h2>Introduction</h2>

dspic33ck-can/readme_run_demo.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
</head>
1818

1919
<body lang=EN-US link=blue vlink=purple>
20+
<table border="0" cellspacing="0" cellpadding="0">
21+
<tr >
22+
<th bgcolor="lightgrey">
23+
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
24+
</th>
25+
</tr>
26+
<tr>
27+
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
28+
<a href="https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples">https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples</a>
29+
</td>
30+
</tr>
31+
</table>
32+
2033
<h1>Bootloader Example Using the CAN Physical Layer</h1>
2134

2235
<h2>Introduction</h2>

dspic33ck-canfd-ta100/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
</head>
1818

1919
<body lang=EN-US link=blue vlink=purple>
20+
<table border="0" cellspacing="0" cellpadding="0">
21+
<tr >
22+
<th bgcolor="lightgrey">
23+
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
24+
</th>
25+
</tr>
26+
<tr>
27+
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
28+
<a href="https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples">https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples</a>
29+
</td>
30+
</tr>
31+
</table>
32+
2033
<h1>PIC24/dsPIC CAN-FD TA100 Bootloader Demo</h1>
2134

2235
<h2>Summary</h2>

dspic33ck-canfd-ta100/readme_run_demo.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
</head>
1818

1919
<body lang=EN-US link=blue vlink=purple>
20+
<table border="0" cellspacing="0" cellpadding="0">
21+
<tr >
22+
<th bgcolor="lightgrey">
23+
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
24+
</th>
25+
</tr>
26+
<tr>
27+
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
28+
<a href="https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples">https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples</a>
29+
</td>
30+
</tr>
31+
</table>
32+
2033
<h1>Bootloader Example Using the CAN Physical Layer and TA100 ECDSA Verify</h1>
2134

2235
<h2>Introduction</h2>

dspic33ck-canfd/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
</head>
1818

1919
<body lang=EN-US link=blue vlink=purple>
20+
<table border="0" cellspacing="0" cellpadding="0">
21+
<tr >
22+
<th bgcolor="lightgrey">
23+
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
24+
</th>
25+
</tr>
26+
<tr>
27+
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
28+
<a href="https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples">https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples</a>
29+
</td>
30+
</tr>
31+
</table>
32+
2033
<h1>PIC24/dsPIC CAN-FD Bootloader Demo</h1>
2134

2235
<h2>Summary</h2>

dspic33ck-canfd/readme_create_new_bootloader_project.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
</head>
1818

1919
<body lang=EN-US link=blue vlink=purple>
20+
<table border="0" cellspacing="0" cellpadding="0">
21+
<tr >
22+
<th bgcolor="lightgrey">
23+
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
24+
</th>
25+
</tr>
26+
<tr>
27+
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
28+
<a href="https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples">https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples</a>
29+
</td>
30+
</tr>
31+
</table>
32+
2033
<h1>Creating the Bootloader Example Using a CAN-FD Physical Layer</h1>
2134

2235
<h2>Introduction</h2>

dspic33ck-canfd/readme_run_demo.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
</head>
1818

1919
<body lang=EN-US link=blue vlink=purple>
20+
<table border="0" cellspacing="0" cellpadding="0">
21+
<tr >
22+
<th bgcolor="lightgrey">
23+
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
24+
</th>
25+
</tr>
26+
<tr>
27+
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
28+
<a href="https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples">https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples</a>
29+
</td>
30+
</tr>
31+
</table>
32+
2033
<h1>Bootloader Example Using the CAN Physical Layer</h1>
2134

2235
<h2>Introduction</h2>

0 commit comments

Comments
 (0)