Issue 2 move folders and use deep path include file names to prevent collisions (#4)
* moving folders and files and adjust server demo build * Fix Makefile for apps/server on Linux * fix unit test source file folders * fix datetime convert UTC functions. Add Code::Blocks project for datetime testing * added some ignore extensions * disable parallel make option * fix build for abort, dcc, and epics apps * fix build for dcc, epics, error, and getevent apps. * Fixed building of all apps * fix the ipv4 to ipv6 router app build * Change indent style from Google to Webkit * make pretty to re-format style * removed common Makefile since we already had one and two was too many * remove scripts from root folder that are no longer maintained or used * remove mercurial EOL and ignore files for git repo * remove .vscodeconfig files from repo * tweak clang-format style * clang-format src and apps with tweaked style * added clang-tidy to fix readability if braces in src * result of make tidy for src and apps * fix clang-tidy mangling * Added code::blocks project for BACnet server simulation * added code::blocks linux project for WhoIs app * update text files for EOL * fix EOL in some files * fixed make win32 apps for older gcc * Removed Borland C++ Makefile in apps. Unable to maintain support for Borland C++ compiler. * created codeblocks project for apps/epics for Windows * fixing ports/xplained to work with new data structure. * fix ports/xplained example for Atmel Studio compile * fix ports/stm32f10x example for gcc Makefile compile * fix ports/stm32f10x example for IAR EWARM compile * fix ports/xplained timer callback * fix ports/bdk_atxx_mspt build with subdirs * fix ports/bdk_atxx_mspt build with subdirs * updated git ignore for IAR build artifacts * updated gitignore for non-tracked files and folders * fixed bdk-atxx4-mstp port for Rowley Crossworks project file * fixed bdk-atxx4-mstp port for GCC AVR Makefile * fixed atmega168 port for IAR AVR and GCC AVR Makefile * fixed at91sam7s port for IAR ARM and GCC ARM Makefile * removed unmaintainable DOS, RTOS32, and atmega8 ports. Updated rx62n (untested). * changed arm7 to uip port
This commit is contained in:
@@ -1,41 +1,41 @@
|
||||
// $Id: 18f6720.lkr,v 1.1 2003/12/16 14:53:08 GrosbaJ Exp $
|
||||
// File: 18f6720.lkr
|
||||
// Sample linker script for the PIC18F6720 processor
|
||||
|
||||
LIBPATH .
|
||||
|
||||
FILES c018i.o
|
||||
FILES clib.lib
|
||||
FILES p18F6720.lib
|
||||
|
||||
CODEPAGE NAME=vectors START=0x0 END=0x29 PROTECTED
|
||||
CODEPAGE NAME=page START=0x2A END=0x1FFFF
|
||||
CODEPAGE NAME=idlocs START=0x200000 END=0x200007 PROTECTED
|
||||
CODEPAGE NAME=config START=0x300000 END=0x30000D PROTECTED
|
||||
CODEPAGE NAME=devid START=0x3FFFFE END=0x3FFFFF PROTECTED
|
||||
CODEPAGE NAME=eedata START=0xF00000 END=0xF003FF PROTECTED
|
||||
|
||||
ACCESSBANK NAME=accessram START=0x0 END=0x5F
|
||||
DATABANK NAME=gpr0 START=0x60 END=0xFF
|
||||
DATABANK NAME=gpr1 START=0x100 END=0x1FF
|
||||
DATABANK NAME=gpr2 START=0x200 END=0x2FF
|
||||
DATABANK NAME=gpr3 START=0x300 END=0x3FF
|
||||
DATABANK NAME=gpr4 START=0x400 END=0x4FF
|
||||
DATABANK NAME=gpr5 START=0x500 END=0x5FF
|
||||
DATABANK NAME=gpr6 START=0x600 END=0x6FF
|
||||
DATABANK NAME=gpr7 START=0x700 END=0x7FF
|
||||
DATABANK NAME=gpr8 START=0x800 END=0x8FF
|
||||
DATABANK NAME=gpr9 START=0x900 END=0x9FF
|
||||
DATABANK NAME=gpr10 START=0xA00 END=0xAFF
|
||||
DATABANK NAME=gpr11 START=0xB00 END=0xBFF
|
||||
//DATABANK NAME=gpr12 START=0xC00 END=0xCFF
|
||||
//DATABANK NAME=gpr13 START=0xD00 END=0xDFF
|
||||
DATABANK NAME=stackreg START=0xC00 END=0xDFF PROTECTED
|
||||
DATABANK NAME=gpr14 START=0xE00 END=0xEF3
|
||||
DATABANK NAME=dbgspr START=0xEF4 END=0xEFF PROTECTED
|
||||
ACCESSBANK NAME=accesssfr START=0xF60 END=0xFFF PROTECTED
|
||||
|
||||
SECTION NAME=CONFIG ROM=config
|
||||
|
||||
//STACK SIZE=0x100 RAM=gpr13
|
||||
STACK SIZE=0x200 RAM=stackreg
|
||||
// $Id: 18f6720.lkr,v 1.1 2003/12/16 14:53:08 GrosbaJ Exp $
|
||||
// File: 18f6720.lkr
|
||||
// Sample linker script for the PIC18F6720 processor
|
||||
|
||||
LIBPATH .
|
||||
|
||||
FILES c018i.o
|
||||
FILES clib.lib
|
||||
FILES p18F6720.lib
|
||||
|
||||
CODEPAGE NAME=vectors START=0x0 END=0x29 PROTECTED
|
||||
CODEPAGE NAME=page START=0x2A END=0x1FFFF
|
||||
CODEPAGE NAME=idlocs START=0x200000 END=0x200007 PROTECTED
|
||||
CODEPAGE NAME=config START=0x300000 END=0x30000D PROTECTED
|
||||
CODEPAGE NAME=devid START=0x3FFFFE END=0x3FFFFF PROTECTED
|
||||
CODEPAGE NAME=eedata START=0xF00000 END=0xF003FF PROTECTED
|
||||
|
||||
ACCESSBANK NAME=accessram START=0x0 END=0x5F
|
||||
DATABANK NAME=gpr0 START=0x60 END=0xFF
|
||||
DATABANK NAME=gpr1 START=0x100 END=0x1FF
|
||||
DATABANK NAME=gpr2 START=0x200 END=0x2FF
|
||||
DATABANK NAME=gpr3 START=0x300 END=0x3FF
|
||||
DATABANK NAME=gpr4 START=0x400 END=0x4FF
|
||||
DATABANK NAME=gpr5 START=0x500 END=0x5FF
|
||||
DATABANK NAME=gpr6 START=0x600 END=0x6FF
|
||||
DATABANK NAME=gpr7 START=0x700 END=0x7FF
|
||||
DATABANK NAME=gpr8 START=0x800 END=0x8FF
|
||||
DATABANK NAME=gpr9 START=0x900 END=0x9FF
|
||||
DATABANK NAME=gpr10 START=0xA00 END=0xAFF
|
||||
DATABANK NAME=gpr11 START=0xB00 END=0xBFF
|
||||
//DATABANK NAME=gpr12 START=0xC00 END=0xCFF
|
||||
//DATABANK NAME=gpr13 START=0xD00 END=0xDFF
|
||||
DATABANK NAME=stackreg START=0xC00 END=0xDFF PROTECTED
|
||||
DATABANK NAME=gpr14 START=0xE00 END=0xEF3
|
||||
DATABANK NAME=dbgspr START=0xEF4 END=0xEFF PROTECTED
|
||||
ACCESSBANK NAME=accesssfr START=0xF60 END=0xFFF PROTECTED
|
||||
|
||||
SECTION NAME=CONFIG ROM=config
|
||||
|
||||
//STACK SIZE=0x100 RAM=gpr13
|
||||
STACK SIZE=0x200 RAM=stackreg
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
#Mon May 30 09:47:38 CDT 2016
|
||||
default.com-microchip-mplab-nbide-toolchainC18-C18LanguageToolchain.md5=21ae92f54c0f89bc027339aedc19b7f9
|
||||
default.languagetoolchain.dir=C\:\\Program Files (x86)\\Microchip\\mplabc18\\v3.40\\bin
|
||||
com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=ef199adcc8f049579a105cca20571dcb
|
||||
default.languagetoolchain.version=3.40
|
||||
host.platform=windows
|
||||
conf.ids=default
|
||||
#
|
||||
#Mon May 30 09:47:38 CDT 2016
|
||||
default.com-microchip-mplab-nbide-toolchainC18-C18LanguageToolchain.md5=21ae92f54c0f89bc027339aedc19b7f9
|
||||
default.languagetoolchain.dir=C\:\\Program Files (x86)\\Microchip\\mplabc18\\v3.40\\bin
|
||||
com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=ef199adcc8f049579a105cca20571dcb
|
||||
default.languagetoolchain.version=3.40
|
||||
host.platform=windows
|
||||
conf.ids=default
|
||||
|
||||
@@ -1,174 +1,174 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configurationDescriptor version="62">
|
||||
<logicalFolder name="root" displayName="root" projectFiles="true">
|
||||
<logicalFolder name="HeaderFiles"
|
||||
displayName="Header Files"
|
||||
projectFiles="true">
|
||||
<itemPath>../stdbool.h</itemPath>
|
||||
<itemPath>../stdint.h</itemPath>
|
||||
<itemPath>../rs485.h</itemPath>
|
||||
<itemPath>../mstp.h</itemPath>
|
||||
<itemPath>../../../include/bits.h</itemPath>
|
||||
<itemPath>../../../include/abort.h</itemPath>
|
||||
<itemPath>../../../include/apdu.h</itemPath>
|
||||
<itemPath>../../../include/bacaddr.h</itemPath>
|
||||
<itemPath>../../../include/bacapp.h</itemPath>
|
||||
<itemPath>../../../include/bacdcode.h</itemPath>
|
||||
<itemPath>../../../include/bacdef.h</itemPath>
|
||||
<itemPath>../../../include/bacenum.h</itemPath>
|
||||
<itemPath>../../../include/bacerror.h</itemPath>
|
||||
<itemPath>../../../include/bacint.h</itemPath>
|
||||
<itemPath>../../../include/bacprop.h</itemPath>
|
||||
<itemPath>../../../include/bacreal.h</itemPath>
|
||||
<itemPath>../../../include/bacstr.h</itemPath>
|
||||
<itemPath>../../../include/bigend.h</itemPath>
|
||||
<itemPath>../../../include/config.h</itemPath>
|
||||
<itemPath>../hardware.h</itemPath>
|
||||
</logicalFolder>
|
||||
<logicalFolder name="LinkerScript"
|
||||
displayName="Linker Files"
|
||||
projectFiles="true">
|
||||
</logicalFolder>
|
||||
<logicalFolder name="SourceFiles"
|
||||
displayName="Source Files"
|
||||
projectFiles="true">
|
||||
<itemPath>../../../src/abort.c</itemPath>
|
||||
<itemPath>../../../src/bacapp.c</itemPath>
|
||||
<itemPath>../../../src/bacdcode.c</itemPath>
|
||||
<itemPath>../../../src/bacerror.c</itemPath>
|
||||
<itemPath>../../../src/bacstr.c</itemPath>
|
||||
<itemPath>../../../src/crc.c</itemPath>
|
||||
<itemPath>../../../src/dcc.c</itemPath>
|
||||
<itemPath>../../../src/iam.c</itemPath>
|
||||
<itemPath>../../../src/rd.c</itemPath>
|
||||
<itemPath>../../../src/reject.c</itemPath>
|
||||
<itemPath>../../../src/rp.c</itemPath>
|
||||
<itemPath>../../../src/whois.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_dcc.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_rd.c</itemPath>
|
||||
<itemPath>../main.c</itemPath>
|
||||
<itemPath>../dlmstp.c</itemPath>
|
||||
<itemPath>../device.c</itemPath>
|
||||
<itemPath>../rs485.c</itemPath>
|
||||
<itemPath>../isr.c</itemPath>
|
||||
<itemPath>../../../src/datetime.c</itemPath>
|
||||
<itemPath>../../../demo/handler/txbuf.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_whois.c</itemPath>
|
||||
<itemPath>../mstp.c</itemPath>
|
||||
<itemPath>../bv.c</itemPath>
|
||||
<itemPath>../ai.c</itemPath>
|
||||
<itemPath>../bi.c</itemPath>
|
||||
<itemPath>../av.c</itemPath>
|
||||
<itemPath>../../../src/wp.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_npdu.c</itemPath>
|
||||
<itemPath>../../../demo/handler/s_iam.c</itemPath>
|
||||
<itemPath>../../../src/bacreal.c</itemPath>
|
||||
<itemPath>../../../src/bacint.c</itemPath>
|
||||
<itemPath>../../../src/npdu.c</itemPath>
|
||||
<itemPath>../apdu.c</itemPath>
|
||||
<itemPath>../../../demo/handler/noserv.c</itemPath>
|
||||
<itemPath>../../../src/fifo.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_rp.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_wp.c</itemPath>
|
||||
<itemPath>../../../src/bacaddr.c</itemPath>
|
||||
</logicalFolder>
|
||||
<logicalFolder name="ExternalFiles"
|
||||
displayName="Important Files"
|
||||
projectFiles="false">
|
||||
<itemPath>Makefile</itemPath>
|
||||
</logicalFolder>
|
||||
</logicalFolder>
|
||||
<sourceRootList>
|
||||
<Elem>../</Elem>
|
||||
</sourceRootList>
|
||||
<projectmakefile>Makefile</projectmakefile>
|
||||
<confs>
|
||||
<conf name="default" type="2">
|
||||
<toolsSet>
|
||||
<developmentServer>localhost</developmentServer>
|
||||
<targetDevice>PIC18F6720</targetDevice>
|
||||
<targetHeader></targetHeader>
|
||||
<targetPluginBoard></targetPluginBoard>
|
||||
<platformTool>ICD3PlatformTool</platformTool>
|
||||
<languageToolchain>C18</languageToolchain>
|
||||
<languageToolchainVersion>3.40</languageToolchainVersion>
|
||||
<platform>3</platform>
|
||||
</toolsSet>
|
||||
<compileType>
|
||||
<linkerTool>
|
||||
<linkerLibItems>
|
||||
</linkerLibItems>
|
||||
</linkerTool>
|
||||
<loading>
|
||||
<useAlternateLoadableFile>false</useAlternateLoadableFile>
|
||||
<alternateLoadableFile></alternateLoadableFile>
|
||||
</loading>
|
||||
</compileType>
|
||||
<makeCustomizationType>
|
||||
<makeCustomizationPreStepEnabled>false</makeCustomizationPreStepEnabled>
|
||||
<makeCustomizationPreStep></makeCustomizationPreStep>
|
||||
<makeCustomizationPostStepEnabled>false</makeCustomizationPostStepEnabled>
|
||||
<makeCustomizationPostStep></makeCustomizationPostStep>
|
||||
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
|
||||
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
|
||||
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>
|
||||
</makeCustomizationType>
|
||||
<C18>
|
||||
<property key="code-model" value="ml"/>
|
||||
<property key="data-model" value="oa-"/>
|
||||
<property key="default-char-unsigned" value="false"/>
|
||||
<property key="enable-all-optimizations" value="true"/>
|
||||
<property key="enable-int-promotion" value="false"/>
|
||||
<property key="enable-multi-bank-stack-model" value="false"/>
|
||||
<property key="enable-ob" value="true"/>
|
||||
<property key="enable-od" value="true"/>
|
||||
<property key="enable-om" value="true"/>
|
||||
<property key="enable-on" value="true"/>
|
||||
<property key="enable-op" value="true"/>
|
||||
<property key="enable-opa" value="true"/>
|
||||
<property key="enable-or" value="true"/>
|
||||
<property key="enable-os" value="true"/>
|
||||
<property key="enable-ot" value="true"/>
|
||||
<property key="enable-ou" value="true"/>
|
||||
<property key="enable-ow" value="true"/>
|
||||
<property key="extra-include-directories"
|
||||
value="..\;..\..\..\include;..\..\..\demo\object"/>
|
||||
<property key="optimization-master" value="Enable all"/>
|
||||
<property key="preprocessor-macros"
|
||||
value="PRINT_ENABLED=0;BACDL_MSTP=1;BIG_ENDIAN=0;MAX_APDU=50;MAX_TSM_TRANSACTIONS=0;BACAPP_MINIMAL"/>
|
||||
<property key="procedural-abstraction-passes" value="0"/>
|
||||
<property key="storage-class" value="sca"/>
|
||||
<property key="verbose" value="false"/>
|
||||
<property key="warning-level" value="2"/>
|
||||
</C18>
|
||||
<C18-AS>
|
||||
<property key="cross.reference.file" value=""/>
|
||||
<property key="default.radix" value="HEX"/>
|
||||
<property key="enable.case.sensitivity" value="true"/>
|
||||
<property key="hex.output.format" value="INHX32"/>
|
||||
<property key="preprocessor.macros" value=""/>
|
||||
<property key="warning.level" value="0"/>
|
||||
</C18-AS>
|
||||
<C18-LD>
|
||||
<property key="cod-file" value="false"/>
|
||||
<property key="extra-lib-directories" value=""/>
|
||||
<property key="hex-output-format" value="INHX32"/>
|
||||
<property key="map-file" value=""/>
|
||||
</C18-LD>
|
||||
<C18LanguageToolchain>
|
||||
<property key="extended-mode" value="false"/>
|
||||
<property key="extended-mode-mcc18" value="false"/>
|
||||
<property key="extended-mode-mpasm" value="false"/>
|
||||
<property key="extended-mode-mplink" value="false"/>
|
||||
<property key="stack-analysis" value="false"/>
|
||||
<property key="stack-analysis-mcc18" value="false"/>
|
||||
<property key="stack-analysis-mplink" value="false"/>
|
||||
</C18LanguageToolchain>
|
||||
<ICD3PlatformTool>
|
||||
<property key="tracecontrol.disablemacros" value="true"/>
|
||||
<property key="tracecontrol.medium" value="0"/>
|
||||
<property key="tracecontrol.select" value="0"/>
|
||||
</ICD3PlatformTool>
|
||||
</conf>
|
||||
</confs>
|
||||
</configurationDescriptor>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configurationDescriptor version="62">
|
||||
<logicalFolder name="root" displayName="root" projectFiles="true">
|
||||
<logicalFolder name="HeaderFiles"
|
||||
displayName="Header Files"
|
||||
projectFiles="true">
|
||||
<itemPath>../stdbool.h</itemPath>
|
||||
<itemPath>../stdint.h</itemPath>
|
||||
<itemPath>../rs485.h</itemPath>
|
||||
<itemPath>../mstp.h</itemPath>
|
||||
<itemPath>../../../include/bits.h</itemPath>
|
||||
<itemPath>../../../include/abort.h</itemPath>
|
||||
<itemPath>../../../include/apdu.h</itemPath>
|
||||
<itemPath>../../../include/bacaddr.h</itemPath>
|
||||
<itemPath>../../../include/bacapp.h</itemPath>
|
||||
<itemPath>../../../include/bacdcode.h</itemPath>
|
||||
<itemPath>../../../include/bacdef.h</itemPath>
|
||||
<itemPath>../../../include/bacenum.h</itemPath>
|
||||
<itemPath>../../../include/bacerror.h</itemPath>
|
||||
<itemPath>../../../include/bacint.h</itemPath>
|
||||
<itemPath>../../../include/bacprop.h</itemPath>
|
||||
<itemPath>../../../include/bacreal.h</itemPath>
|
||||
<itemPath>../../../include/bacstr.h</itemPath>
|
||||
<itemPath>../../../include/bigend.h</itemPath>
|
||||
<itemPath>../../../include/config.h</itemPath>
|
||||
<itemPath>../hardware.h</itemPath>
|
||||
</logicalFolder>
|
||||
<logicalFolder name="LinkerScript"
|
||||
displayName="Linker Files"
|
||||
projectFiles="true">
|
||||
</logicalFolder>
|
||||
<logicalFolder name="SourceFiles"
|
||||
displayName="Source Files"
|
||||
projectFiles="true">
|
||||
<itemPath>../../../src/abort.c</itemPath>
|
||||
<itemPath>../../../src/bacapp.c</itemPath>
|
||||
<itemPath>../../../src/bacdcode.c</itemPath>
|
||||
<itemPath>../../../src/bacerror.c</itemPath>
|
||||
<itemPath>../../../src/bacstr.c</itemPath>
|
||||
<itemPath>../../../src/crc.c</itemPath>
|
||||
<itemPath>../../../src/dcc.c</itemPath>
|
||||
<itemPath>../../../src/iam.c</itemPath>
|
||||
<itemPath>../../../src/rd.c</itemPath>
|
||||
<itemPath>../../../src/reject.c</itemPath>
|
||||
<itemPath>../../../src/rp.c</itemPath>
|
||||
<itemPath>../../../src/whois.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_dcc.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_rd.c</itemPath>
|
||||
<itemPath>../main.c</itemPath>
|
||||
<itemPath>../dlmstp.c</itemPath>
|
||||
<itemPath>../device.c</itemPath>
|
||||
<itemPath>../rs485.c</itemPath>
|
||||
<itemPath>../isr.c</itemPath>
|
||||
<itemPath>../../../src/datetime.c</itemPath>
|
||||
<itemPath>../../../demo/handler/txbuf.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_whois.c</itemPath>
|
||||
<itemPath>../mstp.c</itemPath>
|
||||
<itemPath>../bv.c</itemPath>
|
||||
<itemPath>../ai.c</itemPath>
|
||||
<itemPath>../bi.c</itemPath>
|
||||
<itemPath>../av.c</itemPath>
|
||||
<itemPath>../../../src/wp.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_npdu.c</itemPath>
|
||||
<itemPath>../../../demo/handler/s_iam.c</itemPath>
|
||||
<itemPath>../../../src/bacreal.c</itemPath>
|
||||
<itemPath>../../../src/bacint.c</itemPath>
|
||||
<itemPath>../../../src/npdu.c</itemPath>
|
||||
<itemPath>../apdu.c</itemPath>
|
||||
<itemPath>../../../demo/handler/noserv.c</itemPath>
|
||||
<itemPath>../../../src/fifo.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_rp.c</itemPath>
|
||||
<itemPath>../../../demo/handler/h_wp.c</itemPath>
|
||||
<itemPath>../../../src/bacaddr.c</itemPath>
|
||||
</logicalFolder>
|
||||
<logicalFolder name="ExternalFiles"
|
||||
displayName="Important Files"
|
||||
projectFiles="false">
|
||||
<itemPath>Makefile</itemPath>
|
||||
</logicalFolder>
|
||||
</logicalFolder>
|
||||
<sourceRootList>
|
||||
<Elem>../</Elem>
|
||||
</sourceRootList>
|
||||
<projectmakefile>Makefile</projectmakefile>
|
||||
<confs>
|
||||
<conf name="default" type="2">
|
||||
<toolsSet>
|
||||
<developmentServer>localhost</developmentServer>
|
||||
<targetDevice>PIC18F6720</targetDevice>
|
||||
<targetHeader></targetHeader>
|
||||
<targetPluginBoard></targetPluginBoard>
|
||||
<platformTool>ICD3PlatformTool</platformTool>
|
||||
<languageToolchain>C18</languageToolchain>
|
||||
<languageToolchainVersion>3.40</languageToolchainVersion>
|
||||
<platform>3</platform>
|
||||
</toolsSet>
|
||||
<compileType>
|
||||
<linkerTool>
|
||||
<linkerLibItems>
|
||||
</linkerLibItems>
|
||||
</linkerTool>
|
||||
<loading>
|
||||
<useAlternateLoadableFile>false</useAlternateLoadableFile>
|
||||
<alternateLoadableFile></alternateLoadableFile>
|
||||
</loading>
|
||||
</compileType>
|
||||
<makeCustomizationType>
|
||||
<makeCustomizationPreStepEnabled>false</makeCustomizationPreStepEnabled>
|
||||
<makeCustomizationPreStep></makeCustomizationPreStep>
|
||||
<makeCustomizationPostStepEnabled>false</makeCustomizationPostStepEnabled>
|
||||
<makeCustomizationPostStep></makeCustomizationPostStep>
|
||||
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
|
||||
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
|
||||
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>
|
||||
</makeCustomizationType>
|
||||
<C18>
|
||||
<property key="code-model" value="ml"/>
|
||||
<property key="data-model" value="oa-"/>
|
||||
<property key="default-char-unsigned" value="false"/>
|
||||
<property key="enable-all-optimizations" value="true"/>
|
||||
<property key="enable-int-promotion" value="false"/>
|
||||
<property key="enable-multi-bank-stack-model" value="false"/>
|
||||
<property key="enable-ob" value="true"/>
|
||||
<property key="enable-od" value="true"/>
|
||||
<property key="enable-om" value="true"/>
|
||||
<property key="enable-on" value="true"/>
|
||||
<property key="enable-op" value="true"/>
|
||||
<property key="enable-opa" value="true"/>
|
||||
<property key="enable-or" value="true"/>
|
||||
<property key="enable-os" value="true"/>
|
||||
<property key="enable-ot" value="true"/>
|
||||
<property key="enable-ou" value="true"/>
|
||||
<property key="enable-ow" value="true"/>
|
||||
<property key="extra-include-directories"
|
||||
value="..\;..\..\..\include;..\..\..\demo\object"/>
|
||||
<property key="optimization-master" value="Enable all"/>
|
||||
<property key="preprocessor-macros"
|
||||
value="PRINT_ENABLED=0;BACDL_MSTP=1;BIG_ENDIAN=0;MAX_APDU=50;MAX_TSM_TRANSACTIONS=0;BACAPP_MINIMAL"/>
|
||||
<property key="procedural-abstraction-passes" value="0"/>
|
||||
<property key="storage-class" value="sca"/>
|
||||
<property key="verbose" value="false"/>
|
||||
<property key="warning-level" value="2"/>
|
||||
</C18>
|
||||
<C18-AS>
|
||||
<property key="cross.reference.file" value=""/>
|
||||
<property key="default.radix" value="HEX"/>
|
||||
<property key="enable.case.sensitivity" value="true"/>
|
||||
<property key="hex.output.format" value="INHX32"/>
|
||||
<property key="preprocessor.macros" value=""/>
|
||||
<property key="warning.level" value="0"/>
|
||||
</C18-AS>
|
||||
<C18-LD>
|
||||
<property key="cod-file" value="false"/>
|
||||
<property key="extra-lib-directories" value=""/>
|
||||
<property key="hex-output-format" value="INHX32"/>
|
||||
<property key="map-file" value=""/>
|
||||
</C18-LD>
|
||||
<C18LanguageToolchain>
|
||||
<property key="extended-mode" value="false"/>
|
||||
<property key="extended-mode-mcc18" value="false"/>
|
||||
<property key="extended-mode-mpasm" value="false"/>
|
||||
<property key="extended-mode-mplink" value="false"/>
|
||||
<property key="stack-analysis" value="false"/>
|
||||
<property key="stack-analysis-mcc18" value="false"/>
|
||||
<property key="stack-analysis-mplink" value="false"/>
|
||||
</C18LanguageToolchain>
|
||||
<ICD3PlatformTool>
|
||||
<property key="tracecontrol.disablemacros" value="true"/>
|
||||
<property key="tracecontrol.medium" value="0"/>
|
||||
<property key="tracecontrol.select" value="0"/>
|
||||
</ICD3PlatformTool>
|
||||
</conf>
|
||||
</confs>
|
||||
</configurationDescriptor>
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
||||
<type>com.microchip.mplab.nbide.embedded.makeproject</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/make-project/1">
|
||||
<name>BACnet-Server</name>
|
||||
<creation-uuid>e54ca906-513b-4f74-a23b-6b0204c4509a</creation-uuid>
|
||||
<make-project-type>0</make-project-type>
|
||||
<c-extensions>c</c-extensions>
|
||||
<cpp-extensions/>
|
||||
<header-extensions>h</header-extensions>
|
||||
<sourceEncoding>ISO-8859-1</sourceEncoding>
|
||||
<make-dep-projects/>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
||||
<type>com.microchip.mplab.nbide.embedded.makeproject</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/make-project/1">
|
||||
<name>BACnet-Server</name>
|
||||
<creation-uuid>e54ca906-513b-4f74-a23b-6b0204c4509a</creation-uuid>
|
||||
<make-project-type>0</make-project-type>
|
||||
<c-extensions>c</c-extensions>
|
||||
<cpp-extensions/>
|
||||
<header-extensions>h</header-extensions>
|
||||
<sourceEncoding>ISO-8859-1</sourceEncoding>
|
||||
<make-dep-projects/>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
||||
|
||||
+282
-282
@@ -1,282 +1,282 @@
|
||||
[HEADER]
|
||||
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
|
||||
file_version=1.0
|
||||
device=PIC18F6720
|
||||
[PATH_INFO]
|
||||
BuildDirPolicy=BuildDirIsSourceDir
|
||||
dir_src=
|
||||
dir_bin=
|
||||
dir_tmp=
|
||||
dir_sin=
|
||||
dir_inc=C:\code\bacnet-stack\include;C:\code\bacnet-stack\demo\object;C:\code\bacnet-stack\ports\pic18f6720
|
||||
dir_lib=C:\mcc18\lib
|
||||
dir_lkr=
|
||||
[CAT_FILTERS]
|
||||
filter_src=*.asm;*.c
|
||||
filter_inc=*.h;*.inc
|
||||
filter_obj=*.o
|
||||
filter_lib=*.lib
|
||||
filter_lkr=*.lkr
|
||||
[CAT_SUBFOLDERS]
|
||||
subfolder_src=
|
||||
subfolder_inc=
|
||||
subfolder_obj=
|
||||
subfolder_lib=
|
||||
subfolder_lkr=
|
||||
[FILE_SUBFOLDERS]
|
||||
file_000=.
|
||||
file_001=.
|
||||
file_002=.
|
||||
file_003=.
|
||||
file_004=.
|
||||
file_005=.
|
||||
file_006=.
|
||||
file_007=.
|
||||
file_008=.
|
||||
file_009=.
|
||||
file_010=.
|
||||
file_011=.
|
||||
file_012=.
|
||||
file_013=.
|
||||
file_014=.
|
||||
file_015=.
|
||||
file_016=.
|
||||
file_017=.
|
||||
file_018=.
|
||||
file_019=.
|
||||
file_020=.
|
||||
file_021=.
|
||||
file_022=.
|
||||
file_023=.
|
||||
file_024=.
|
||||
file_025=.
|
||||
file_026=.
|
||||
file_027=.
|
||||
file_028=.
|
||||
file_029=.
|
||||
file_030=.
|
||||
file_031=.
|
||||
file_032=.
|
||||
file_033=.
|
||||
file_034=.
|
||||
file_035=.
|
||||
file_036=.
|
||||
file_037=.
|
||||
file_038=.
|
||||
file_039=.
|
||||
file_040=.
|
||||
file_041=.
|
||||
file_042=.
|
||||
file_043=.
|
||||
file_044=.
|
||||
file_045=.
|
||||
file_046=.
|
||||
file_047=.
|
||||
file_048=.
|
||||
file_049=.
|
||||
file_050=.
|
||||
file_051=.
|
||||
file_052=.
|
||||
file_053=.
|
||||
file_054=.
|
||||
file_055=.
|
||||
file_056=.
|
||||
file_057=.
|
||||
file_058=.
|
||||
[GENERATED_FILES]
|
||||
file_000=no
|
||||
file_001=no
|
||||
file_002=no
|
||||
file_003=no
|
||||
file_004=no
|
||||
file_005=no
|
||||
file_006=no
|
||||
file_007=no
|
||||
file_008=no
|
||||
file_009=no
|
||||
file_010=no
|
||||
file_011=no
|
||||
file_012=no
|
||||
file_013=no
|
||||
file_014=no
|
||||
file_015=no
|
||||
file_016=no
|
||||
file_017=no
|
||||
file_018=no
|
||||
file_019=no
|
||||
file_020=no
|
||||
file_021=no
|
||||
file_022=no
|
||||
file_023=no
|
||||
file_024=no
|
||||
file_025=no
|
||||
file_026=no
|
||||
file_027=no
|
||||
file_028=no
|
||||
file_029=no
|
||||
file_030=no
|
||||
file_031=no
|
||||
file_032=no
|
||||
file_033=no
|
||||
file_034=no
|
||||
file_035=no
|
||||
file_036=no
|
||||
file_037=no
|
||||
file_038=no
|
||||
file_039=no
|
||||
file_040=no
|
||||
file_041=no
|
||||
file_042=no
|
||||
file_043=no
|
||||
file_044=no
|
||||
file_045=no
|
||||
file_046=no
|
||||
file_047=no
|
||||
file_048=no
|
||||
file_049=no
|
||||
file_050=no
|
||||
file_051=no
|
||||
file_052=no
|
||||
file_053=no
|
||||
file_054=no
|
||||
file_055=no
|
||||
file_056=no
|
||||
file_057=no
|
||||
file_058=no
|
||||
[OTHER_FILES]
|
||||
file_000=no
|
||||
file_001=no
|
||||
file_002=no
|
||||
file_003=no
|
||||
file_004=no
|
||||
file_005=no
|
||||
file_006=no
|
||||
file_007=no
|
||||
file_008=no
|
||||
file_009=no
|
||||
file_010=no
|
||||
file_011=no
|
||||
file_012=no
|
||||
file_013=no
|
||||
file_014=no
|
||||
file_015=no
|
||||
file_016=no
|
||||
file_017=no
|
||||
file_018=no
|
||||
file_019=no
|
||||
file_020=no
|
||||
file_021=no
|
||||
file_022=no
|
||||
file_023=no
|
||||
file_024=no
|
||||
file_025=no
|
||||
file_026=no
|
||||
file_027=no
|
||||
file_028=no
|
||||
file_029=no
|
||||
file_030=no
|
||||
file_031=no
|
||||
file_032=no
|
||||
file_033=no
|
||||
file_034=no
|
||||
file_035=no
|
||||
file_036=no
|
||||
file_037=no
|
||||
file_038=no
|
||||
file_039=no
|
||||
file_040=no
|
||||
file_041=no
|
||||
file_042=no
|
||||
file_043=no
|
||||
file_044=no
|
||||
file_045=no
|
||||
file_046=no
|
||||
file_047=no
|
||||
file_048=no
|
||||
file_049=no
|
||||
file_050=no
|
||||
file_051=no
|
||||
file_052=no
|
||||
file_053=no
|
||||
file_054=no
|
||||
file_055=no
|
||||
file_056=no
|
||||
file_057=no
|
||||
file_058=no
|
||||
[FILE_INFO]
|
||||
file_000=C:\code\bacnet-stack\src\abort.c
|
||||
file_001=C:\code\bacnet-stack\src\bacapp.c
|
||||
file_002=C:\code\bacnet-stack\src\bacdcode.c
|
||||
file_003=C:\code\bacnet-stack\src\bacerror.c
|
||||
file_004=C:\code\bacnet-stack\src\bacstr.c
|
||||
file_005=C:\code\bacnet-stack\src\crc.c
|
||||
file_006=C:\code\bacnet-stack\src\dcc.c
|
||||
file_007=C:\code\bacnet-stack\src\iam.c
|
||||
file_008=C:\code\bacnet-stack\src\rd.c
|
||||
file_009=C:\code\bacnet-stack\src\reject.c
|
||||
file_010=C:\code\bacnet-stack\src\rp.c
|
||||
file_011=C:\code\bacnet-stack\src\whois.c
|
||||
file_012=C:\code\bacnet-stack\demo\handler\h_dcc.c
|
||||
file_013=C:\code\bacnet-stack\demo\handler\h_rd.c
|
||||
file_014=main.c
|
||||
file_015=dlmstp.c
|
||||
file_016=device.c
|
||||
file_017=rs485.c
|
||||
file_018=isr.c
|
||||
file_019=C:\code\bacnet-stack\src\datetime.c
|
||||
file_020=C:\code\bacnet-stack\demo\handler\txbuf.c
|
||||
file_021=C:\code\bacnet-stack\demo\handler\h_whois.c
|
||||
file_022=mstp.c
|
||||
file_023=bv.c
|
||||
file_024=ai.c
|
||||
file_025=bi.c
|
||||
file_026=av.c
|
||||
file_027=C:\code\bacnet-stack\src\wp.c
|
||||
file_028=C:\code\bacnet-stack\demo\handler\h_npdu.c
|
||||
file_029=C:\code\bacnet-stack\demo\handler\s_iam.c
|
||||
file_030=C:\code\bacnet-stack\src\bacreal.c
|
||||
file_031=C:\code\bacnet-stack\src\bacint.c
|
||||
file_032=C:\code\bacnet-stack\src\npdu.c
|
||||
file_033=apdu.c
|
||||
file_034=C:\code\bacnet-stack\demo\handler\noserv.c
|
||||
file_035=C:\code\bacnet-stack\src\fifo.c
|
||||
file_036=C:\code\bacnet-stack\demo\handler\h_wp.c
|
||||
file_037=C:\code\bacnet-stack\demo\handler\h_rp.c
|
||||
file_038=C:\code\bacnet-stack\src\bacaddr.c
|
||||
file_039=stdbool.h
|
||||
file_040=stdint.h
|
||||
file_041=rs485.h
|
||||
file_042=mstp.h
|
||||
file_043=C:\code\bacnet-stack\include\bits.h
|
||||
file_044=C:\code\bacnet-stack\include\abort.h
|
||||
file_045=C:\code\bacnet-stack\include\apdu.h
|
||||
file_046=C:\code\bacnet-stack\include\bacaddr.h
|
||||
file_047=C:\code\bacnet-stack\include\bacapp.h
|
||||
file_048=C:\code\bacnet-stack\include\bacdcode.h
|
||||
file_049=C:\code\bacnet-stack\include\bacdef.h
|
||||
file_050=C:\code\bacnet-stack\include\bacenum.h
|
||||
file_051=C:\code\bacnet-stack\include\bacerror.h
|
||||
file_052=C:\code\bacnet-stack\include\bacint.h
|
||||
file_053=C:\code\bacnet-stack\include\bacprop.h
|
||||
file_054=C:\code\bacnet-stack\include\bacreal.h
|
||||
file_055=C:\code\bacnet-stack\include\bacstr.h
|
||||
file_056=C:\code\bacnet-stack\include\bigend.h
|
||||
file_057=C:\code\bacnet-stack\include\config.h
|
||||
file_058=18F6720.lkr
|
||||
[SUITE_INFO]
|
||||
suite_guid={5B7D72DD-9861-47BD-9F60-2BE967BF8416}
|
||||
suite_state=
|
||||
[TOOL_SETTINGS]
|
||||
TS{DD2213A8-6310-47B1-8376-9430CDFC013F}=
|
||||
TS{BFD27FBA-4A02-4C0E-A5E5-B812F3E7707C}=/m"$(BINDIR_)$(TARGETBASE).map" /o"$(TARGETBASE).cof"
|
||||
TS{C2AF05E7-1416-4625-923D-E114DB6E2B96}=-DPRINT_ENABLED=0 -DBACDL_MSTP=1 -DBIG_ENDIAN=0 -DMAX_APDU=50 -DMAX_TSM_TRANSACTIONS=0 -mL -Ls -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
|
||||
TS{ADE93A55-C7C7-4D4D-A4BA-59305F7D0391}=
|
||||
[INSTRUMENTED_TRACE]
|
||||
enable=0
|
||||
transport=0
|
||||
format=0
|
||||
[CUSTOM_BUILD]
|
||||
Pre-Build=
|
||||
Pre-BuildEnabled=1
|
||||
Post-Build=
|
||||
Post-BuildEnabled=1
|
||||
[HEADER]
|
||||
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
|
||||
file_version=1.0
|
||||
device=PIC18F6720
|
||||
[PATH_INFO]
|
||||
BuildDirPolicy=BuildDirIsSourceDir
|
||||
dir_src=
|
||||
dir_bin=
|
||||
dir_tmp=
|
||||
dir_sin=
|
||||
dir_inc=C:\code\bacnet-stack\include;C:\code\bacnet-stack\demo\object;C:\code\bacnet-stack\ports\pic18f6720
|
||||
dir_lib=C:\mcc18\lib
|
||||
dir_lkr=
|
||||
[CAT_FILTERS]
|
||||
filter_src=*.asm;*.c
|
||||
filter_inc=*.h;*.inc
|
||||
filter_obj=*.o
|
||||
filter_lib=*.lib
|
||||
filter_lkr=*.lkr
|
||||
[CAT_SUBFOLDERS]
|
||||
subfolder_src=
|
||||
subfolder_inc=
|
||||
subfolder_obj=
|
||||
subfolder_lib=
|
||||
subfolder_lkr=
|
||||
[FILE_SUBFOLDERS]
|
||||
file_000=.
|
||||
file_001=.
|
||||
file_002=.
|
||||
file_003=.
|
||||
file_004=.
|
||||
file_005=.
|
||||
file_006=.
|
||||
file_007=.
|
||||
file_008=.
|
||||
file_009=.
|
||||
file_010=.
|
||||
file_011=.
|
||||
file_012=.
|
||||
file_013=.
|
||||
file_014=.
|
||||
file_015=.
|
||||
file_016=.
|
||||
file_017=.
|
||||
file_018=.
|
||||
file_019=.
|
||||
file_020=.
|
||||
file_021=.
|
||||
file_022=.
|
||||
file_023=.
|
||||
file_024=.
|
||||
file_025=.
|
||||
file_026=.
|
||||
file_027=.
|
||||
file_028=.
|
||||
file_029=.
|
||||
file_030=.
|
||||
file_031=.
|
||||
file_032=.
|
||||
file_033=.
|
||||
file_034=.
|
||||
file_035=.
|
||||
file_036=.
|
||||
file_037=.
|
||||
file_038=.
|
||||
file_039=.
|
||||
file_040=.
|
||||
file_041=.
|
||||
file_042=.
|
||||
file_043=.
|
||||
file_044=.
|
||||
file_045=.
|
||||
file_046=.
|
||||
file_047=.
|
||||
file_048=.
|
||||
file_049=.
|
||||
file_050=.
|
||||
file_051=.
|
||||
file_052=.
|
||||
file_053=.
|
||||
file_054=.
|
||||
file_055=.
|
||||
file_056=.
|
||||
file_057=.
|
||||
file_058=.
|
||||
[GENERATED_FILES]
|
||||
file_000=no
|
||||
file_001=no
|
||||
file_002=no
|
||||
file_003=no
|
||||
file_004=no
|
||||
file_005=no
|
||||
file_006=no
|
||||
file_007=no
|
||||
file_008=no
|
||||
file_009=no
|
||||
file_010=no
|
||||
file_011=no
|
||||
file_012=no
|
||||
file_013=no
|
||||
file_014=no
|
||||
file_015=no
|
||||
file_016=no
|
||||
file_017=no
|
||||
file_018=no
|
||||
file_019=no
|
||||
file_020=no
|
||||
file_021=no
|
||||
file_022=no
|
||||
file_023=no
|
||||
file_024=no
|
||||
file_025=no
|
||||
file_026=no
|
||||
file_027=no
|
||||
file_028=no
|
||||
file_029=no
|
||||
file_030=no
|
||||
file_031=no
|
||||
file_032=no
|
||||
file_033=no
|
||||
file_034=no
|
||||
file_035=no
|
||||
file_036=no
|
||||
file_037=no
|
||||
file_038=no
|
||||
file_039=no
|
||||
file_040=no
|
||||
file_041=no
|
||||
file_042=no
|
||||
file_043=no
|
||||
file_044=no
|
||||
file_045=no
|
||||
file_046=no
|
||||
file_047=no
|
||||
file_048=no
|
||||
file_049=no
|
||||
file_050=no
|
||||
file_051=no
|
||||
file_052=no
|
||||
file_053=no
|
||||
file_054=no
|
||||
file_055=no
|
||||
file_056=no
|
||||
file_057=no
|
||||
file_058=no
|
||||
[OTHER_FILES]
|
||||
file_000=no
|
||||
file_001=no
|
||||
file_002=no
|
||||
file_003=no
|
||||
file_004=no
|
||||
file_005=no
|
||||
file_006=no
|
||||
file_007=no
|
||||
file_008=no
|
||||
file_009=no
|
||||
file_010=no
|
||||
file_011=no
|
||||
file_012=no
|
||||
file_013=no
|
||||
file_014=no
|
||||
file_015=no
|
||||
file_016=no
|
||||
file_017=no
|
||||
file_018=no
|
||||
file_019=no
|
||||
file_020=no
|
||||
file_021=no
|
||||
file_022=no
|
||||
file_023=no
|
||||
file_024=no
|
||||
file_025=no
|
||||
file_026=no
|
||||
file_027=no
|
||||
file_028=no
|
||||
file_029=no
|
||||
file_030=no
|
||||
file_031=no
|
||||
file_032=no
|
||||
file_033=no
|
||||
file_034=no
|
||||
file_035=no
|
||||
file_036=no
|
||||
file_037=no
|
||||
file_038=no
|
||||
file_039=no
|
||||
file_040=no
|
||||
file_041=no
|
||||
file_042=no
|
||||
file_043=no
|
||||
file_044=no
|
||||
file_045=no
|
||||
file_046=no
|
||||
file_047=no
|
||||
file_048=no
|
||||
file_049=no
|
||||
file_050=no
|
||||
file_051=no
|
||||
file_052=no
|
||||
file_053=no
|
||||
file_054=no
|
||||
file_055=no
|
||||
file_056=no
|
||||
file_057=no
|
||||
file_058=no
|
||||
[FILE_INFO]
|
||||
file_000=C:\code\bacnet-stack\src\abort.c
|
||||
file_001=C:\code\bacnet-stack\src\bacapp.c
|
||||
file_002=C:\code\bacnet-stack\src\bacdcode.c
|
||||
file_003=C:\code\bacnet-stack\src\bacerror.c
|
||||
file_004=C:\code\bacnet-stack\src\bacstr.c
|
||||
file_005=C:\code\bacnet-stack\src\crc.c
|
||||
file_006=C:\code\bacnet-stack\src\dcc.c
|
||||
file_007=C:\code\bacnet-stack\src\iam.c
|
||||
file_008=C:\code\bacnet-stack\src\rd.c
|
||||
file_009=C:\code\bacnet-stack\src\reject.c
|
||||
file_010=C:\code\bacnet-stack\src\rp.c
|
||||
file_011=C:\code\bacnet-stack\src\whois.c
|
||||
file_012=C:\code\bacnet-stack\demo\handler\h_dcc.c
|
||||
file_013=C:\code\bacnet-stack\demo\handler\h_rd.c
|
||||
file_014=main.c
|
||||
file_015=dlmstp.c
|
||||
file_016=device.c
|
||||
file_017=rs485.c
|
||||
file_018=isr.c
|
||||
file_019=C:\code\bacnet-stack\src\datetime.c
|
||||
file_020=C:\code\bacnet-stack\demo\handler\txbuf.c
|
||||
file_021=C:\code\bacnet-stack\demo\handler\h_whois.c
|
||||
file_022=mstp.c
|
||||
file_023=bv.c
|
||||
file_024=ai.c
|
||||
file_025=bi.c
|
||||
file_026=av.c
|
||||
file_027=C:\code\bacnet-stack\src\wp.c
|
||||
file_028=C:\code\bacnet-stack\demo\handler\h_npdu.c
|
||||
file_029=C:\code\bacnet-stack\demo\handler\s_iam.c
|
||||
file_030=C:\code\bacnet-stack\src\bacreal.c
|
||||
file_031=C:\code\bacnet-stack\src\bacint.c
|
||||
file_032=C:\code\bacnet-stack\src\npdu.c
|
||||
file_033=apdu.c
|
||||
file_034=C:\code\bacnet-stack\demo\handler\noserv.c
|
||||
file_035=C:\code\bacnet-stack\src\fifo.c
|
||||
file_036=C:\code\bacnet-stack\demo\handler\h_wp.c
|
||||
file_037=C:\code\bacnet-stack\demo\handler\h_rp.c
|
||||
file_038=C:\code\bacnet-stack\src\bacaddr.c
|
||||
file_039=stdbool.h
|
||||
file_040=stdint.h
|
||||
file_041=rs485.h
|
||||
file_042=mstp.h
|
||||
file_043=C:\code\bacnet-stack\include\bits.h
|
||||
file_044=C:\code\bacnet-stack\include\abort.h
|
||||
file_045=C:\code\bacnet-stack\include\apdu.h
|
||||
file_046=C:\code\bacnet-stack\include\bacaddr.h
|
||||
file_047=C:\code\bacnet-stack\include\bacapp.h
|
||||
file_048=C:\code\bacnet-stack\include\bacdcode.h
|
||||
file_049=C:\code\bacnet-stack\include\bacdef.h
|
||||
file_050=C:\code\bacnet-stack\include\bacenum.h
|
||||
file_051=C:\code\bacnet-stack\include\bacerror.h
|
||||
file_052=C:\code\bacnet-stack\include\bacint.h
|
||||
file_053=C:\code\bacnet-stack\include\bacprop.h
|
||||
file_054=C:\code\bacnet-stack\include\bacreal.h
|
||||
file_055=C:\code\bacnet-stack\include\bacstr.h
|
||||
file_056=C:\code\bacnet-stack\include\bigend.h
|
||||
file_057=C:\code\bacnet-stack\include\config.h
|
||||
file_058=18F6720.lkr
|
||||
[SUITE_INFO]
|
||||
suite_guid={5B7D72DD-9861-47BD-9F60-2BE967BF8416}
|
||||
suite_state=
|
||||
[TOOL_SETTINGS]
|
||||
TS{DD2213A8-6310-47B1-8376-9430CDFC013F}=
|
||||
TS{BFD27FBA-4A02-4C0E-A5E5-B812F3E7707C}=/m"$(BINDIR_)$(TARGETBASE).map" /o"$(TARGETBASE).cof"
|
||||
TS{C2AF05E7-1416-4625-923D-E114DB6E2B96}=-DPRINT_ENABLED=0 -DBACDL_MSTP=1 -DBIG_ENDIAN=0 -DMAX_APDU=50 -DMAX_TSM_TRANSACTIONS=0 -mL -Ls -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
|
||||
TS{ADE93A55-C7C7-4D4D-A4BA-59305F7D0391}=
|
||||
[INSTRUMENTED_TRACE]
|
||||
enable=0
|
||||
transport=0
|
||||
format=0
|
||||
[CUSTOM_BUILD]
|
||||
Pre-Build=
|
||||
Pre-BuildEnabled=1
|
||||
Post-Build=
|
||||
Post-BuildEnabled=1
|
||||
|
||||
@@ -28,13 +28,13 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include "bacdef.h"
|
||||
#include "bacdcode.h"
|
||||
#include "bacenum.h"
|
||||
#include "config.h"
|
||||
#include "wp.h"
|
||||
#include "rp.h"
|
||||
#include "ai.h"
|
||||
#include "bacnet/bacdef.h"
|
||||
#include "bacnet/bacdcode.h"
|
||||
#include "bacnet/bacenum.h"
|
||||
#include "bacnet/config.h"
|
||||
#include "bacnet/wp.h"
|
||||
#include "bacnet/rp.h"
|
||||
#include "bacnet/basic/object/ai.h"
|
||||
|
||||
/* Analog Input = Photocell */
|
||||
#define MAX_ANALOG_INPUTS 2
|
||||
|
||||
@@ -34,14 +34,14 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "bits.h"
|
||||
#include "bacdef.h"
|
||||
#include "bacdcode.h"
|
||||
#include "bacenum.h"
|
||||
#include "dcc.h"
|
||||
#include "handlers.h"
|
||||
#include "bacnet/bits.h"
|
||||
#include "bacnet/bacdef.h"
|
||||
#include "bacnet/bacdcode.h"
|
||||
#include "bacnet/bacenum.h"
|
||||
#include "bacnet/dcc.h"
|
||||
#include "bacnet/basic/services.h"
|
||||
/* me */
|
||||
#include "apdu.h"
|
||||
#include "bacnet/apdu.h"
|
||||
|
||||
uint16_t apdu_timeout(
|
||||
void)
|
||||
|
||||
@@ -28,14 +28,14 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include "bacdef.h"
|
||||
#include "bacdcode.h"
|
||||
#include "bacenum.h"
|
||||
#include "bacapp.h"
|
||||
#include "config.h" /* the custom stuff */
|
||||
#include "wp.h"
|
||||
#include "rp.h"
|
||||
#include "av.h"
|
||||
#include "bacnet/bacdef.h"
|
||||
#include "bacnet/bacdcode.h"
|
||||
#include "bacnet/bacenum.h"
|
||||
#include "bacnet/bacapp.h"
|
||||
#include "bacnet/config.h" /* the custom stuff */
|
||||
#include "bacnet/wp.h"
|
||||
#include "bacnet/rp.h"
|
||||
#include "bacnet/basic/object/av.h"
|
||||
|
||||
#define MAX_ANALOG_VALUES 4
|
||||
|
||||
|
||||
@@ -28,13 +28,13 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include "bacdef.h"
|
||||
#include "bacdcode.h"
|
||||
#include "bacenum.h"
|
||||
#include "config.h"
|
||||
#include "wp.h"
|
||||
#include "rp.h"
|
||||
#include "bi.h"
|
||||
#include "bacnet/bacdef.h"
|
||||
#include "bacnet/bacdcode.h"
|
||||
#include "bacnet/bacenum.h"
|
||||
#include "bacnet/config.h"
|
||||
#include "bacnet/wp.h"
|
||||
#include "bacnet/rp.h"
|
||||
#include "bacnet/basic/object/bi.h"
|
||||
|
||||
#define MAX_BINARY_INPUTS 8
|
||||
|
||||
|
||||
@@ -28,13 +28,13 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include "bacdef.h"
|
||||
#include "bacdcode.h"
|
||||
#include "bacenum.h"
|
||||
#include "config.h" /* the custom stuff */
|
||||
#include "wp.h"
|
||||
#include "rp.h"
|
||||
#include "bv.h"
|
||||
#include "bacnet/bacdef.h"
|
||||
#include "bacnet/bacdcode.h"
|
||||
#include "bacnet/bacenum.h"
|
||||
#include "bacnet/config.h" /* the custom stuff */
|
||||
#include "bacnet/wp.h"
|
||||
#include "bacnet/rp.h"
|
||||
#include "bacnet/basic/object/bv.h"
|
||||
|
||||
#define MAX_BINARY_VALUES 8
|
||||
|
||||
|
||||
+16
-16
@@ -26,23 +26,23 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h> /* for memmove */
|
||||
#include "bacdef.h"
|
||||
#include "bacdcode.h"
|
||||
#include "bacstr.h"
|
||||
#include "bacenum.h"
|
||||
#include "config.h" /* the custom stuff */
|
||||
#include "apdu.h"
|
||||
#include "dlmstp.h"
|
||||
#include "bacnet/bacdef.h"
|
||||
#include "bacnet/bacdcode.h"
|
||||
#include "bacnet/bacstr.h"
|
||||
#include "bacnet/bacenum.h"
|
||||
#include "bacnet/config.h" /* the custom stuff */
|
||||
#include "bacnet/apdu.h"
|
||||
#include "bacnet/datalink/dlmstp.h"
|
||||
#include "rs485.h"
|
||||
#include "ai.h"
|
||||
#include "av.h"
|
||||
#include "bi.h"
|
||||
#include "bv.h"
|
||||
#include "rp.h"
|
||||
#include "wp.h"
|
||||
#include "dcc.h"
|
||||
#include "version.h"
|
||||
#include "device.h" /* me */
|
||||
#include "bacnet/basic/object/ai.h"
|
||||
#include "bacnet/basic/object/av.h"
|
||||
#include "bacnet/basic/object/bi.h"
|
||||
#include "bacnet/basic/object/bv.h"
|
||||
#include "bacnet/rp.h"
|
||||
#include "bacnet/wp.h"
|
||||
#include "bacnet/dcc.h"
|
||||
#include "bacnet/version.h"
|
||||
#include "bacnet/basic/object/device.h" /* me */
|
||||
|
||||
/* note: you really only need to define variables for
|
||||
properties that are writable or that may change.
|
||||
|
||||
@@ -29,12 +29,12 @@
|
||||
#if PRINT_ENABLED
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
#include "bacdef.h"
|
||||
#include "mstp.h"
|
||||
#include "dlmstp.h"
|
||||
#include "bacnet/bacdef.h"
|
||||
#include "bacnet/datalink/mstp.h"
|
||||
#include "bacnet/datalink/dlmstp.h"
|
||||
#include "rs485.h"
|
||||
#include "npdu.h"
|
||||
#include "handlers.h"
|
||||
#include "bacnet/npdu.h"
|
||||
#include "bacnet/basic/services.h"
|
||||
|
||||
/* Number of MS/TP Packets Rx/Tx */
|
||||
uint16_t MSTP_Packets = 0;
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "bacdef.h"
|
||||
#include "npdu.h"
|
||||
#include "bacnet/bacdef.h"
|
||||
#include "bacnet/npdu.h"
|
||||
|
||||
/* defines specific to MS/TP */
|
||||
#define MAX_HEADER (2+1+1+1+2+1)
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "stdint.h"
|
||||
#include "hardware.h"
|
||||
#include "rs485.h"
|
||||
#include "dlmstp.h"
|
||||
#include "bacnet/datalink/dlmstp.h"
|
||||
|
||||
/* from main.c */
|
||||
extern volatile uint8_t Milliseconds;
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
#include "stdint.h"
|
||||
#include "hardware.h"
|
||||
/* BACnet */
|
||||
#include "apdu.h"
|
||||
#include "datalink.h"
|
||||
#include "dcc.h"
|
||||
#include "handlers.h"
|
||||
#include "client.h"
|
||||
#include "txbuf.h"
|
||||
#include "bacnet/apdu.h"
|
||||
#include "bacnet/datalink/datalink.h"
|
||||
#include "bacnet/dcc.h"
|
||||
#include "bacnet/basic/services.h"
|
||||
#include "bacnet/basic/services.h"
|
||||
#include "bacnet/basic/tsm/tsm.h"
|
||||
#include "rs485.h"
|
||||
|
||||
/* chip configuration data */
|
||||
|
||||
@@ -49,14 +49,14 @@
|
||||
#if PRINT_ENABLED
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
#include "mstp.h"
|
||||
#include "bytes.h"
|
||||
#include "bits.h"
|
||||
#include "bacnet/datalink/mstp.h"
|
||||
#include "bacnet/bytes.h"
|
||||
#include "bacnet/bits.h"
|
||||
#include "crc.h"
|
||||
#include "bacaddr.h"
|
||||
#include "bacnet/bacaddr.h"
|
||||
#include "rs485.h"
|
||||
#if PRINT_ENABLED
|
||||
#include "mstptext.h"
|
||||
#include "bacnet/datalink/mstptext.h"
|
||||
#endif
|
||||
|
||||
/* debug print statements */
|
||||
|
||||
@@ -39,9 +39,9 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "bacdef.h"
|
||||
#include "mstpdef.h"
|
||||
#include "dlmstp.h"
|
||||
#include "bacnet/bacdef.h"
|
||||
#include "bacnet/datalink/mstpdef.h"
|
||||
#include "bacnet/datalink/dlmstp.h"
|
||||
|
||||
struct mstp_port_struct_t {
|
||||
MSTP_RECEIVE_STATE receive_state;
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include "hardware.h"
|
||||
#include "mstp.h"
|
||||
#include "bacnet/datalink/mstp.h"
|
||||
#include "rs485.h"
|
||||
#include "fifo.h"
|
||||
#include "bacnet/basic/sys/fifo.h"
|
||||
|
||||
/* public port info */
|
||||
extern volatile struct mstp_port_struct_t MSTP_Port;
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#define RS485_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "mstp.h"
|
||||
#include "bacnet/datalink/mstp.h"
|
||||
|
||||
extern uint32_t RS485_Baud_Rate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user