skarg
|
2455774afd
|
changed characterstring and octetstring default capacity in microcontroller ports to be 64 bytes to prevent C-Stack overflow.
|
2012-05-27 02:14:21 +00:00 |
|
skarg
|
e65ec668e5
|
Corrected BDK port compile errors due to missing defines.
|
2012-04-21 11:47:13 +00:00 |
|
skarg
|
600626c21a
|
Fix comment in Makefile.
|
2012-04-18 16:36:49 +00:00 |
|
skarg
|
fcf2c4a8ba
|
Corrected BACnet Name in BDK port to use EEPROM instead of SEEPROM (it was overwritten by BO data).
|
2011-12-07 03:40:20 +00:00 |
|
skarg
|
59059c4a97
|
Updated the makefile for ICE.
|
2011-11-17 03:04:19 +00:00 |
|
skarg
|
879d49f401
|
Fixed Binary Input example of BDK port.
|
2011-04-27 00:36:49 +00:00 |
|
skarg
|
deab12a5e1
|
Changed WhoHas and I-Have to use CharacterString instead of forcing ANSI X34 and C Strings. Affected all demos and ports object name, so I changed the object name function name to make sure it was noticed.
|
2011-03-24 16:53:02 +00:00 |
|
skarg
|
3b49fb0271
|
Change global interrupt disable to timer specific interrupt disable for data protection. Added interrupt disabled around ADC API.
|
2010-10-22 00:11:25 +00:00 |
|
skarg
|
d5822ac53a
|
Add clear of MCU status registers at initialization.
|
2010-09-24 19:38:32 +00:00 |
|
skarg
|
6cb6200f39
|
Reverted seeprom timeout for now. Lowered APDU size in Makefile. Changed stack based text to static buffer.
|
2010-09-23 00:34:26 +00:00 |
|
skarg
|
430f068305
|
Updated makefile for v2 hardware.
|
2010-09-22 18:32:53 +00:00 |
|
skarg
|
b1c9870989
|
Refactoring some BDK code. Updating Skip Data state for AT91 port.
|
2010-09-22 01:13:42 +00:00 |
|
skarg
|
6e739e06d5
|
Added new MS/TP skip data state.
Added ring buffer for incoming PDU to fix WhoIs followed by ReadProperty situation.
|
2010-09-16 16:08:10 +00:00 |
|
skarg
|
812c1c4bfb
|
Added board v2 fuses.
|
2010-09-12 03:32:36 +00:00 |
|
skarg
|
332d776c32
|
Added watchdog module to makefile (after adding it to the project for IAR compile).
|
2010-09-07 18:00:15 +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
|
bc0de6b71f
|
Cleaning up code by adding prototypes or include files where required.
|
2010-08-17 13:51:56 +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
|
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 |
|
skarg
|
5860470917
|
Added LED interval.
|
2010-06-28 01:02:22 +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
|
ed40541c36
|
Corrected EOL (and EOL fixup script)
|
2010-06-01 19:43:15 +00:00 |
|
skarg
|
202bc06768
|
Changed makefile install to handle slow clock on AVR.
|
2010-04-22 02:09:17 +00:00 |
|
skarg
|
d5c542fd22
|
Converted timer to a more useful and easily used timer library.
|
2010-03-05 05:01:26 +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
|
6b1cc84249
|
Added WhoHas/I-Have services.
Simplified the BO writes from main.
|
2010-02-12 21:46:11 +00:00 |
|
skarg
|
70b5d45ce2
|
Updated ports/bdk-atxx4-mstp to use demo handlers for RP,RPM,WP.
|
2010-02-11 04:31:43 +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
|
b35bc4967f
|
Modified for optional fuse settings.
|
2009-08-15 01:56:02 +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
|
0293a2e6a2
|
Updated bdk port for version 2, along with test.
|
2009-07-14 15:47:58 +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
|
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
|
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
|
469627a6cf
|
Updated port for BACnet Development Kit.
|
2009-05-11 22:32:06 +00:00 |
|
skarg
|
eb06ee919a
|
Added demo port for BACnetDevelopmentKit.com board.
|
2009-05-04 22:14:45 +00:00 |
|