Commit Graph

893 Commits

Author SHA1 Message Date
skarg 9881a1bb90 Fixed makefile for Borland compiler due to directory changes. 2007-10-13 12:31:16 +00:00
skarg b2bba84392 Fixed makefiles for ARM7 and ATmega ports. Fixed makefiles for Borland compiler. 2007-10-13 12:27:55 +00:00
skarg 3d6158443c Changed API: encode_tagged is now encode_application since we are encoding an application tag. 2007-10-13 12:26:16 +00:00
skarg fe2c7cd00a Updated makefile for I-Am file split. 2007-10-12 01:39:31 +00:00
skarg fa0d935bc6 Added cast to eliminate compiler warning. 2007-10-12 01:33:54 +00:00
skarg 1e0e347423 added header file to eliminate compiler warning. 2007-10-12 01:23:54 +00:00
skarg c1425987e6 Updated makefile for I-Am file split. 2007-10-12 01:09:05 +00:00
skarg 4b1418a8f6 Updated makefile for I-Am file split. 2007-10-12 01:08:08 +00:00
skarg 2e8ab34148 Split I-Am to client and server. 2007-10-12 01:05:28 +00:00
skarg afd38e9e3d made a copy 2007-10-12 00:52:47 +00:00
skarg 4bf9c4edfa made a copy 2007-10-12 00:52:01 +00:00
skarg 46364cdb53 made a copy 2007-10-12 00:50:45 +00:00
skarg 14a785c98e Moved I-Am to src subdirectory. 2007-10-12 00:48:54 +00:00
skarg ccbec7715e Moved unit test make files to test directory. 2007-10-11 18:25:16 +00:00
skarg 02a0554ed8 Corrected warnings and errors for Linux compile. 2007-10-11 18:17:38 +00:00
skarg 4e3769b6b4 Updated demo make files for new directory layout. 2007-10-10 22:42:02 +00:00
skarg 3e0d557300 Updated the include/bacnet.h file to be the only file needed by the main.c file - untested. 2007-10-10 12:34:45 +00:00
skarg 82311b321c Moved the demo object header files to the include directory. 2007-10-10 12:26:09 +00:00
skarg f748022f27 Moved the demo object header files to the include directory. 2007-10-10 12:24:49 +00:00
skarg 648e4b3f9a Added lib to makefile. 2007-10-10 12:02:52 +00:00
skarg 53c332d5a4 Corrected TSM exclusion. 2007-10-10 11:57:55 +00:00
skarg 7b66d7d12c Updated library make files for new directory layout. 2007-10-10 11:51:00 +00:00
skarg 64c731d2bc Moved remotely 2007-10-10 11:49:20 +00:00
skarg 18d7c4c42b Moved remotely 2007-10-10 11:49:03 +00:00
skarg ff102a71ed Moved remotely 2007-10-10 11:48:44 +00:00
skarg b8fece2886 Modified some of the unit tests for the new directory layout. 2007-10-10 03:53:39 +00:00
skarg a2506536ed Moved header files into the include directory. Moved source files into the src directory. Still need to updated the makefiles and projects. 2007-10-10 03:34:37 +00:00
skarg c25265201d Moved remotely 2007-10-10 03:01:48 +00:00
skarg c36ef1d1a1 Moved remotely 2007-10-10 03:00:53 +00:00
skarg 884350b10c Added FAQ for interface environment variable. 2007-10-09 16:16:33 +00:00
skarg 8ceee148a5 Added fixme comment due to report of bug. Thank you John Taylor! 2007-10-03 16:19:51 +00:00
skarg 71eac31ee2 Changed parameter name that conflicted with Keil datatype. 2007-10-01 02:01:34 +00:00
skarg 39f59f6c2d Added svn update to release script to update changelog data. 2007-09-29 14:49:23 +00:00
skarg a6d1183bf6 Changed the demo applications to use BACNET_IFACE environment variable when configuring the datalink. Thank you to Tomas Zerolo for the patch! 2007-09-29 14:32:15 +00:00
skarg 522d9f4f7d Corrected poll station for sole master PFM transition. 2007-09-29 14:24:28 +00:00
skarg ba20c1cc03 Corrected problem in MS/TP state machine where device was sending PFM frames to itself (destination address same as source address) when solemaster is true (Thank you to John Stachler!). 2007-09-28 23:38:54 +00:00
skarg 3fa42d3df6 2007-09-28 23:16:36 +00:00
skarg 60ed49f60e changed the RTS guard time. 2007-09-28 00:04:46 +00:00
skarg 6bc594fadd Updated web page for little projects. 2007-09-27 17:21:57 +00:00
skarg b534a6bf7f Modified the demo/server application to use environment variables for the interface parameters (Thank you tomás!). 2007-09-27 17:18:59 +00:00
skarg da79c3826b Updated AVR port to work on actual hardware. 2007-09-25 22:08:14 +00:00
skarg 7b88a99e0f Changed max to be a define so that compilers don't have to use larger integers than necessary to represent enums. 2007-09-19 15:30:06 +00:00
skarg b00aa000f5 Any size MAC address should be allowed which is less than or equal to 7 bytes. The IPv6 16 byte addresses are planned to be handled outside this area in BACnet. 2007-09-19 15:29:01 +00:00
skarg e4d875c95f Modified the code blocks project. 2007-09-08 00:13:45 +00:00
skarg cf7a013640 Compiling with CRC tables. 2007-09-07 18:02:31 +00:00
skarg fe950f2579 Compiling with CRC tables. 2007-09-07 18:01:52 +00:00
skarg 0c527b8162 Cleaned up Borland compile. 2007-09-07 18:00:42 +00:00
skarg 9b7db6360f Added CRC_USE_TABLE option for CRC in MS/TP. 2007-09-07 06:46:01 +00:00
skarg 62a7475817 Trimmed unnecessary code from MS/TP receive FSM. Updated rs485 for AVR and ARM. 2007-09-07 05:42:53 +00:00
skarg 8fb328ce23 Modified the AT91SAM7S port and the ATmega168 port to use a slimmed down MS/TP state machine and datalink layer. Tested on AT91SAM7S-EK board. 2007-09-07 01:34:19 +00:00