Commit Graph

1096 Commits

Author SHA1 Message Date
skarg 7f6df4a69b Updated the version number. 2008-03-30 17:13:58 +00:00
skarg be7cfceb41 Updated readme file for Atmel AVR ATmega168 port. 2008-03-28 14:18:07 +00:00
skarg 69e7992cd1 Added CStack check to project by putting it into the device object as property 512. The compile shows 648 bytes of RAM used, and the device has 1024 bytes of RAM, leaving 376 for the CStack. Property 512 index 0 returns 376. So, my understanding is that the RAM that is not allocated to the variables is used for the CStack, something to keep in mind when developing. After some exercising, the stack shows 159 CStack bytes free, meaning that 216 bytes of CStack are used. Note that 0xC5 (197) was used to paint the CStack. 2008-03-28 02:47:33 +00:00
skarg 19910c90ce Corrected BBMD precompiler flag. Thanks, Paul! 2008-03-28 02:35:19 +00:00
skarg 919f4b67bd Fixed IAR embedded workbench atmega168 project by allocating more CSTACK space. Simplified the iar/gcc compatibility. 2008-03-25 22:14:38 +00:00
skarg a174b9bf59 Added more functionality to the ATmega168 demo. 2008-03-20 21:32:39 +00:00
skarg 944cb46e51 Enhanced the ATmega168 demo project to include WriteProperty service to the Analog Value and Device objects. 2008-03-19 23:17:19 +00:00
skarg fe0563f751 Updated slightly. 2008-03-19 21:47:16 +00:00
skarg 608db1e390 removed tsm unit test - which was doing nothing... 2008-03-19 21:33:14 +00:00
skarg 80023d79db Corrected indentation using the indent tool. 2008-03-19 21:26:54 +00:00
skarg fb453ae1aa Corrected bug in ATmega168 demo in the RS-485 driver. Also updated the IAR project for Embedded workbench 5.10. Stats:
IAR Atmel AVR C/C++ Compiler V5.10A/W32 
10191 bytes of CODE memory (+36 range fill) 
  775 bytes of DATA memory (+24 absolute) 

avr-gcc (GCC) 4.2.2 (WinAVR 20071221rc1)
Program:   12052 bytes (73.6% Full)
Data:        481 bytes (47.0% Full)
2008-03-19 20:21:44 +00:00
skarg 6380985dc2 updated splint shell script for directory structure change. 2008-03-17 15:01:41 +00:00
skarg c8677814a6 Corrected bug in ATmega168 port demo project, which required some code reduction to fit using GCC compiler. 2008-03-14 22:15:49 +00:00
skarg 01438b7aa6 Corrected message in makefile. 2008-03-13 15:25:30 +00:00
skarg c8eb5cb012 Updated documentation. Moved built files to bin directory, and removed the utils directory. 2008-03-11 15:43:20 +00:00
skarg d373f3cc07 Updated website file. 2008-03-11 14:47:00 +00:00
skarg d8d39d6d30 updated version information 2008-03-11 14:46:27 +00:00
skarg 11be993b1f Added BACFILE to server demo. 2008-03-10 22:10:10 +00:00
skarg 5085e5bb69 Added info about the address cache file, and removed it from the utils directory. 2008-03-10 21:45:49 +00:00
skarg cf9d15631a Indented using indent script. Corrected any C++ comments using the comment script. 2008-03-10 21:00:48 +00:00
skarg 25b4979a28 Shorted the device name to give me a few more bytes. 2008-03-10 20:45:41 +00:00
skarg e2f7234e7d Modified the linux makefiles to work with MinGW by passing in BACNET_PORT=win32 from the make command. Corrected the AdapterInfo patch, and tested it. 2008-03-10 20:44:18 +00:00
skarg f86a5847ac Corrected unit test. 2008-03-09 14:14:13 +00:00
skarg eb7196668c Corrected the MS/TP TEST REQUEST state such that it now returns the data from the request per BACnet 9.3.5 which says "The data, if present, shall be that which was present in the initiating Test_Request." Thank you to Martin Labbe! 2008-03-09 13:52:48 +00:00
skarg 17d307dd57 Removed extraneous semicolon. Thank you to Martin Labbe! 2008-03-09 13:38:42 +00:00
skarg 453272f255 Corrected makefile. 2008-03-09 13:34:13 +00:00
skarg 1cabf2ce2f Added support for actual subnet mask in Windows port. Thanks to Thomas Neumann! 2008-03-08 15:11:32 +00:00
skarg cff20d7669 Cleaned up compiler warnings for Borland 5.5 compile. 2008-03-08 15:09:14 +00:00
skarg a3e2d61f56 Modified linux makefiles for compiling with MinGW. Not successful yet (except under codeblocks). 2008-03-08 15:08:27 +00:00
skarg b2437a82ce Test cache. 2008-03-03 20:33:26 +00:00
skarg cc9377ae13 Corrected. 2008-03-03 20:27:06 +00:00
skarg f9329b793d Created project and unit test for object list. 2008-03-03 15:10:40 +00:00
skarg 17b556df69 Created module for holding object properties in a list. 2008-03-03 15:09:47 +00:00
skarg 29f022fce1 Modified the EPICS demo application to get the object list by element instead of as a whole array. 2008-03-03 15:08:18 +00:00
skarg 1d7b1b4b03 Modified define in makefile. 2008-03-03 14:50:21 +00:00
skarg b8ee7d6b9c Added ability to use static address binding in file address_cache. Useful for client applications binding to MS/TP slave devices. 2008-03-01 06:42:46 +00:00
skarg 9daa40131d Corrected the MS/TP monitor on Linux. 2008-02-28 02:08:40 +00:00
skarg bf353b0c56 Added MS/TP define for optional compile. 2008-02-20 22:47:48 +00:00
skarg 9bbac30cf4 Added defines to ease usage with demo applications. 2008-02-20 22:47:16 +00:00
skarg 584fe58b56 corrected compiler warnings when compiled for MS/TP on Linux. 2008-02-20 22:39:55 +00:00
skarg 741b208ef6 Corrected compiler warnings. 2008-02-20 22:38:48 +00:00
skarg 928c9fbbe1 Corrected compiler warnings. 2008-02-20 22:36:59 +00:00
skarg e208feedae Corrected a couple of comparisons, and made the socket init more complete. 2008-02-20 22:35:20 +00:00
skarg d330f2c7c8 Added MS/TP initialization functions to demo applications, along with BVLC initialization. 2008-02-14 19:16:24 +00:00
skarg 004ffdc11d Enhanced the MS/TP packet sniffer to allow configurable baud rate. 2008-01-27 19:57:04 +00:00
skarg b72da0bc4a Added BBMD environment setting for demo applications epics, server. 2008-01-27 19:56:05 +00:00
skarg d3ae827bf2 Corrected BVLC and BBMD code. 2008-01-23 05:38:29 +00:00
skarg c163a7cc93 Corrected forwarded NPDU bug. 2008-01-22 02:01:53 +00:00
skarg fd26838a54 added WhoIs demo to CodeBlocks demo workspace. 2008-01-22 01:46:42 +00:00
skarg a63ff67e18 Enhance the bbmd registration for demos. 2008-01-22 01:43:18 +00:00