d50c190957
* 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
85 lines
4.6 KiB
XML
85 lines
4.6 KiB
XML
<!DOCTYPE CrossStudio_Project_File>
|
|
<solution Name="bacnet" version="2">
|
|
<project Name="bacnet">
|
|
<configuration Name="Common" Platform="AVR" Target="ATmega644P" avr_architecture="V2E" avr_debug_interface="JTAG" avr_flash_size="128K" build_use_hardware_multiplier="Yes" c_preprocessor_definitions="BACDL_MSTP;MAX_APDU=128;BIG_ENDIAN=0;MAX_TSM_TRANSACTIONS=0;MAX_CHARACTER_STRING_BYTES=64;MAX_OCTET_STRING_BYTES=64;BACAPP_BOOLEAN;BACAPP_REAL;BACAPP_OBJECT_ID;BACAPP_UNSIGNED;BACAPP_ENUMERATED;BACAPP_CHARACTER_STRING;WRITE_PROPERTY" c_user_include_directories="$(ProjectDir);$(ProjectDir)/crossworks;$(ProjectDir)/../../include;$(ProjectDir)/../../src" linker_call_stack_size="1024" linker_memory_map_file="$(PackagesDir)/targets/avr/ATmega644P.xml" project_directory="" project_type="Executable"/>
|
|
<folder Name="Source Files">
|
|
<configuration Name="Common" filter="c;h;s;asm;inc;s90"/>
|
|
<file file_name="adc.c">
|
|
<configuration Name="Common" c_user_include_directories="."/>
|
|
</file>
|
|
<file file_name="ai.c"/>
|
|
<file file_name="av.c"/>
|
|
<file file_name="bacnet.c"/>
|
|
<file file_name="bi.c"/>
|
|
<file file_name="bname.c"/>
|
|
<file file_name="bo.c"/>
|
|
<file file_name="device.c"/>
|
|
<file file_name="dlmstp.c"/>
|
|
<file file_name="eeprom.c"/>
|
|
<file file_name="init.c"/>
|
|
<file file_name="input.c"/>
|
|
<file file_name="led.c"/>
|
|
<file file_name="main.c"/>
|
|
<file file_name="rs485.c"/>
|
|
<file file_name="seeprom.c"/>
|
|
<file file_name="serial.c"/>
|
|
<file file_name="stack.c"/>
|
|
<file file_name="test.c"/>
|
|
<file file_name="mstimer-init.c"/>
|
|
<file file_name="watchdog.c"/>
|
|
</folder>
|
|
<folder Name="System Files" file_name="">
|
|
<configuration Name="Common" filter="xml"/>
|
|
<file file_name="$(StudioDir)/src/crt0.asm"/>
|
|
</folder>
|
|
<folder Name="BACnet - default handlers">
|
|
<file file_name="../../src/basic/service/h_dcc.c"/>
|
|
<file file_name="../../src/basic/service/h_apdu.c"/>
|
|
<file file_name="../../src/basic/service/h_rd.c"/>
|
|
<file file_name="../../src/basic/service/h_rp.c"/>
|
|
<file file_name="../../src/basic/service/h_rpm.c"/>
|
|
<file file_name="../../src/basic/service/h_whohas.c"/>
|
|
<file file_name="../../src/basic/service/h_whois.c"/>
|
|
<file file_name="../../src/basic/service/h_wp.c"/>
|
|
<file file_name="../../src/basic/service/h_noserv.c"/>
|
|
<file file_name="../../src/basic/service/s_iam.c"/>
|
|
<file file_name="../../src/basic/service/s_ihave.c"/>
|
|
<file file_name="../../src/basic/npdu/h_npdu.c"/>
|
|
<file file_name="../../src/basic/tsm/tsm.c"/>
|
|
</folder>
|
|
<folder Name="BACnet - system abstraction">
|
|
<file file_name="../../src/basic/sys/mstimer.c"/>
|
|
<file file_name="../../src/basic/sys/ringbuf.c"/>
|
|
<file file_name="../../src/basic/sys/fifo.c"/>
|
|
<file file_name="../../src/bacnet/datalink/crc.c"/>
|
|
</folder>
|
|
<folder Name="BACnet - core">
|
|
<file file_name="../../src/bacnet/abort.c"/>
|
|
<file file_name="../../src/bacnet/bacaddr.c"/>
|
|
<file file_name="../../src/bacnet/bacapp.c"/>
|
|
<file file_name="../../src/bacnet/bacdcode.c"/>
|
|
<file file_name="../../src/bacnet/bacerror.c"/>
|
|
<file file_name="../../src/bacnet/bacint.c"/>
|
|
<file file_name="../../src/bacnet/bacreal.c"/>
|
|
<file file_name="../../src/bacnet/bacstr.c"/>
|
|
<file file_name="../../src/bacnet/dcc.c"/>
|
|
<file file_name="../../src/bacnet/iam.c"/>
|
|
<file file_name="../../src/bacnet/ihave.c"/>
|
|
<file file_name="../../src/bacnet/memcopy.c"/>
|
|
<file file_name="../../src/bacnet/npdu.c"/>
|
|
<file file_name="../../src/bacnet/rd.c"/>
|
|
<file file_name="../../src/bacnet/reject.c"/>
|
|
<file file_name="../../src/bacnet/rp.c"/>
|
|
<file file_name="../../src/bacnet/rpm.c"/>
|
|
<file file_name="../../src/bacnet/whohas.c"/>
|
|
<file file_name="../../src/bacnet/whois.c"/>
|
|
<file file_name="../../src/bacnet/wp.c"/>
|
|
</folder>
|
|
</project>
|
|
<configuration Name="AVR Debug" inherited_configurations="AVR;Debug"/>
|
|
<configuration Name="AVR" Platform="AVR" hidden="Yes"/>
|
|
<configuration Name="Debug" build_debug_information="Yes" hidden="Yes"/>
|
|
<configuration Name="AVR Release" inherited_configurations="AVR;Release"/>
|
|
<configuration Name="Release" build_debug_information="No" c_preprocessor_definitions="NDEBUG" hidden="Yes" optimize_block_locality="Yes" optimize_copy_propagation="Yes" optimize_cross_calling="Standard" optimize_cross_jumping="Yes" optimize_dead_code="Yes" optimize_jump_chaining="Yes" optimize_jump_threading="Yes" optimize_tail_merging="Yes"/>
|
|
</solution>
|