skarg
|
3fca74bcfb
|
When MAC address length is zero, assume it is a broadcast. Updated the MS/TP to understand this.
|
2014-11-02 05:27:14 +00:00 |
|
skarg
|
133b166d0c
|
added alternate info on pin remap for STM32 MS/TP port
|
2014-09-01 00:08:42 +00:00 |
|
skarg
|
56b65e9694
|
indented using indent.sh script.
|
2013-10-29 01:55:49 +00:00 |
|
skarg
|
81d69f910d
|
Updated some ARM and AVR ports projects which needed changes to API for some BACnet objects. Compiled with IAR ARM and AVR compiler.
|
2013-05-22 17:44:57 +00:00 |
|
skarg
|
afa20e55b3
|
Added diagrams for STM32 project.
|
2013-05-22 14:31:37 +00:00 |
|
skarg
|
2089221a1d
|
When MS/TP MAC length is zero, use broadcast address.
|
2013-04-16 03:54:13 +00:00 |
|
skarg
|
0c963ecc30
|
Fixed MS/TP where double messages were send on Data-expecting-reply frames. Thank you, Simone Tolotti.
|
2013-04-13 16:18:07 +00:00 |
|
skarg
|
ba3242aafd
|
indented using indent.sh script to get uniform looking code for release
|
2013-03-13 22:17:13 +00:00 |
|
skarg
|
79c37f7d09
|
Added a note to MS/TP FindNewSuccessor transition after BTL CR: if NS=TS-1, this node could send PFM to self!
|
2013-02-21 23:10:23 +00:00 |
|
skarg
|
19332796d1
|
Updated STM32 project to use IAR compiler built-in CMSIS.
|
2013-01-08 21:28:11 +00:00 |
|
skarg
|
cf882642a8
|
Changed Ringbuf API: Ringbuf_Pop_Front is now Ringbuf_Pop, and now it copies the buffer into parameter and returns boolean. Original method was not safe since it returned a pointer to the element but freed the buffer element. Changed Ringbuf_Get_Front to Ringbuf_Peek with no change in functionality, to make names more consistent.
Updated all the MS/TP datalink layer implementations that use Ringbuf library.
|
2013-01-08 20:48:34 +00:00 |
|
skarg
|
934fcbf012
|
A function in example device.c, Device_Object_List_Identifier, uses an array index, which starts at 1, not 0. Fixes WhoHas for last name in object list. Thank you, Peter van der Stok!
|
2012-12-07 16:28:01 +00:00 |
|
skarg
|
f8450f40bb
|
In WAIT_FOR_REPLY state of MS/TP, changed next state of frame type TEST_RESPONSE to be DONE_WITH_TOKEN to match standard. Thank you, Eric Xu!
|
2012-10-17 22:33:01 +00:00 |
|
skarg
|
b6b852ef08
|
Removed wildcard match for Device Instance since it is only done for ReadProperty and ReadPropertyMultiple services, and the match is done by substitution in those service handlers.
|
2012-07-09 21:52:19 +00:00 |
|
skarg
|
7578b4ef06
|
Added check in each example object WriteProperty handler to pass test:
9.22.2.1 Writing Non-Array Properties with an Array Index
Thank you Kamalathas!
|
2012-07-09 19:49:27 +00:00 |
|
skarg
|
48e2c60ce2
|
indented to standard from script
|
2012-05-13 15:07:12 +00:00 |
|
skarg
|
d1f4e78cba
|
fixed svn EOL and MIME settings.
|
2012-04-06 23:24:43 +00:00 |
|
skarg
|
6b544c0ec4
|
Changed service error ERROR_CODE_UNSUPPORTED_OBJECT_TYPE to ERROR_CODE_UNKNOWN_OBJECT to since ERROR_CODE_UNSUPPORTED_OBJECT_TYPE seems to only be acceptable to return from CreateObject service.
|
2012-03-16 20:09:20 +00:00 |
|
skarg
|
2a51a1db7c
|
Added MS/TP tweak to improve byte reception and processing at higher baud rates and larger packet sizes. Thank you Peter Mc Shane!
|
2012-03-12 21:26:53 +00:00 |
|
skarg
|
3f761a53dc
|
Added information about where to get the CMSIS and Standard Peripheral Driver library for STM32 project.
|
2012-01-16 16:46:43 +00:00 |
|
skarg
|
ad74c6d4ac
|
Corrected missing packet initialization in DLMSTP for several ports that may result in unusual REPLY-POSTPONED frames emitted for a DATA-EXPECTING-REPLY frame.
|
2011-12-29 03:37:38 +00:00 |
|
skarg
|
16ef8818ee
|
Moved optional properties to optional section.
|
2011-11-02 21:45:11 +00:00 |
|
skarg
|
6eb2aef654
|
Fixed compiler error (copy/paste from last fix).
|
2011-10-28 14:15:10 +00:00 |
|
skarg
|
432145b766
|
Updated device.c files of ports stm32f10x and at91sam7s to fix some problems and make them more similar.
|
2011-09-09 04:47:46 +00:00 |
|
skarg
|
548beac851
|
Updated device files in some ports to be more similar and correct.
|
2011-09-09 04:31:31 +00:00 |
|
skarg
|
58691c16d6
|
Changed the Treply_delay wait to be smaller when the next message in the queue is does not match.
|
2011-08-24 12:48:33 +00:00 |
|
skarg
|
26b5fdd3d0
|
Returned Tusage_delay to the MS/TP state machines to fix excessive Reply-Posponed messages when received packet is decoupled from immediate handling. Some BACnet routers do not handle Reply-Postponed correctly and drop the subsequent valid reply.
Added Slave Node FSM to linux/win32 MS/TP layer.
Added PDU queue to Linux MS/TP datalink layer.
|
2011-08-24 12:33:20 +00:00 |
|
skarg
|
e0b5b5b164
|
Corrected check for Device Name function.
|
2011-08-23 17:04:01 +00:00 |
|
tbrennan3
|
e7365ecaa5
|
Fixed up Device_Object_Name_Copy() for these ports.
|
2011-08-22 19:40:08 +00:00 |
|
skarg
|
3e1cb1847f
|
Indented project.
|
2011-08-17 02:27:11 +00:00 |
|
skarg
|
ff393a665a
|
Fixing DOS/Unix/MAC EOL and line endings using fixup.sh script.
|
2011-07-09 17:25:42 +00:00 |
|
skarg
|
6df76ec9da
|
Updated STM32 port to work with latest stack demos.
|
2011-04-25 04:24:03 +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
|
b0acccb580
|
Added an MS/TP port for the stm32f10x that I did for the STM32 Design Challenge. I didn't add the CMSIS or stm32f10x peripheral driver library, which are available for download from st.com website. I used the IAR EWARM 6.10 compiler.
|
2011-03-22 20:56:27 +00:00 |
|