Skip to content

Commit 5fa710c

Browse files
committed
Pull request #6: 16-Bit Data EEPROM Emulation Demo @v1.0.1
Merge in MCU16CE/dspic33ck-curiosity-data-eeprom-emulation-demo from develop to master * commit 'f38d24b224ffbc1f8762ce55802efa35722603f3': Updated the demo to use the latest version of Melody Updated the demo to use the latest version of Melody
2 parents cf008ac + f38d24b commit 5fa710c

File tree

21 files changed

+176
-163
lines changed

21 files changed

+176
-163
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mplabx.project.dspic33ck-curiosity-data-eeprom-emulation-demo",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "dsPIC33CK Curiosity Data EEPROM Emulation Demo",
99
"projectName": "dspic33ck-curiosity-data-eeprom-emulation-demo",
1010
"shortDescription": "dsPIC33CK Curiosity Data EEPROM Emulation Demo",

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 16-Bit Data EEPROM Emulation Demo v1.0.1
2+
### Release Highlights
3+
4+
Updated the demo to use the latest version of Melody
5+
6+
17
# 16-Bit Data EEPROM Emulation Demo v1.0.0
28
### Release Highlights
39

dspic33ck-curiosity-data-eeprom-emulation-demo/dspic33c-data-eeprom-emulation-demo.X/dspic33ck-curiosity-data-eeprom-emulation-demo.mc3

Lines changed: 83 additions & 105 deletions
Large diffs are not rendered by default.

dspic33ck-curiosity-data-eeprom-emulation-demo/dspic33c-data-eeprom-emulation-demo.X/mcc_generated_files/flash/flash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
*
55
* @file flash.h
66
*
7-
* @defgroup flashdriver Flash Driver
7+
* @ingroup flashdriver Flash Driver
88
*
99
* @brief FLASH driver using dsPIC MCUs
1010
*
11-
* @version Driver Version 1.0.1
11+
* @version Driver Version 1.0.2
1212
*
1313
* @skipline Device : dsPIC33CK256MP508
1414
*/

dspic33ck-curiosity-data-eeprom-emulation-demo/dspic33c-data-eeprom-emulation-demo.X/mcc_generated_files/flash/flash_hardware.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @brief This is the generated driver header file for the FLASH driver
1010
*
11-
* @version Driver Version 1.0.1
11+
* @version Driver Version 1.0.2
1212
*
1313
* @skipline Device : dsPIC33CK256MP508
1414
*/

dspic33ck-curiosity-data-eeprom-emulation-demo/dspic33c-data-eeprom-emulation-demo.X/mcc_generated_files/flash/flash_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @brief FLASH Driver using dsPIC MCUs
1010
*
11-
* @version Driver Version 1.0.0
11+
* @version Driver Version 1.0.2
1212
*
1313
* @skipline Device : dsPIC33CK256MP508
1414
*/

dspic33ck-curiosity-data-eeprom-emulation-demo/dspic33c-data-eeprom-emulation-demo.X/mcc_generated_files/flash/flash_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
*
55
* @file flash_types.h
66
*
7-
* @defgroup flashdriver Flash Driver
7+
* @ingroup flashdriver Flash Driver
88
*
99
* @brief FLASH Driver using dsPIC MCUs
1010
*
11-
* @version Driver Version 1.0.0
11+
* @version Driver Version 1.0.2
1212
*
1313
* @skipline Device : dsPIC33CK256MP508
1414
*/

dspic33ck-curiosity-data-eeprom-emulation-demo/dspic33c-data-eeprom-emulation-demo.X/mcc_generated_files/flash/src/flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @brief This is the generated driver source file for FLASH driver
99
*
10-
* @version Driver Version 1.0.1
10+
* @version Driver Version 1.0.2
1111
*
1212
* @skipline Device : dsPIC33CK256MP508
1313
*/

dspic33ck-curiosity-data-eeprom-emulation-demo/dspic33c-data-eeprom-emulation-demo.X/mcc_generated_files/system/clock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @brief Clock configurator driver for System and Peripheral Clock using dsPIC MCUs.
99
*
10-
* @version Driver Version 1.0.0
10+
* @version Driver Version 1.0.1
1111
*
1212
* @skipline Device : dsPIC33CK256MP508
1313
*/

dspic33ck-curiosity-data-eeprom-emulation-demo/dspic33c-data-eeprom-emulation-demo.X/mcc_generated_files/system/dmt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* is to interrupt the processor in the event of a software
1010
* malfunction.
1111
*
12-
* @version Driver Version 1.1.0
12+
* @version Driver Version 1.1.1
1313
*
1414
* @skipline Device : dsPIC33CK256MP508
1515
*/

0 commit comments

Comments
 (0)