Skip to content

Commit

Permalink
Pull request #40: Develop
Browse files Browse the repository at this point in the history
Merge in MCU16CE/pic24-dspic-can-canfd-bootloader from develop to master

* commit 'f8bbe711d11fde806424e2b03757edf4a9a1d1c7':
  Fix typo on changelog.md
  Note the change of version due to documentation change and deprecation of demo itself.
  add missing notice
  update meta version
  udpate meta data version.
  add deprecation notice.
  • Loading branch information
davidflowers committed Apr 12, 2024
2 parents 43e7e4c + f8bbe71 commit 6abeaab
Show file tree
Hide file tree
Showing 15 changed files with 172 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"metaDataVersion":"1.0.0",
"category":"com.microchip.ide.project",
"content":{
"metaDataVersion":"1.0.0",
"metaDataVersion":"1.3.0",
"name":"com.microchip.mplabx.project.pic24-dspic-can-canfd-bootloader",
"version":"1.2.0",
"version":"1.3.0",
"displayName":"PIC24/dsPIC CAN/CAN-FD Bootloader",
"projectName":"pic24-dspic-can-canfd-bootloader",
"shortDescription":"CAN and CAN-FD bootloader example using the ISO-15765-2 CAN transport layer for the PIC24 and dsPIC product lines.",
Expand Down Expand Up @@ -34,8 +34,6 @@
"versionRange":"*"
}
},
"peripherals":[
],
"keywords":[
"CAN",
"Bootloader",
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
![image](images/microchip.jpg)

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

## Summary
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.3.0
### Release Highlights

- Demo has been deprecated. Use demos at https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples

# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.2.0
### Release Highlights

Expand Down
18 changes: 18 additions & 0 deletions dspic33ck-can/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,28 @@
ol,ul {
line-height: 200%;
}

th {
text-align: left;
}

</style>
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>PIC24/dsPIC CAN Bootloader Demo</h1>

<h2>Summary</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ck-can/readme_create_new_bootloader_project.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>Creating the Bootloader Example Using a CAN Physical Layer on a device with a CAN-FD Capable Peripheral</h1>

<h2>Introduction</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ck-can/readme_run_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>Bootloader Example Using the CAN Physical Layer</h1>

<h2>Introduction</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ck-canfd-ta100/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>PIC24/dsPIC CAN-FD TA100 Bootloader Demo</h1>

<h2>Summary</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ck-canfd-ta100/readme_run_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>Bootloader Example Using the CAN Physical Layer and TA100 ECDSA Verify</h1>

<h2>Introduction</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ck-canfd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>PIC24/dsPIC CAN-FD Bootloader Demo</h1>

<h2>Summary</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ck-canfd/readme_create_new_bootloader_project.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>Creating the Bootloader Example Using a CAN-FD Physical Layer</h1>

<h2>Introduction</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ck-canfd/readme_run_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>Bootloader Example Using the CAN Physical Layer</h1>

<h2>Introduction</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ep-can2.0b/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>PIC24/dsPIC CAN2.0B Bootloader Demo</h1>

<h2>Summary</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ep-can2.0b/readme_create_new_bootloader_project.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>Creating the Bootloader Example Using the CAN Physical Layer with the ECAN Controller</h1>

<h2>Introduction</h2>
Expand Down
13 changes: 13 additions & 0 deletions dspic33ep-can2.0b/readme_run_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>

<h1>Bootloader Example Using the CAN Physical Layer with the ECAN Controller</h1>

<h2>Introduction</h2>
Expand Down
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
</head>

<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<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>
</td>
</tr>
</table>
<h1>PIC24/dsPIC CAN/CAN-FD Bootloader Demo</h1>

<h2>Summary</h2>
Expand Down

0 comments on commit 6abeaab

Please sign in to comment.