Skip to content

Commit e90798d

Browse files
committed
Update to use the released version of the bootloader rather than an internal build.
1 parent 439f7c0 commit e90798d

File tree

11 files changed

+170
-170
lines changed

11 files changed

+170
-170
lines changed

dspic33ck-can/boot.X/MyConfig.mc3

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

dspic33ck-can/boot.X/mcc_generated_files/boot/boot_demo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Description:
1414
This header file provides implementations for driver APIs for all modules selected in the GUI.
1515
Generation Information :
16-
Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+
Product Revision : 16-bit Bootloader - 1.18.4
1717
Device : dsPIC33CK256MP508
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.36B

dspic33ck-can/boot.X/mcc_generated_files/boot/com_adaptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Description:
1414
This header file provides implementations for driver APIs for all modules selected in the GUI.
1515
Generation Information :
16-
Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+
Product Revision : 16-bit Bootloader - 1.18.4
1717
Device : dsPIC33CK256MP508
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.36B

dspic33ck-can/boot.X/mcc_generated_files/boot/com_adaptor_can.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Description:
1414
This header file provides implementations for driver APIs for all modules selected in the GUI.
1515
Generation Information :
16-
Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+
Product Revision : 16-bit Bootloader - 1.18.4
1717
Device : dsPIC33CK256MP508
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.36B

dspic33ck-can/boot.X/mcc_generated_files/boot/com_adaptor_uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Description:
1414
This header file provides implementations for driver APIs for all modules selected in the GUI.
1515
Generation Information :
16-
Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+
Product Revision : 16-bit Bootloader - 1.18.4
1717
Device : dsPIC33CK256MP508
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.36B

dspic33ck-can/boot.X/mcc_generated_files/boot/hardware_interrupt_table.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Description:
1414
This header file provides implementations for driver APIs for all modules selected in the GUI.
1515
Generation Information :
16-
Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+
Product Revision : 16-bit Bootloader - 1.18.4
1717
Device : dsPIC33CK256MP508
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.36B

dspic33ck-can/boot.X/mcc_generated_files/boot/interrupts.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Description:
1414
This header file provides implementations for driver APIs for all modules selected in the GUI.
1515
Generation Information :
16-
Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+
Product Revision : 16-bit Bootloader - 1.18.4
1717
Device : dsPIC33CK256MP508
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.36B

dspic33ck-can/boot.X/mcc_generated_files/boot/memory_partition.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Description:
1414
This header file provides implementations for driver APIs for all modules selected in the GUI.
1515
Generation Information :
16-
Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+
Product Revision : 16-bit Bootloader - 1.18.4
1717
Device : dsPIC33CK256MP508
1818
The generated drivers are tested against the following:
1919
Compiler : XC16 v1.36B

dspic33ck-can/boot.X/mcc_generated_files/mcc.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@
5353
#include "system_types.h"
5454
#include "reset.h"
5555

56-
#include "reset.h"
57-
#include "memory/flash.h"
58-
#include "boot/boot_process.h"
56+
#include "can1.h"
57+
#include "tmr1.h"
5958
#include "watchdog.h"
60-
#include "uart1.h"
59+
#include "memory/flash.h"
6160
#include "delay.h"
62-
#include "tmr1.h"
61+
#include "reset.h"
62+
#include "uart1.h"
63+
#include "boot/boot_process.h"
6364
#include "interrupt_manager.h"
6465
#include "traps.h"
65-
#include "can1.h"
6666

6767
#warning "This file will be removed in future MCC releases. Use system.h instead."
6868

dspic33ck-can/boot.X/mcc_generated_files/system.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@
124124
#include "clock.h"
125125
#include "system.h"
126126
#include "system_types.h"
127+
#include "can1.h"
128+
#include "tmr1.h"
127129
#include "memory/flash.h"
128-
#include "boot/boot_process.h"
129-
#include "uart1.h"
130130
#include "delay.h"
131-
#include "tmr1.h"
131+
#include "uart1.h"
132+
#include "boot/boot_process.h"
132133
#include "interrupt_manager.h"
133134
#include "traps.h"
134-
#include "can1.h"
135135

136136
void SYSTEM_Initialize(void)
137137
{

0 commit comments

Comments
 (0)