Commit Graph

588 Commits

Author SHA1 Message Date
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
skarg b769dcbe1d Indented. 2010-08-18 00:11:35 +00:00
skarg bc0de6b71f Cleaning up code by adding prototypes or include files where required. 2010-08-17 13:51:56 +00:00
skarg ea2906b317 Added internal pullup to RXDx pins. 2010-08-06 02:28:07 +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 6fd0d9e13a Changed Max_info_frames to be constant. 2010-07-16 16:09:45 +00:00
skarg 16cb7521df Changed return value to use common constant. 2010-07-16 14:34:52 +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 a3b5bb0e2c updated EEPUT/EEGET for avr-gcc compiler version. 2010-07-06 20:04:20 +00:00
skarg 5860470917 Added LED interval. 2010-06-28 01:02:22 +00:00
skarg 99ec130371 Reverted the 135-2008v MS/TP changes, since they were not done correctly. 2010-06-28 00:45:27 +00:00
skarg 6f9ba36967 Added extra sub-state for MS/TP from Addendum 135-2008v. 2010-06-26 03:55:20 +00:00
skarg 0a02accdb1 Removed deprecated property. 2010-06-26 03:54:22 +00:00
skarg 8a96963e8b Removed deprecated property. 2010-06-26 03:53:17 +00:00
skarg 70381c8b84 Updated BACnet protocol revision constants. 2010-06-14 15:56:29 +00:00
bitstest 06f872c92d Added Microsoft Visual Studio 2010 solution and projects for BACnet Server and BACnet Who-Is demos. 2010-06-14 00:17:13 +00:00
skarg 8bb844de36 Updated demo objects in ports to use new named constants for error return values. 2010-06-12 23:24:01 +00:00
skarg b780c7bea6 Added NDEBUG as control for watchdog timer enable. Yes, I know NDEBUG is a debated topic, but I think it fits the use case. 2010-06-03 19:28:29 +00:00
skarg a2a37d9385 Updated compatibility file. 2010-06-02 13:48:04 +00:00
skarg 44da26484d Fixed EEPROM macro. Added Max_Master get/save from EEPROM. 2010-06-01 19:58:52 +00:00
skarg ed40541c36 Corrected EOL (and EOL fixup script) 2010-06-01 19:43:15 +00:00
skarg 1bafe2ed98 Added all standard baud rates for Windows serial ports. Updated mstpcap readme file. 2010-05-20 23:31:50 +00:00
skarg bbfa4836d5 Removed map file (since it is the result of build). 2010-05-15 22:17:35 +00:00
skarg 0263f9dce8 Corrected const char for WhoHas/I-Have (bug ID: 3002190). Thank you, Jim Bell! 2010-05-15 22:16:59 +00:00
petermcs 04e99f3671 Changes to reduce the number of warnings with Visual C++2008 warning level 4 to a minimum. 2010-05-14 14:21:48 +00:00
skarg 286c372d2c Updated ToDo list.
Added more info to MS/TP capture utility readme file.
Changed silence timer in BDK to compile smaller.
2010-05-14 12:14:09 +00:00
skarg 710cfccfef Indented using indent script. 2010-05-04 21:06:26 +00:00
skarg 69e1121d66 Corrected return value of WriteProperty in device object. 2010-04-28 17:35:23 +00:00
skarg 202bc06768 Changed makefile install to handle slow clock on AVR. 2010-04-22 02:09:17 +00:00
skarg ad8cab409d Corrected compiler error. 2010-04-22 01:22:00 +00:00
skarg 8cb5a8a230 removed process.h since it gave errors when compiling under gcc (GCC) 3.4.5 (mingw-vista special r3) for BACDL_MSTP. 2010-03-31 21:48:13 +00:00
skarg b56cf7bba5 Corrected seeprom write function that wrote wrong number of bytes when near page end. 2010-03-25 15:33:56 +00:00
tbrennan3 f92316649b Started a Doxygen module for DataLink layer, for the default DataLink templates and for BACnet/IP. 2010-03-24 03:41:39 +00:00
skarg baec022ecd Updated Visual Studio project for latest demo application. 2010-03-10 16:33:57 +00:00
skarg c4df15b39c Corrected error message. 2010-03-07 10:22:05 +00:00
skarg 997a75ecfe Added unit test to timer module. 2010-03-06 00:22:26 +00:00
skarg d5c542fd22 Converted timer to a more useful and easily used timer library. 2010-03-05 05:01:26 +00:00
petermcs 9b50b1388f Added in trendlog.c and ms-input.c 2010-03-03 21:31:50 +00:00
skarg f5bc326061 Merged duplicate and different BACnet Renitialized Device State enumerations. 2010-02-18 17:25:58 +00:00
skarg edd190159d Corrected WP to Polarity which was always setting to Normal. 2010-02-18 15:33:24 +00:00
skarg d7d22234d4 Changed to using common demo handler. 2010-02-18 03:08:23 +00:00
skarg 1f9c13d37b Got rid of the handler-set functions for RP,RPM,WP,RD. Just referencing the device object functions directly. 2010-02-18 03:06:03 +00:00
skarg 2b2077a329 Did a little refactoring for object properties. 2010-02-16 22:48:09 +00:00
skarg 24b9e013be Fixed wildcard instance for RP. 2010-02-16 12:35:55 +00:00