Commit Graph

499 Commits

Author SHA1 Message Date
skarg 2febfbbe56 Updated BDK device object to have minimum length. Updated other BDK objects to use sprintf since it was already in use in another object. 2009-08-30 21:05:15 +00:00
skarg bf092dbef6 Corrected comment. 2009-08-25 04:38:13 +00:00
skarg c304b8b330 Added a parameter to Device_Encode_Property_APDU so that it matched all the ther objects, which required all the demo and ports to modify their device and h_rp files. 2009-08-23 03:48:27 +00:00
skarg 967b86721f Updated some old demos for the new RP handling. 2009-08-23 03:36:11 +00:00
skarg a28760bf56 Added init functions to object header files. Finished refactoring the demo read and write property handlers to use function tables. 2009-08-23 03:26:30 +00:00
skarg 3dc3da5735 Changing handlers to register objects so that handlers can remain unchanged. In Progress! 2009-08-22 19:27:18 +00:00
skarg f3bc8a5baf Cleaned up compiler errors generated on Linux. 2009-08-21 20:22:19 +00:00
skarg 1c5a011d52 Changed filename to name expected in Makefile. 2009-08-21 19:28:55 +00:00
skarg f6fd5da66b Changed case sensitive filename. 2009-08-21 19:25:12 +00:00
skarg 4b422d6c1c Changed modulo and division operations on 256 to bit shift using include/bytes.h macro to improve code size on architectures that don't do division natively. 2009-08-20 14:38:25 +00:00
skarg e513ffa412 Added info about Watchdog Timer. 2009-08-19 20:45:09 +00:00
skarg 17b532c339 Created PICS for BACnet Development Kit sample code. 2009-08-15 02:39:02 +00:00
skarg 4b09a4ed3a Updated after some consistency checking. 2009-08-15 02:35:24 +00:00
skarg b35bc4967f Modified for optional fuse settings. 2009-08-15 01:56:02 +00:00
skarg 15bf1fd483 removed bootrst fuse setting. 2009-08-14 23:31:00 +00:00
skarg 62e58fce27 Updated fuses for BDK. 2009-08-12 17:43:12 +00:00
skarg b8efa8deb5 Updated BACnet Development Kit fuses to use Crystal Oscillator for Fuse Bits. 2009-08-12 15:46:58 +00:00
skarg 49d6b46ac6 Updated for latest files and removed some paths in project file. 2009-08-12 14:14:37 +00:00
skarg 976514ba8f Added PICS for ATmega168 port device. 2009-08-04 16:23:51 +00:00
skarg db61a1122f Ran indent script. 2009-07-29 18:06:33 +00:00
skarg 551f2767e0 Ran fixup script. 2009-07-29 18:05:07 +00:00
skarg 6adf97553f Updated code to handle Borland 5.5 Compile. 2009-07-29 17:53:32 +00:00
skarg adf0f282e7 Added delay and flush to correctly flush RS485 buffer. 2009-07-27 18:48:06 +00:00
skarg f30a21a032 Converted mstpcap to use timer rather than sleep for timing. 2009-07-27 17:50:09 +00:00
skarg ece1f05de9 Corrected EOL line style and line endings on files. 2009-07-24 16:19:48 +00:00
skarg 82a03d948b Corrected present_value priority array offset for binary output examples. 2009-07-20 22:15:08 +00:00
skarg 3e84cce6d1 Fixing makefile for ports. 2009-07-18 11:55:46 +00:00
skarg dcd6cbed52 Updated Removed the unused state of MSTP_RECEIVE_STATE_HEADER_CRC. Hopefully this doesn't break too many implementations! 2009-07-17 16:02:31 +00:00
skarg d9fea88227 Removed the unused state of MSTP_RECEIVE_STATE_HEADER_CRC. Hopefully this doesn't break too many implementations! 2009-07-17 15:41:37 +00:00
skarg a32af783cb Moved the MS/TP defines into mstpdef.h file. 2009-07-17 15:15:46 +00:00
skarg 0293a2e6a2 Updated bdk port for version 2, along with test. 2009-07-14 15:47:58 +00:00
skarg 958922a304 Corrected baud rate write. 2009-07-10 22:00:40 +00:00
skarg fe5e9dd42b Corrected install to write fuses. 2009-06-22 03:54:42 +00:00
skarg 4c9bd5f842 Modified for compilation under Linux. 2009-06-22 03:07:42 +00:00
skarg e70dd3c7ba Added more objects to BDK port, and connected AI to ADC7, and BI0..BI4 to PINB0..PINB4. Fixed up some other objects and object API (header files). 2009-06-18 03:58:54 +00:00
skarg 54d1ef12ea Corrected serial port initialization for second USART. Thanks, Jason! 2009-06-03 14:54:24 +00:00
skarg 2170374470 Modified the COM port scanner to scan from COM1 to COM99. 2009-05-27 20:15:51 +00:00
skarg c13ece98e9 Updated serial code in AVR bootloader host application to allow Windows COM ports from COM1 to COM99. 2009-05-27 19:36:59 +00:00
skarg 911d841496 Added AVROSP application for using the bootloader. 2009-05-27 19:10:13 +00:00
skarg f96e8b6118 Added AVR Studio project for bootloader. 2009-05-27 11:32:03 +00:00
skarg 1525de33fe Added multimedia timer to dlmstp.c for Win32 port to try and improve performance. Thank you Cameron Crothers! 2009-05-25 13:45:52 +00:00
skarg 7032168ff5 Ran the fixup, indent, and comment scripts to standardize the source code. 2009-05-24 01:49:21 +00:00
skarg 417bee2833 Removed process.h - conflicted with MinGW. 2009-05-22 01:48:55 +00:00
skarg 7916c7a6de Consolodated the datalink environment variable for building demos on Linux and Windows into a single module (dlenv). Adjusted most demo makefiles. 2009-05-22 01:45:38 +00:00
skarg 1b78d33ddc Added build option for Makefile (for optimized) 2009-05-13 04:49:59 +00:00
skarg 0c4edb33d9 Fixed up file indent, comments, and eol-type. 2009-05-13 03:46:02 +00:00
skarg 85c9efd2b5 Corrected compilation on Ubuntu Linux. 2009-05-13 00:25:08 +00:00
skarg 30c01de3a4 Refactored the GCC C-Stack functions into their own file. 2009-05-12 20:41:42 +00:00
skarg 9235ebeee2 Improved BACnet Development Kit object handling and storing to SEEPROM and EEPROM. Added device property to check C-Stack size and amount unused. 2009-05-12 20:25:31 +00:00
skarg fa3607d948 Corrected ReadPropertyMultiple for some objects. Added catch for case where malformed RPM-Ack is received. 2009-05-12 20:23:01 +00:00