Commit Graph

1704 Commits

Author SHA1 Message Date
skarg 0b047cd7bd Updated project for Release build. 2010-09-07 16:45:54 +00:00
skarg 21426e12f7 Added example project and workspace for IAR for AVR compiler, and fixed compiler errors and warnings after doing such a deed. 2010-09-07 16:18:55 +00:00
skarg e2314f0f5e Fixed compiler warning (compiled with IAR) 2010-09-07 16:17:25 +00:00
skarg 4105d22b4b Fixing compiler warnings (compiled with IAR and configured for no printing) 2010-09-07 16:16:15 +00:00
cneilson 3f3af6a072 Moved variable definitions to top of functions (variables can, only be defined partway thru in C++ not C) 2010-09-03 16:48:24 +00:00
skarg 50a8a3f2fb Changed some plumbing for printing values to handle the case of a Present-Value enumerated property from a proprietary object type. 2010-09-02 13:16:27 +00:00
skarg f9153ffb8a Corrected test application writes to Binary Output object. Corrected BACnet task to use Binary Output to control LEDs. 2010-09-02 01:44:22 +00:00
tbrennan3 a29bf3fecc Cleanup ugliness and fix build in bactext.c 2010-08-30 13:10:13 +00:00
tbrennan3 c9fd7c9c19 Corrected the set of Properties, and their associated text, per the final Addendum j. 2010-08-29 01:53:05 +00:00
brayra 81bc038abd Change Network Layer message to print to stderr 2010-08-27 22:00:46 +00:00
skarg e49263915f Added pre-compiler logic for configuring the Timer pre-scaler for any given CPU frequency. 2010-08-26 17:43:25 +00:00
skarg 0dcc38b020 Corrected errant APDU timeout in epics demo. 2010-08-26 14:23:00 +00:00
tbrennan3 968687b4f4 For epics creation, if not showing the actual values, replace Present_Value and Priority_Array values with a single question mark, just as VTS3 wants it. (Ie, print "?" and not "{?, ?}" ).
Various small fixes to remove warnings and make assertion statements more meaningful when they are tripped.
2010-08-24 20:04:43 +00:00
skarg fd22542ad1 Added comments. 2010-08-23 14:03:06 +00:00
skarg 298038c0d8 Corrected compile error. 2010-08-20 21:56:18 +00:00
skarg bb7237e38d Updated prototypes and include as required and found by compile with extra checking. 2010-08-20 19:27:28 +00:00
tbrennan3 2f7a8224aa comment.sh did some strange compactions when there was a sequence of two comment blocks.
Restoring to tidiness here, for Doxygen's sake.
2010-08-20 16:33:54 +00:00
skarg f462e5d023 Updated prototypes and include as required and found by compile with extra checking. 2010-08-18 17:57:40 +00:00
skarg 020afda890 Corrected unit test. 2010-08-18 00:19:29 +00:00
skarg b769dcbe1d Indented. 2010-08-18 00:11:35 +00:00
skarg 1165f94cf5 Converted comments to C comments. 2010-08-18 00:10:12 +00:00
skarg a23d75689d Correcting prototypes and includes. 2010-08-18 00:01:32 +00:00
skarg 3c9c3c2d56 Updated prototypes and include as required and found by compile with extra checking. Thanks to Nigel Jones for his "setting a bad example" article. 2010-08-17 19:43:59 +00:00
skarg b6f95a6b81 Updated prototypes and include as required and found by compile with extra checking. 2010-08-17 18:02:18 +00:00
skarg 2f5c95b7a3 Added additional WhoIs for network device discovery. Thanks, David Campfield! 2010-08-17 14:03:52 +00:00
skarg 748c77dc93 Adding prototypes and include files where required. 2010-08-17 13:58:30 +00:00
skarg bc0de6b71f Cleaning up code by adding prototypes or include files where required. 2010-08-17 13:51:56 +00:00
skarg 8a67273f9b Updated BDK port size numbers. 2010-08-10 21:12:11 +00:00
skarg 50a6c60dff Added helper function. 2010-08-06 22:40:12 +00:00
skarg 83a3f08dad Fixed compiler warnings. 2010-08-06 22:21:29 +00:00
skarg e268569c5c Moved some constants from MS/TP source file to common header. 2010-08-06 22:01:48 +00:00
skarg ea2906b317 Added internal pullup to RXDx pins. 2010-08-06 02:28:07 +00:00
skarg a194a7b585 Updated version for next release. 2010-07-27 11:12:44 +00:00
skarg 2814084093 Splinted the core source files. 2010-07-20 02:37:13 +00:00
skarg 6c9ef7211d Fixed indent script, and indented files. 2010-07-19 23:19:54 +00:00
skarg c0d63a1ed0 Added a MSTP monitor build for BACnet Development Kit. Use 'make BUILD=monitor' with Makefile. Uses second serial port at 115200, and can be monitored using mstpcap utility. 2010-07-18 20:22:24 +00:00
skarg a298d07b9a Refactored test and bacnet into respective files. 2010-07-18 19:08:44 +00:00
skarg 374a747ec8 Corrected RPM by removing Description. 2010-07-18 19:08:00 +00:00
skarg 6450255be6 Corrected reading of ALL to not read with array index 0. 2010-07-16 16:10:28 +00:00
skarg 6fd0d9e13a Changed Max_info_frames to be constant. 2010-07-16 16:09:45 +00:00
skarg e5481b4bb5 Fixed error code when array option is passed to special properties ALL, OPTIONAL, REQUIRED. 2010-07-16 14:48:52 +00:00
skarg 16cb7521df Changed return value to use common constant. 2010-07-16 14:34:52 +00:00
skarg 7852309f7e Added error code when array option is passed to special properties ALL, OPTIONAL, REQUIRED. 2010-07-16 14:34:15 +00:00
skarg 0b5efa5be5 Changed -L=lib to -Llib in all GNU Make makefiles since it was wrong and causing problems on cross compilers. Thank you, Magno! 2010-07-14 12:55:37 +00:00
skarg 9cb1a1d51d Added bin file to output file creation for using FTISP. 2010-07-09 16:15:11 +00:00
petermcs 5528ea28d2 Removed recursion in timer_elapsed_minutes_short 2010-07-08 20:43:03 +00:00
skarg f465fdb6f3 Updated version number. 2010-07-06 20:10:23 +00:00
skarg a3b5bb0e2c updated EEPUT/EEGET for avr-gcc compiler version. 2010-07-06 20:04:20 +00:00
skarg 9bc2bf5975 Added dotted version to changelog name. 2010-07-06 15:45:43 +00:00
skarg 0a468dbb5a Added recurring foreign device registration for server demo. 2010-07-02 12:20:51 +00:00