tbrennan3
e5f5dce995
Added some javadoc-type function comments.
...
Reduced the default hop count from way-big 255 to 15.
2010-09-28 21:05:38 +00:00
tbrennan3
44b7e02721
Tweaked the debug building and printing a little - I hope this works OK for everyone. Let me know if not.
...
Tamped down a few warnings.
For the demo/server Makefile, made an either/or choice between executable size optimization (normal) or gdb debug info and no optimization.
2010-09-27 20:27:29 +00:00
skarg
d5822ac53a
Add clear of MCU status registers at initialization.
2010-09-24 19:38:32 +00:00
skarg
6826688777
Fixed merge problem.
2010-09-24 19:37:43 +00:00
skarg
6dd635cdee
Added clearing of MCUSR per GCC-AVR FAQ.
2010-09-23 22:35:45 +00:00
skarg
0e59eeee32
Converted project to not use external makefile for debugging.
2010-09-23 14:27:21 +00:00
skarg
0a9728ae54
Increased CStack size, and reduced APDU size since CStack was getting exceeded.
2010-09-23 14:26:11 +00:00
skarg
d84243914b
Added ifndef to allow overriding of default defines.
2010-09-23 14:25:23 +00:00
skarg
8098100483
removed timeout code
2010-09-23 00:52:41 +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
80c27fd0b5
Added timeout to SEEPROM wait for transmit.
2010-09-22 18:33:18 +00:00
skarg
430f068305
Updated makefile for v2 hardware.
2010-09-22 18:32:53 +00:00
skarg
ea3e9db07d
Fixed compiler warnings.
2010-09-22 18:31:57 +00:00
skarg
4f464820eb
Added baud rate set/view to serial terminal.
2010-09-22 18:31:24 +00:00
tbrennan3
5e5f38cb06
My gcc complained about a conflict with the function of the same name as the array, Binary_Output_Out_Of_Service. This fix lets it build.
2010-09-22 02:16:22 +00:00
skarg
b1c9870989
Refactoring some BDK code. Updating Skip Data state for AT91 port.
2010-09-22 01:13:42 +00:00
skarg
64c28c32ad
corrected MS/TP new Skip Data states
2010-09-22 01:12:14 +00:00
skarg
2fc159cea2
Changed ADC reading to be 10-bit.
2010-09-21 19:50:43 +00:00
skarg
be7efebaa1
Enhanced the ADC to be able to read all channels, and fixed bug in configuration of ADC.
2010-09-21 19:50:16 +00:00
skarg
9569f2c536
Fixed EOL and performed standard indentation.
2010-09-16 22:00:47 +00:00
skarg
092834b2d9
changed led initialization behavior to turn on for 500ms for board validation.
2010-09-16 21:57:10 +00:00
skarg
d7ad075c7a
UpdAdded new MS/TP skip data state.
...
Added ring buffer for incoming PDU to fix WhoIs followed by ReadProperty situation.
2010-09-16 17:57:51 +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
c8f4aac1b7
Cleaning up some code to make it more robust.
2010-09-16 14:49:33 +00:00
skarg
7e7b83a6be
Added export for MS/TP Sole Master.
2010-09-13 18:44:42 +00:00
skarg
5524cab7cd
Corrected MS/TP capture statistics after converversion of FSM.
2010-09-13 14:08:28 +00:00
skarg
bb0c98a9c1
added MS/TP state skip data to MS/TP capture tool, and removed Lurking.
2010-09-12 16:08:31 +00:00
skarg
812c1c4bfb
Added board v2 fuses.
2010-09-12 03:32:36 +00:00
skarg
9e13bd0ebb
converted COV to use new error, reject, abort method.
2010-09-11 19:24:20 +00:00
skarg
914a063681
removed kludge by adding initializer
2010-09-11 19:23:08 +00:00
skarg
7832ba11db
Changed Object List in various ports to return Segementation Not Supported abort when it is too large to return in a single APDU.
2010-09-11 13:38:16 +00:00
skarg
a74e282f93
Updated some documentation about Environment Variables.
2010-09-10 18:27:58 +00:00
skarg
7928d7cb6c
Fixed compiler error (after adding a change for IAR compile).
2010-09-07 18:18:30 +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
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