fix version PIC 26->25

This commit is contained in:
Rémi Heredero 2023-08-24 17:28:07 +02:00
parent d9df16ab66
commit 6b32fbe46e
15 changed files with 25 additions and 35 deletions

View File

@ -14,7 +14,7 @@
This header file provides implementations for driver APIs for all modules selected in the GUI. This header file provides implementations for driver APIs for all modules selected in the GUI.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.00 Driver Version : 2.00
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above or later Compiler : XC8 2.36 and above or later

View File

@ -14,7 +14,7 @@
This header file provides implementations for driver APIs for all modules selected in the GUI. This header file provides implementations for driver APIs for all modules selected in the GUI.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.00 Driver Version : 2.00
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above or later Compiler : XC8 2.36 and above or later

View File

@ -13,12 +13,12 @@
@Description @Description
This source file provides APIs for CAN. This source file provides APIs for CAN.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.7 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 3.0.0 Driver Version : 3.0.0
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.31 and above Compiler : XC8 2.36 and above
MPLAB : MPLAB X 5.45 MPLAB : MPLAB X 6.00
*/ */
/* /*

View File

@ -16,7 +16,7 @@
all modules selected in the GUI. all modules selected in the GUI.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.04 Driver Version : 2.04
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above or later Compiler : XC8 2.36 and above or later

View File

@ -16,7 +16,7 @@
all modules selected in the GUI. all modules selected in the GUI.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.03 Driver Version : 2.03
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above or later Compiler : XC8 2.36 and above or later

View File

@ -14,7 +14,7 @@
This header file provides implementations for driver APIs for all modules selected in the GUI. This header file provides implementations for driver APIs for all modules selected in the GUI.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.00 Driver Version : 2.00
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above or later Compiler : XC8 2.36 and above or later

View File

@ -14,7 +14,7 @@
This header file provides implementations for driver APIs for all modules selected in the GUI. This header file provides implementations for driver APIs for all modules selected in the GUI.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.00 Driver Version : 2.00
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above or later Compiler : XC8 2.36 and above or later

View File

@ -14,7 +14,7 @@
This file provides implementations of driver APIs for MEMORY. This file provides implementations of driver APIs for MEMORY.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.1.3 Driver Version : 2.1.3
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above Compiler : XC8 2.36 and above

View File

@ -14,7 +14,7 @@
This header file provides APIs for driver for MEMORY. This header file provides APIs for driver for MEMORY.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.1.3 Driver Version : 2.1.3
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above Compiler : XC8 2.36 and above
@ -64,9 +64,9 @@
Section: Macro Declarations Section: Macro Declarations
*/ */
#define WRITE_FLASH_BLOCKSIZE 128 #define WRITE_FLASH_BLOCKSIZE 64
#define ERASE_FLASH_BLOCKSIZE 128 #define ERASE_FLASH_BLOCKSIZE 64
#define END_FLASH 0x010000 #define END_FLASH 0x008000
/** /**
Section: Flash Module APIs Section: Flash Module APIs

View File

@ -14,7 +14,7 @@
This header file provides implementations for pin APIs for all pins selected in the GUI. This header file provides implementations for pin APIs for all pins selected in the GUI.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.11 Driver Version : 2.11
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above Compiler : XC8 2.36 and above

View File

@ -14,7 +14,7 @@
This header file provides APIs for driver for . This header file provides APIs for driver for .
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 2.11 Driver Version : 2.11
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above Compiler : XC8 2.36 and above

View File

@ -14,7 +14,7 @@
This source file provides APIs for TMR0. This source file provides APIs for TMR0.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 3.10 Driver Version : 3.10
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above Compiler : XC8 2.36 and above

View File

@ -14,7 +14,7 @@
This header file provides APIs for TMR0. This header file provides APIs for TMR0.
Generation Information : Generation Information :
Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8 Product Revision : PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.81.8
Device : PIC18F26K83 Device : PIC18F25K83
Driver Version : 3.10 Driver Version : 3.10
The generated drivers are tested against the following: The generated drivers are tested against the following:
Compiler : XC8 2.36 and above Compiler : XC8 2.36 and above

View File

@ -41,7 +41,6 @@
projectFiles="true"> projectFiles="true">
<logicalFolder name="app" displayName="app" projectFiles="true"> <logicalFolder name="app" displayName="app" projectFiles="true">
<itemPath>app/factory/factory.c</itemPath> <itemPath>app/factory/factory.c</itemPath>
<itemPath>app/main.c</itemPath>
</logicalFolder> </logicalFolder>
<logicalFolder name="board" displayName="board" projectFiles="true"> <logicalFolder name="board" displayName="board" projectFiles="true">
<itemPath>board/led/led.c</itemPath> <itemPath>board/led/led.c</itemPath>
@ -65,6 +64,7 @@
<itemPath>xf/event.c</itemPath> <itemPath>xf/event.c</itemPath>
<itemPath>xf/xf.c</itemPath> <itemPath>xf/xf.c</itemPath>
</logicalFolder> </logicalFolder>
<itemPath>main.c</itemPath>
</logicalFolder> </logicalFolder>
<logicalFolder name="ExternalFiles" <logicalFolder name="ExternalFiles"
displayName="Important Files" displayName="Important Files"
@ -75,19 +75,14 @@
</logicalFolder> </logicalFolder>
</logicalFolder> </logicalFolder>
<sourceRootList> <sourceRootList>
<Elem>board</Elem> <Elem>.</Elem>
<Elem>led</Elem>
<Elem>factory</Elem>
<Elem>middleware</Elem>
<Elem>app</Elem>
<Elem>xf</Elem>
</sourceRootList> </sourceRootList>
<projectmakefile>Makefile</projectmakefile> <projectmakefile>Makefile</projectmakefile>
<confs> <confs>
<conf name="default" type="2"> <conf name="default" type="2">
<toolsSet> <toolsSet>
<developmentServer>localhost</developmentServer> <developmentServer>localhost</developmentServer>
<targetDevice>PIC18F26K83</targetDevice> <targetDevice>PIC18F25K83</targetDevice>
<targetHeader></targetHeader> <targetHeader></targetHeader>
<targetPluginBoard></targetPluginBoard> <targetPluginBoard></targetPluginBoard>
<platformTool>PICkit3PlatformTool</platformTool> <platformTool>PICkit3PlatformTool</platformTool>
@ -245,7 +240,7 @@
<property key="programoptions.programcalmem" value="false"/> <property key="programoptions.programcalmem" value="false"/>
<property key="programoptions.programuserotp" value="false"/> <property key="programoptions.programuserotp" value="false"/>
<property key="programoptions.testmodeentrymethod" value="VDDFirst"/> <property key="programoptions.testmodeentrymethod" value="VDDFirst"/>
<property key="programoptions.usehighvoltageonmclr" value="false"/> <property key="programoptions.usehighvoltageonmclr" value="true"/>
<property key="programoptions.uselvpprogramming" value="false"/> <property key="programoptions.uselvpprogramming" value="false"/>
<property key="voltagevalue" value="5.0"/> <property key="voltagevalue" value="5.0"/>
</PICkit3PlatformTool> </PICkit3PlatformTool>
@ -290,7 +285,7 @@
<property key="programoptions.programcalmem" value="false"/> <property key="programoptions.programcalmem" value="false"/>
<property key="programoptions.programuserotp" value="false"/> <property key="programoptions.programuserotp" value="false"/>
<property key="programoptions.testmodeentrymethod" value="VDDFirst"/> <property key="programoptions.testmodeentrymethod" value="VDDFirst"/>
<property key="programoptions.usehighvoltageonmclr" value="false"/> <property key="programoptions.usehighvoltageonmclr" value="true"/>
<property key="programoptions.uselvpprogramming" value="false"/> <property key="programoptions.uselvpprogramming" value="false"/>
<property key="voltagevalue" value="5.0"/> <property key="voltagevalue" value="5.0"/>
</Tool> </Tool>

View File

@ -13,12 +13,7 @@
<sourceEncoding>ISO-8859-1</sourceEncoding> <sourceEncoding>ISO-8859-1</sourceEncoding>
<make-dep-projects/> <make-dep-projects/>
<sourceRootList> <sourceRootList>
<sourceRootElem>board</sourceRootElem> <sourceRootElem>.</sourceRootElem>
<sourceRootElem>led</sourceRootElem>
<sourceRootElem>factory</sourceRootElem>
<sourceRootElem>middleware</sourceRootElem>
<sourceRootElem>app</sourceRootElem>
<sourceRootElem>xf</sourceRootElem>
</sourceRootList> </sourceRootList>
<confList> <confList>
<confElem> <confElem>